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

XMLWordPrintable

    • 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.

              Assignee:
              Sergey Bylokhov
              Reporter:
              Sergey Bylokhov
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: