commit | 2ee12bb6d67b9c855f91f8e4f7217a0362321167 | [log] [tgz] |
---|---|---|
author | Andrey Zakharov <andrey.x.zakharov@oracle.com> | Mon Jul 21 09:40:19 2014 +0200 |
committer | Thomas Schatzl <tschatzl@openjdk.org> | Mon Jul 21 09:40:19 2014 +0200 |
tree | 81681e4b4e3bafaa9b8c4dd2b83cc04d0fa70649 | |
parent | a6ab61ce84948a25a43c9e53dc6bf4b35b72c98d [diff] |
8026847: [TESTBUG] gc/g1/TestSummarizeRSetStats* tests launch 32bit jvm with UseCompressedOops 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