mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8213440: Lingering INCLUDE_ALL_GCS in test_oopStorage_parperf.cpp
Remove INCLUDE_ALL_GCS conditionalization. Reviewed-by: tschatzl
This commit is contained in:
parent
53e8899129
commit
0050cd5776
1 changed files with 0 additions and 5 deletions
|
@ -46,9 +46,6 @@
|
||||||
// object containing a large number of entries, and logs some stats
|
// object containing a large number of entries, and logs some stats
|
||||||
// about the distribution and performance of the iteration.
|
// about the distribution and performance of the iteration.
|
||||||
|
|
||||||
// Parallel iteration not available unless INCLUDE_ALL_GCS
|
|
||||||
#if INCLUDE_ALL_GCS
|
|
||||||
|
|
||||||
const uint _max_workers = 10;
|
const uint _max_workers = 10;
|
||||||
static uint _num_workers = 0;
|
static uint _num_workers = 0;
|
||||||
const size_t _storage_entries = 1000000;
|
const size_t _storage_entries = 1000000;
|
||||||
|
@ -229,5 +226,3 @@ TEST_VM_F(OopStorageParIterPerf, test) {
|
||||||
LogConfiguration::configure_stdout(old_level, true, LOG_TAGS(TEST_TAGS));
|
LogConfiguration::configure_stdout(old_level, true, LOG_TAGS(TEST_TAGS));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // INCLUDE_ALL_GCS
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue