mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-18 01:17:57 +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