-
Bug
-
Resolution: Fixed
-
P4
-
21, 25
-
b15
Error evaluating expression: invalid boolean value: `null' for expression `vm.opt.final.UseCompressedOops'
JDK-8338482 added this line to the test:
> * @requires (vm.compMode == "Xmixed") & vm.opt.final.UseCompressedOops
Note that all other usages of "vm.opt.final.UseCompressedOops" in testbase are guarded by the "vm.bits == 64 &"
That guard should be added to this test as well.
> * @requires (vm.compMode == "Xmixed") & vm.opt.final.UseCompressedOops
Note that all other usages of "vm.opt.final.UseCompressedOops" in testbase are guarded by the "vm.bits == 64 &"
That guard should be added to this test as well.
- relates to
-
JDK-8338482 com/sun/jdi/ThreadMemoryLeakTest.java requires that compressed oops are enabled
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/fdc11a15
-
Review(master) openjdk/jdk21u-dev/2204
-
Review(master) openjdk/jdk25u/194
-
Review(master) openjdk/jdk/27177