< prev index next >

test/hotspot/gtest/gc/parallel/test_psParallelCompact.cpp

Print this page
rev 57719 : imported patch 8235860-remove-serial-old-gc

@@ -39,11 +39,11 @@
   }
 };
 
 // @requires UseParallelGC
 TEST_VM(PSParallelCompact, print_generic_summary_data) {
-  if (!UseParallelOldGC) {
+  if (!UseParallelGC) {
     return;
   }
   // Check that print_generic_summary_data() does not print the
   // end region by placing a bad value in the destination of the
   // end region.  The end region should not be printed because it
< prev index next >