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

test fails due to 'CICompilerCount=0 must be at least 1' missing from stdout/stderr

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 9
    • 9
    • hotspot
    • b81
    • generic
    • generic
    • Verified

        In an Aurora Adhoc job, the following test fails:

        compiler/arguments/CheckCICompilerCount.java

        Here's a snippet from the .jtr file:

        ----------System.err:(29/1540)----------
         stdout: [];
         stderr: [CICompilerCount (0) must be at least 1
        Improperly specified VM option 'CICompilerCount=0'
        Error: Could not create the Java Virtual Machine.
        Error: A fatal exception has occurred. Program will exit.
        ]
         exitValue = 1

        java.lang.RuntimeException: java.lang.RuntimeException: 'CICompilerCount=0 must be at least 1' missing from stdout/stderr

        at CheckCICompilerCount.verifyValidOption(CheckCICompilerCount.java:164)
        at CheckCICompilerCount.main(CheckCICompilerCount.java:179)
        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:504)
        at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
        at java.lang.Thread.run(Thread.java:746)
        Caused by: java.lang.RuntimeException: 'CICompilerCount=0 must be at least 1' missing from stdout/stderr

        at jdk.test.lib.OutputAnalyzer.shouldContain(OutputAnalyzer.java:134)
        at CheckCICompilerCount.verifyValidOption(CheckCICompilerCount.java:158)
        ... 7 more

        JavaTest Message: Test threw exception: java.lang.RuntimeException: java.lang.RuntimeException: 'CICompilerCount=0 must be at least 1' missing from stdout/stderr

        JavaTest Message: shutting down test

        STATUS:Failed.`main' threw exception: java.lang.RuntimeException: java.lang.RuntimeException: 'CICompilerCount=0 must be at least 1' missing from stdout/stderr

              gziemski Gerard Ziemski
              dcubed Daniel Daugherty
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: