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

[TESTBUG] ciReplay/* tests fail after 8034775

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 9
    • 9
    • hotspot
    • b08

    Backports

      Description

        JDK-8034775 makes impossible to create VM w/ enabled tiered compilation and CICompilerCount explicitly set to 1:
        CICompilerCount of 1 is invalid; must be at least 2
        Error: Could not create the Java Virtual Machine.
        Error: A fatal exception has occurred. Program will exit.

        suggested fix:
        diff --git a/test/compiler/ciReplay/common.sh b/test/compiler/ciReplay/common.sh
        --- a/test/compiler/ciReplay/common.sh
        +++ b/test/compiler/ciReplay/common.sh
        @@ -218,7 +218,7 @@
                     -XX:VMThreadStackSize=512 \
                     -XX:CompilerThreadStackSize=512 \
                     -XX:ParallelGCThreads=1 \
        - -XX:CICompilerCount=1 \
        + -XX:CICompilerCount=2 \
                     -Xcomp \
                     -XX:CICrashAt=1 \
                     -XX:+CreateMinidumpOnCrash \

        Attachments

          Issue Links

            Activity

              People

                iignatyev Igor Ignatyev (Inactive)
                iignatyev Igor Ignatyev (Inactive)
                Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: