Request for Review (xs): 8156050: ParallelCompact_test should skip test if UseParallelOldGC is off
Jon Masamitsu
jon.masamitsu at oracle.com
Wed May 4 17:09:18 UTC 2016
8156050: ParallelCompact_test should skip test if UseParallelOldGC is off
https://bugs.openjdk.java.net/browse/JDK-8156050
The internal test ParallelCompact_test was returning (without exercising the
test) if UseParallelGC was turned off. It should be doing that if
UseParallelOldGC
is turned off instead.
http://cr.openjdk.java.net/~jmasa/8156050/webrev.00/
This is a small change and the failure occurred during nightly testing.
I intend to push this as soon as I have the reviews. Please object if you
think that is a bad idea.
Tested locally with ExecuteInternalVMTests and different GC's selected
(including -XX:+UseParallelGC -XX:-UseParallelOldGC)
Thanks.
Jon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20160504/58366b12/attachment.htm>
More information about the hotspot-gc-dev
mailing list