# HG changeset patch # User tschatzl # Date 1405928419 -7200 # Node ID 0abcece2ee276f3f3f766c99be409f5ae544f630 # Parent ab5fbf410512823feafb5e861a3e177dac4e7e8c 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 diff -r ab5fbf410512 -r 0abcece2ee27 test/gc/g1/TestSummarizeRSetStatsTools.java --- a/test/gc/g1/TestSummarizeRSetStatsTools.java Mon Jul 21 09:40:19 2014 +0200 +++ b/test/gc/g1/TestSummarizeRSetStatsTools.java Mon Jul 21 09:40:19 2014 +0200 @@ -88,7 +88,6 @@ ArrayList finalargs = new ArrayList(); String[] defaultArgs = new String[] { "-XX:+UseG1GC", - "-XX:+UseCompressedOops", "-Xmn4m", "-Xmx20m", "-XX:InitiatingHeapOccupancyPercent=100", // we don't want the additional GCs due to initial marking