RFR: JDK-8220812: gc/shenandoah/options/TestLoopMiningArguments.java fails if default GC is serial/parallel/cms

Ao Qi aoqi at loongson.cn
Tue Mar 19 08:06:41 UTC 2019


Hi,

If the default GC is serial/parallel/cms, TestLoopMiningArguments.java
fails. This test check UseCountedLoopSafepoints and
LoopStripMiningIter of default GC. UseCountedLoopSafepoints is false
by default and set true by epsilon/shenandoah/z/g1. When default GC is
not one of these, the test fails. I am not sure why the test requires
one of these particular GCs is by default. I just removed the test of
default GC (testDefaultGC).

JBS: https://bugs.openjdk.java.net/browse/JDK-8220812
Webrev: http://cr.openjdk.java.net/~aoqi/8220812/webrev.00/

Thanks,
Ao Qi



More information about the hotspot-gc-dev mailing list