-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 9
-
Component/s: hotspot
-
b120
The ParallelCompact_test was returning if UseParallelGC is turned off. It should return if UseParallelOldGC is turned off since UseParallelOldGC can still be turned off independent of UseParallelGC.