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

CheckCompileThresholdScaling.java throws RuntimeException

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P1 P1
    • 9
    • 9
    • hotspot
    • b45
    • arm
    • linux
    • Verified

         stderr: [Java HotSpot(TM) Embedded Server VM warning: TieredCompilation is disabled in this release.
        java version "1.9.0-internal-fastdebug"
        Java(TM) SE Embedded Runtime Environment (build 1.9.0-internal-fastdebug-20141217001401.cphillim.jdk9-max-traceEx-b00)
        Java HotSpot(TM) Embedded Server VM (build 1.9.0-internal-fastdebug-20141217001401.cphillim.jdk9-max-traceEx-b00, mixed mode)
        ]
         exitValue = 0

        java.lang.RuntimeException: java.lang.RuntimeException: 'intx Tier0BackedgeNotifyFreqLog := 9 {product}' missing from stdout/stderr

        at CheckCompileThresholdScaling.verifyValidOption(CheckCompileThresholdScaling.java:334)
        at CheckCompileThresholdScaling.main(CheckCompileThresholdScaling.java:356)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
        at java.lang.Thread.run(Thread.java:745)
        Caused by: java.lang.RuntimeException: 'intx Tier0BackedgeNotifyFreqLog := 9 {product}' missing from stdout/stderr

        at com.oracle.java.testlibrary.OutputAnalyzer.shouldContain(OutputAnalyzer.java:80)
        at CheckCompileThresholdScaling.verifyValidOption(CheckCompileThresholdScaling.java:327)
        ... 7 more

        JavaTest Message: Test threw exception: java.lang.RuntimeException: java.lang.RuntimeException: 'intx Tier0BackedgeNotifyFreqLog := 9 {product}' missing from stdout/stderr


        RULE compiler/arguments/CheckCompileThresholdScaling.java java.lang.RuntimeException: java.lang.RuntimeException: 'intx Tier0BackedgeNotifyFreqLog := 9 {product}' missing from stdout/stderr

              goetz Goetz Lindenmaier
              minqi Yumin Qi
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: