RFR (XS): 8129518: Remove ParOldGC tests from the jprt hotspot testset (original) (raw)
Mikael Vidstedt mikael.vidstedt at oracle.com
Mon Jun 22 23:16:23 UTC 2015
- Previous message: RFR (XS): 8129518: Remove ParOldGC tests from the jprt hotspot testset
- Next message: RFR (XS): 8129518: Remove ParOldGC tests from the jprt hotspot testset
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Even with this change we still have ParallelGC tests explicitly listed, as well as G1, SerialGC and CMS. So no matter what the actual default is we will still run the ParallelGC tests, and therefore UseParallelOldGC since that's the default with Parallel. I believe that's reasonable in order to get some basic coverage of the major GCs.
Cheers, Mikael
On 2015-06-22 16:03, Vladimir Kozlov wrote:
Stupid question from not GC person? Are not we switching to G1 default? In such case will we run any ParOldGC tests?
Thanks, Vladimir On 6/22/15 3:47 PM, 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/ Cheers, Mikael
- Previous message: RFR (XS): 8129518: Remove ParOldGC tests from the jprt hotspot testset
- Next message: RFR (XS): 8129518: Remove ParOldGC tests from the jprt hotspot testset
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]