On Tue, 9 Sep 2025 18:16:49 GMT, Sergey Bylokhov <s...@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