RFR: 8367131: Test com/sun/jdi/ThreadMemoryLeakTest.java fails on 32 bits
Sergey Bylokhov
serb at openjdk.org
Tue Sep 9 22:19:15 UTC 2025
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
-------------
Commit messages:
- 8367131: Test com/sun/jdi/ThreadMemoryLeakTest.java fails on 32 bits
Changes: https://git.openjdk.org/jdk/pull/27177/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=27177&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8367131
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/27177.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/27177/head:pull/27177
PR: https://git.openjdk.org/jdk/pull/27177
More information about the serviceability-dev
mailing list