7200615: NPG: optimized VM build is broken

Reviewed-by: kvn
This commit is contained in:
Jon Masamitsu 2012-09-25 07:05:55 -07:00
parent d6538dc298
commit 1ea36e2324
2 changed files with 3 additions and 3 deletions

View file

@ -2518,7 +2518,7 @@ void SpaceManager::dump(outputStream* const out) const {
" waste " SIZE_FORMAT, curr_total, used, free, capacity, waste);
}
#ifndef PRODUCT
#ifdef ASSERT
void SpaceManager::mangle_freed_chunks() {
for (ChunkIndex index = SmallIndex;
index < NumberOfFreeLists;
@ -2536,7 +2536,7 @@ void SpaceManager::mangle_freed_chunks() {
}
}
}
#endif // PRODUCT
#endif // ASSERT
// MetaspaceAux