< prev index next >

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

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

*** 39,49 **** } }; // @requires UseParallelGC TEST_VM(PSParallelCompact, print_generic_summary_data) { ! if (!UseParallelOldGC) { 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 --- 39,49 ---- } }; // @requires UseParallelGC TEST_VM(PSParallelCompact, print_generic_summary_data) { ! 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 >