mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-09 18:49:20 +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