commit | 2ebb3718c2bc23b2eadf050f8178fad1d80dc84c | [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 | fc6f987a82915db4c9ef55eb416a7b0f56d4d2f7 | |
parent | 07aaf4b97f2a39b1ca0ad278f469e001e2bf1d88 [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