8213440: Lingering INCLUDE_ALL_GCS in test_oopStorage_parperf.cpp
authorkbarrett
Tue, 13 Nov 2018 13:45:43 -0500
changeset 52501 2b5d37ad7d06
parent 52500 2e64b70c03b1
child 52502 4ca6a67d1672
child 52503 7d3b82b338f7
8213440: Lingering INCLUDE_ALL_GCS in test_oopStorage_parperf.cpp Summary: Remove INCLUDE_ALL_GCS conditionalization. Reviewed-by: tschatzl
test/hotspot/gtest/gc/shared/test_oopStorage_parperf.cpp
--- 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