RFR (XS): 8129518: Remove ParOldGC tests from the jprt hotspot testset

David Holmes david.holmes at oracle.com
Tue Jun 23 05:43:52 UTC 2015


Hi Mikael,

On 23/06/2015 8:47 AM, Mikael Vidstedt wrote:
>
> Please review the following small change which removes all the ParOldGC
> test targets from the jprt hotspot testset. The ParOldGC tests are run
> with the -XX:+UseParallelOldGC flag, but that has for some time already
> been the default when using the Parallel GC, and there are already
> corresponding tests which already test that configuration - namely the
> ParallelGC ones. This change simply removes the redundant test targets.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8129518
> Webrev:
> http://cr.openjdk.java.net/~mikael/webrevs/8129518/webrev.00/webrev/

I was a bit confused by this change but eventually figured it out: 
turning on either of those flags also turns on the other and hence the 
result is the same (as long as we don't explicitly turn off 
UseParallelOldGC).

That kind of begs the question as to what testing coverage we have for 
-XX:+UseParallelGC -XX:-UseParallelOldGC ?

Thanks,
David

> Cheers,
> Mikael
>


More information about the hotspot-dev mailing list