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

ctw of jdk.security.auth failed with "Unexpected zero exit codebefore finishing all compilations"

    XMLWordPrintable

Details

    • b30
    • Verified

    Backports

      Description

        ----------System.out:(5/3597)----------
        Compiling 25 classes (of 25 total classes) starting at 0 and ending at 25
        Command line: [/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk12-jdk.93/solaris-sparcv9-debug.jdk/jdk-12/fastdebug/bin/java -cp /scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk12-jdk.93/src.full/open/test/hotspot/jtreg/applications/ctw/modules:/scratch/opt/mach5/mesos/work_dir/f5dd76f9-9f2a-4549-8a31-81c93bad5d1c/testoutput/jtreg/JTwork/classes/3/test/lib:/scratch/opt/mach5/mesos/work_dir/f5dd76f9-9f2a-4549-8a31-81c93bad5d1c/testoutput/jtreg/JTwork/classes/3:/scratch/opt/mach5/mesos/work_dir/f5dd76f9-9f2a-4549-8a31-81c93bad5d1c/testoutput/jtreg/JTwork/classes/3/testlibrary/ctw/src:/scratch/opt/mach5/mesos/work_dir/jib-master/install/java/re/jtreg/4.2/promoted/all/b12/bundles/jtreg_bin-4.2.zip/jtreg/lib/javatest.jar:/scratch/opt/mach5/mesos/work_dir/jib-master/install/java/re/jtreg/4.2/promoted/all/b12/bundles/jtreg_bin-4.2.zip/jtreg/lib/jtreg.jar -XX:MaxRAMPercentage=2 -XX:+CreateCoredumpOnCrash -ea -esa -XX:CompileThreshold=100 -XX:+UnlockExperimentalVMOptions -server -XX:+TieredCompilation -Xbatch -XX:-UseCounterDecay -XX:-ShowMessageBoxOnError -XX:+UnlockDiagnosticVMOptions -DCompileTheWorldStartAt=0 -DCompileTheWorldStopAt=25 -XX:+WhiteBoxAPI -Xbootclasspath/a:. --add-exports java.base/jdk.internal.jimage=ALL-UNNAMED --add-exports java.base/jdk.internal.misc=ALL-UNNAMED --add-exports java.base/jdk.internal.reflect=ALL-UNNAMED -XX:+LogCompilation -XX:LogFile=hotspot_modules_jdk_security_auth_0_%p.log -XX:ErrorFile=hs_err_modules_jdk_security_auth_0_%p.log -XX:ReplayDataFile=replay_modules_jdk_security_auth_0_%p.log -XX:CompileCommand=exclude,java/lang/invoke/MethodHandle.* sun.hotspot.tools.ctw.CompileTheWorld modules:jdk.security.auth ]
        modules_jdk_security_auth_0 7125917682ms START : [/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk12-jdk.93/solaris-sparcv9-debug.jdk/jdk-12/fastdebug/bin/java -cp /scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk12-jdk.93/src.full/open/test/hotspot/jtreg/applications/ctw/modules:/scratch/opt/mach5/mesos/work_dir/f5dd76f9-9f2a-4549-8a31-81c93bad5d1c/testoutput/jtreg/JTwork/classes/3/test/lib:/scratch/opt/mach5/mesos/work_dir/f5dd76f9-9f2a-4549-8a31-81c93bad5d1c/testoutput/jtreg/JTwork/classes/3:/scratch/opt/mach5/mesos/work_dir/f5dd76f9-9f2a-4549-8a31-81c93bad5d1c/testoutput/jtreg/JTwork/classes/3/testlibrary/ctw/src:/scratch/opt/mach5/mesos/work_dir/jib-master/install/java/re/jtreg/4.2/promoted/all/b12/bundles/jtreg_bin-4.2.zip/jtreg/lib/javatest.jar:/scratch/opt/mach5/mesos/work_dir/jib-master/install/java/re/jtreg/4.2/promoted/all/b12/bundles/jtreg_bin-4.2.zip/jtreg/lib/jtreg.jar -XX:MaxRAMPercentage=2 -XX:+CreateCoredumpOnCrash -ea -esa -XX:CompileThreshold=100 -XX:+UnlockExperimentalVMOptions -server -XX:+TieredCompilation -Xbatch -XX:-UseCounterDecay -XX:-ShowMessageBoxOnError -XX:+UnlockDiagnosticVMOptions -DCompileTheWorldStartAt=0 -DCompileTheWorldStopAt=25 -XX:+WhiteBoxAPI -Xbootclasspath/a:. --add-exports java.base/jdk.internal.jimage=ALL-UNNAMED --add-exports java.base/jdk.internal.misc=ALL-UNNAMED --add-exports java.base/jdk.internal.reflect=ALL-UNNAMED -XX:+LogCompilation -XX:LogFile=hotspot_modules_jdk_security_auth_0_%p.log -XX:ErrorFile=hs_err_modules_jdk_security_auth_0_%p.log -XX:ReplayDataFile=replay_modules_jdk_security_auth_0_%p.log -XX:CompileCommand=exclude,java/lang/invoke/MethodHandle.* sun.hotspot.tools.ctw.CompileTheWorld modules:jdk.security.auth]
        cout/cerr are redirected to modules_jdk_security_auth_0
        modules_jdk_security_auth_0 7125934527ms END : exit code = 0
        ----------System.err:(25/1764)----------
        There were 1 errors:[
        java.lang.Error: modules_jdk_security_auth_0: Unexpected zero exit codebefore finishing all compilations. lastClass[24] != classStop[25]
        at sun.hotspot.tools.ctw.CtwRunner.startCtwforAllClasses(CtwRunner.java:201)
        at sun.hotspot.tools.ctw.CtwRunner.run(CtwRunner.java:119)
        at sun.hotspot.tools.ctw.CtwRunner.main(CtwRunner.java:65)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:229)
        at java.base/java.lang.Thread.run(Thread.java:834)

        java.lang.AssertionError: There were 1 errors:[{modules_jdk_security_auth_0: Unexpected zero exit codebefore finishing all compilations. lastClass[24] != classStop[25]}]
        at sun.hotspot.tools.ctw.CtwRunner.run(CtwRunner.java:134)
        at sun.hotspot.tools.ctw.CtwRunner.main(CtwRunner.java:65)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:229)
        at java.base/java.lang.Thread.run(Thread.java:834)

        JavaTest Message: Test threw exception: java.lang.AssertionError
        JavaTest Message: shutting down test

        result: Failed. Execution failed: `main' threw exception: java.lang.AssertionError: There were 1 errors:[{modules_jdk_security_auth_0: Unexpected zero exit codebefore finishing all compilations. lastClass[24] != classStop[25]}]

        Attachments

          Issue Links

            Activity

              People

                iignatyev Igor Ignatyev (Inactive)
                xyin Chris Yin (Inactive)
                Votes:
                0 Vote for this issue
                Watchers:
                6 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: