Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8321820

TestLoadNIdeal fails on 32-bit because -XX:+UseCompressedOops is not recognized

XMLWordPrintable

    • b03

      TestLoadNIdeal.java added by JDK-8310524 fails on 32-bit:

      --- OUTPUT TestFramework flag VM ---
      Unrecognized VM option 'UseCompressedOops'
      Did you mean '(+/-)CheckCompressedOops'?
      Error: Could not create the Java Virtual Machine.
      Error: A fatal exception has occurred. Program will exit.

      java.lang.RuntimeException: TestFramework flag VM exited with 1
      at compiler.lib.ir_framework.driver.FlagVMProcess.checkFlagVMExitCode(FlagVMProcess.java:135)
      at compiler.lib.ir_framework.driver.FlagVMProcess.start(FlagVMProcess.java:121)
      at compiler.lib.ir_framework.driver.FlagVMProcess.<init>(FlagVMProcess.java:63)
      at compiler.lib.ir_framework.TestFramework.start(TestFramework.java:707)
      at compiler.lib.ir_framework.TestFramework.start(TestFramework.java:338)
      at compiler.lib.ir_framework.TestFramework.runWithFlags(TestFramework.java:244)
      at compiler.c2.irTests.igvn.TestLoadNIdeal.main(TestLoadNIdeal.java:40)
      at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
      at java.base/java.lang.reflect.Method.invoke(Method.java:580)
      at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
      at java.base/java.lang.Thread.run(Thread.java:1570)

      https://github.com/biboudis/jdk/actions/runs/7172520895/job/19530806441

      Thanks to [~abimpoudis] for reporting!

            dlunden Daniel Lunden
            thartmann Tobias Hartmann
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: