RFR: 8367131: Test com/sun/jdi/ThreadMemoryLeakTest.java fails on 32 bits

Sergey Bylokhov serb at openjdk.org
Tue Sep 9 22:19:16 UTC 2025


On Tue, 9 Sep 2025 18:16:49 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> On 32-bit systems, the ThreadMemoryLeakTest can be run as is. The option vm.opt.final.UseCompressedOops must be guarded by vm.bits == 64; otherwise, an error occurs.
> 
> Tested on:
>  - 64-bit: with and without -Xcomp, -Xint, -Xmixed, and with/without -+UseCompressedOops
>  - 32-bit: with and without -Xcomp, -Xint, -Xmixed

The usage of UseCompressedOops was added by the https://github.com/openjdk/jdk/pull/20606

-------------

PR Comment: https://git.openjdk.org/jdk/pull/27177#issuecomment-3272449915


More information about the serviceability-dev mailing list