Request for Review (xs): 8156050: ParallelCompact_test should skip test if UseParallelOldGC is off

Per Liden per.liden at oracle.com
Wed May 4 20:34:14 UTC 2016


Hi Jon,

On 2016-05-04 19:09, Jon Masamitsu wrote:
> 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/

Looks good.

cheers,
Per

>
> 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



More information about the hotspot-gc-dev mailing list