You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*** Starting test suite: Decompilation Tests ***
Testing: decomp001
Test start time: 2023/07/20 18:23:27 Greenwich Mean Time
Running command: "/home/jenkins/workspace/Test_openjdk11_ibm_sanity.functional_s390x_zos_Personal_testList_0/openjdkbinary/j2sdk-image/bin/java" -Xcompressedrefs -Xgcpolicy:gencon -Xjit:enableOSR,count=0 -Xdump -Xgcthreads1 -Xdump:system:events=abort -agentlib:jvmtitest=test:decomp001 -cp "/home/jenkins/workspace/Test_openjdk11_ibm_sanity.functional_s390x_zos_Personal_testList_0/aqa-tests/TKG/../../jvmtest/functional/cmdLineTests/jvmtitests/jvmtitest.jar" com.ibm.jvmti.tests.util.TestRunner
Time spent starting: 76 milliseconds
Time spent executing: 13774 milliseconds
Test result: FAILED
Output from test:
[ERR] Assertion failed at /u/jenkins/workspace/Build_JDK11_s390x_zos_Personal/omr/compiler/optimizer/CompactLocals.cpp:303: _localsIG->getNumNodes()>=MAX_NUMBER_OF_LOCALS || *_liveVars == *liveLocals._blockAnalysisInfo[block->getNumber()]
[ERR]
[ERR] live-on-entry info does not match
[ERR]
[ERR] compiling java/io/ExpiringCache.entryFor(Ljava/lang/String;)Ljava/io/ExpiringCache$Entry; at level: warm
[ERR]
>> Success condition was not found: [Return code: 0]
Testing: decomp002
Test start time: 2023/07/20 18:23:40 Greenwich Mean Time
Running command: "/home/jenkins/workspace/Test_openjdk11_ibm_sanity.functional_s390x_zos_Personal_testList_0/openjdkbinary/j2sdk-image/bin/java" -Xcompressedrefs -Xgcpolicy:gencon -Xjit:enableOSR,count=0 -Xdump -Xgcthreads1 -Xdump:system:events=abort -agentlib:jvmtitest=test:decomp002 -cp "/home/jenkins/workspace/Test_openjdk11_ibm_sanity.functional_s390x_zos_Personal_testList_0/aqa-tests/TKG/../../jvmtest/functional/cmdLineTests/jvmtitests/jvmtitest.jar" com.ibm.jvmti.tests.util.TestRunner
Time spent starting: 18 milliseconds
Time spent executing: 12569 milliseconds
Test result: FAILED
Output from test:
[ERR] Assertion failed at /u/jenkins/workspace/Build_JDK11_s390x_zos_Personal/omr/compiler/optimizer/CompactLocals.cpp:303: _localsIG->getNumNodes()>=MAX_NUMBER_OF_LOCALS || *_liveVars == *liveLocals._blockAnalysisInfo[block->getNumber()]
[ERR]
[ERR] live-on-entry info does not match
[ERR]
[ERR] compiling java/io/ExpiringCache.entryFor(Ljava/lang/String;)Ljava/io/ExpiringCache$Entry; at level: warm
[ERR]
>> Success condition was not found: [Return code: 0]
The text was updated successfully, but these errors were encountered:
From initial investigations, seems like this failure is only reproducible on Z OS, and failure rate is 50%. The failure is not reproducible on zlinux or xlinux.
The assertion at
/u/jenkins/workspace/Build_JDK11_s390x_zos_Personal/omr/compiler/optimizer/CompactLocals.cpp:303: _localsIG->getNumNodes()>=MAX_NUMBER_OF_LOCALS || *_liveVars == *liveLocals._blockAnalysisInfo[block->getNumber()]
fails during
sanity.functional
test casesdecomp001
anddecomp002
ons390x_zos
for Java 11.Link to the Jenkins job.
Stack trace:
The text was updated successfully, but these errors were encountered: