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

Test compiler/inlining/LateInlinePrinting.java fails after JDK-8319850

XMLWordPrintable

    • b09
    • generic
    • generic

      In our HS jtreg tests running opt builds we get now this error after JDK-8319850 :
      jtreg test compiler/inlining/LateInlinePrinting.java

       stderr: [Error: VM option 'PrintInlining' is diagnostic and must be enabled via -XX:+UnlockDiagnosticVMOptions.
      Error: The unlock option must precede 'PrintInlining'.
      Improperly specified VM option 'PrintInlining'
      Error: Could not create the Java Virtual Machine.
      Error: A fatal exception has occurred. Program will exit.
      ]
       exitValue = 1

      java.lang.RuntimeException: Expected to get exit value of [0], exit value is: [1]
      at jdk.test.lib.process.OutputAnalyzer.shouldHaveExitValue(OutputAnalyzer.java:522)
      at compiler.inlining.LateInlinePrinting.main(LateInlinePrinting.java:84)
      at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
      at java.base/java.lang.reflect.Method.invoke(Method.java:565)
      at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
      at java.base/java.lang.Thread.run(Thread.java:1447)

            mbaesken Matthias Baesken
            mbaesken Matthias Baesken
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: