8026847: [TESTBUG] gc/g1/TestSummarizeRSetStats* tests launch 32bit jvm with UseCompressedOops
authortschatzl
Wed, 25 Jun 2014 17:22:58 +0200
changeset 25362 282191cd1bcc
parent 25360 5b6141bf7564
child 25363 883ad4669c9b
8026847: [TESTBUG] gc/g1/TestSummarizeRSetStats* tests launch 32bit jvm with UseCompressedOops Summary: The test launched a 32 bit VM with UseCompressedOops enabled. This is not supported on 32 bit VMs, causing a test failure. Investigation showed that the use of this flag is not required at all, so simply remove it. Reviewed-by: tschatzl, jwilhelm Contributed-by: Andrey Zakharov <andrey.x.zakharov@oracle.com>
hotspot/test/gc/g1/TestSummarizeRSetStatsTools.java
--- a/hotspot/test/gc/g1/TestSummarizeRSetStatsTools.java	Wed Jun 25 10:55:10 2014 +0200
+++ b/hotspot/test/gc/g1/TestSummarizeRSetStatsTools.java	Wed Jun 25 17:22:58 2014 +0200
@@ -88,7 +88,6 @@
         ArrayList<String> finalargs = new ArrayList<String>();
         String[] defaultArgs = new String[] {
             "-XX:+UseG1GC",
-            "-XX:+UseCompressedOops",
             "-Xmn4m",
             "-Xmx20m",
             "-XX:InitiatingHeapOccupancyPercent=100", // we don't want the additional GCs due to initial marking