mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-03 01:02:37 +00:00
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