OpenJDK / jdk / jdk12
changeset 52501:2b5d37ad7d06
8213440: Lingering INCLUDE_ALL_GCS in test_oopStorage_parperf.cpp
Summary: Remove INCLUDE_ALL_GCS conditionalization.
Reviewed-by: tschatzl
author | kbarrett |
---|---|
date | Tue, 13 Nov 2018 13:45:43 -0500 |
parents | 2e64b70c03b1 |
children | 4ca6a67d1672 7d3b82b338f7 |
files | test/hotspot/gtest/gc/shared/test_oopStorage_parperf.cpp |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/test/hotspot/gtest/gc/shared/test_oopStorage_parperf.cpp Tue Nov 13 11:21:32 2018 -0500 +++ b/test/hotspot/gtest/gc/shared/test_oopStorage_parperf.cpp Tue Nov 13 13:45:43 2018 -0500 @@ -46,9 +46,6 @@ // object containing a large number of entries, and logs some stats // 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; static uint _num_workers = 0; const size_t _storage_entries = 1000000; @@ -229,5 +226,3 @@ LogConfiguration::configure_stdout(old_level, true, LOG_TAGS(TEST_TAGS)); } } - -#endif // INCLUDE_ALL_GCS