mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
7200615: NPG: optimized VM build is broken
Reviewed-by: kvn
This commit is contained in:
parent
d6538dc298
commit
1ea36e2324
2 changed files with 3 additions and 3 deletions
|
@ -129,7 +129,7 @@ void WorkerDataArray<T>::print(int level, const char* title) {
|
|||
buf.append_and_print_cr("]");
|
||||
}
|
||||
|
||||
#ifdef ASSERT
|
||||
#ifndef PRODUCT
|
||||
|
||||
template <class T>
|
||||
void WorkerDataArray<T>::reset() {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue