-
Notifications
You must be signed in to change notification settings - Fork 721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internal JITServer test failures #14538
Comments
From build
Seems to be related to #14396, and shows up without JITServer enabled. |
From build
I haven't been able to reproduce this with the grinders that I've run. |
From build
I haven't been able to reproduce this with the grinders that I've run. |
From build |
From build
|
Builds |
For easier tracking I suggest we have a list in the description of this issue with some brief comments about what we've learned. E.g. fails without JITServer too, already tracked by issue N, crash or not, etc. I am suggesting this because this issue is going to become very large, very soon :-) |
Definitely a good idea. |
The fixes are merged now. |
The grinder https://hyc-runtimes-jenkins.swg-devops.com/view/Test_grinder/job/Grinder/21194/ reproduces the |
The build
I believe that
And an excerpt from
The only one that's a little different is
and the subsequent tests fail because In #5310 it is suspected that the failures are caused by machine issues. Perhaps that is the case here as well. The child build |
Related to these failures, I ran a subset of the failing tests a few times on the same machine in this run and got all failures, and ran the same tests on a few different automatically-allocated machines in this run and got all successes. So it does seem like a problem with |
I tried to reproduce the |
From
Appears to be a duplicate of #13085. Build |
From |
From
Version information:
Appears to be tracked by #13239. |
From build
These have a moderate overlap with the failures in this build. It looks like they all fail because a core dump file is not created, so they all fall under #5310 if I'm right about the connection between that issue and the previous failures. Note that these failures happened on |
From
There is more in the log that may be relevant, including more error lines, but I hope that is representative. Version information:
Reproduced with a 1/50 failure rate with JITAAS in |
Very large number of test failures over the past few days. It will take a little while to sort through it all. |
I've noticed that there's a large overlap between the failing tests and the ones in this comment, but that may just be coincidence? Edit: Even though there is such a large overlap (including tests that I haven't had a chance to look at yet), the ones in that comment all failed due to the disabling of SecurityManager, and so it's not directly related. |
Two jobs had tests that all failed in the same way - the processes could not connect to a VM, as
Representative log output:
Haven't attempted to reproduce. |
From
These all fail in similar ways - the tests attempt to connect to a particular Representative console log:
Haven't attempted to reproduce. |
If running Java 18+ you need the following set |
The next jobs all fail due to a segfault. They also have some tests that seem to fail for other reasons, so I'll post those separately. The two running the
aside from what I assume are the memory addresses. The one running the
Haven't been able to reproduce. |
A lot of recent test failures in
This issue appears to be tracked by #17551. |
Failure in
Couldn't reproduce in grinder. |
Quite a few failures in
|
There have been recent failures in
This failure occurred in, for instance, https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk11_j9_sanity.openjdk_x86-64_linux_jit_Personal/716/. I believe this is tracked by #13756. |
Some recent failures in Console log:
Tracked by #17962. |
There were a lot of failures over the weekend (starting on the 26th it seems) in
and for that one group:
Given the timing this certainly could be related to my changes, but I have no idea how. I see that Console log for one of the
Console log for a
EDIT: It seems likely that not storing received AOT methods in the SCC by default has caused these failures - the JVMs that are supposed to add methods to the local SCC no longer do so when requesting remote AOT from the JITServer. This is probably why the lookups and cache filling are failing. |
It seems as though there have been more timeouts recently in certain tests, e.g.,
and also Console log for one of the
These sorts of timeouts have been seen before in the JITServer nightly tests, but they always seem to be unreproducible manually. I'll see if I can reproduce any of them now. |
I can reproduce the timeouts on grinder. The run https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/34591/ has failures in I was unable to reproduce this locally, unfortunately. There's also the possibility that this might be related to my recent changes, so I'm going to see if it still shows up now that my latest PR has been merged. |
Tests with the latest nightly do not seem to be timing out (in the nightly tests themselves, or in grinder), so the timeouts were either related to my changes (I'm still unsure how they could be) or they were caused by some transient factor. |
Since it's the new year and I had a bit of a backlog to get through, I thought I'd add a quick summary of the unstable nightly tests that have failed recently and already have been reported elsewhere, just to get a sense of what's still failing:
There are a few possibly new ones that I will be posting shortly. |
Test failure in
Unable to reproduce. |
Test failure in
There were various failures of the same kind in that test, e.g., a |
Test failure in
Unable to reproduce. |
Test failure in
Unable to reproduce. |
None of the recent test failures could be reproduced in Grinder. |
The recent high level of test failures are due to the ROM class packing issue. I'm still looking into that. |
The tests appear to have settled down after the ROM class packing fix and the revert of the PR that was causing failing builds.
which has been seen before, I think.
|
Failures since I've been away:
There were test failures in CRIU-related tests with the following error:
in
that feels like some kind of infrastructure problem. |
Failure in |
A lot of failures on |
Failure in
50x grinder showed 0 failures. |
Failure in
The same assertion failed in #12696. |
Failure in
|
This last one is a known issue that Annabelle works on. |
In https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk17_j9_sanity.functional_ppc64le_linux_jit_Personal/904/, there was a failure in
The rest of the log seems to be the remainder of the client's verbose log, showing only local compilations. The other component failed similarly. I haven't attempted to reproduce yet. Edit: This appears to have occurred in https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk17_j9_sanity.functional_ppc64le_linux_jit_Personal/906/ as well. |
The tests
|
The test Update: The test seems to have stopped failing again. The last failure was May 27, which was the last test before #19545 was merged, so the performance regression fixed by that PR could have been the cause. |
The nightly tests have been quite unstable recently, I believe due to #19947 (it's the same segfault with |
A lot of recent nightly test failures have been in |
This thread collects various failures in internal JITServer tests that have been observed recently, for platforms other than Z. I'll be going through them to see if they can be reproduced without JITServer enabled.
Unable to reproduce
jdk_util_1
In:
job/Test_openjdk11_j9_sanity.openjdk_ppc64le_linux_jit_Personal/271/
Comment here. The sub-test
LoggingDeadlock2
failed with "Agent 7 timed out with a timeout of 960 seconds".SharedClasses.SCM01.MultiCL_1
In:
job/Test_openjdk17_j9_extended.system_ppc64le_linux_jit_Personal/193/
,job/Test_openjdk17_j9_extended.system_x86-64_linux_jit_Personal/200/
Comment here, here. Segfaults.
Unable to reproduce in Grinder.
MiniMix_5m_0
In:
job/Test_openjdk17_j9_extended.system_x86-64_linux_jit_Personal/200/
,job/Test_openjdk17_j9_extended.system_ppc64le_linux_jit_Personal/193/
Comment here, here. Segfaults.
Unable to reproduce in Grinder.
DBBLoadTest_5m_0
In:
job/Test_openjdk17_j9_extended.system_ppc64le_linux_jit_Personal/193/
,job/Test_openjdk17_j9_extended.system_x86-64_linux_jit_Personal/200/
Comment here, here. Segfaults.
Unable to reproduce in Grinder.
HCRLateAttachWorkload_previewEnabled_0
In:
job/Test_openjdk17_j9_extended.system_ppc64le_linux_jit_Personal/193/
,job/Test_openjdk17_j9_extended.system_x86-64_linux_jit_Personal/200/
Comment here, here. Segfaults.
Unable to reproduce in Grinder.
ObjectTreeLoadTest_5m_1
In:
job/Test_openjdk17_j9_extended.system_ppc64le_linux_jit_Personal/193/
,job/Test_openjdk17_j9_extended.system_x86-64_linux_jit_Personal/200/
Comment here, here. Segfaults.
Unable to reproduce in Grinder.
testOSMXBeanRemote_1
,TestManagementAgent_0
In:
job/Test_openjdk11_j9_extended.functional_x86-64_linux_jit_Personal/290/
Comment here. Tests fail to connect to remote server that was created.
LambdaLoadTest_CS_5m_0
In:
job/Test_openjdk11_j9_sanity.system_ppc64le_linux_jit_Personal/277/
Comment here. Segfault.
MathLoadTest_bigdecimal_5m_0
In:
job/Test_openjdk11_j9_sanity.system_ppc64le_linux_jit_Personal/277/
Comment here. "org.apache.logging.log4j.message.DefaultFlowMessageFactory not found"
ParallelStreamsLoadTest_J9_1
,MauveMultiThrdLoad_5m_0
,CpMp_MP_0
,AutoMod1_0
In:
job/Test_openjdk11_j9_sanity.system_ppc64le_linux_jit_Personal/277/
Comment here. Path/URI exceptions, string index out of bounds errors.
cmdLineTester_jvmtitests_hcr_OSRG_nongold_4
In:
job/Test_openjdk11_j9_extended.functional_ppc64le_linux_jit_Personal/278/
Comment here. "Exception in thread "Attach API initializer" java.lang.ExceptionInInitializerError".
testSCCMLTests1_openj9_1
In:
job/Test_openjdk8_j9_sanity.functional_ppc64le_linux_jit_Personal/840/
Comment here. Various success and failure conditions not found.
cmdLineTester_SCHelperCompatTests_unix_0
In:
job/Test_openjdk8_j9_sanity.functional_ppc64le_linux_jit_Personal/840/
Comment here. Various success and failure conditions not found.
LambdaLoadTest_special_J9_5m_9
In:
job/Test_openjdk17_j9_special.system_x86-64_linux_jit_Personal/195/
Comment here. Segfault.
DaaLoadTest_daa2_CS_5m_0
,MathLoadTest_autosimd_CS_5m_0
,MathLoadTest_bigdecimal_CS_5m_0
,CpMp_CpMp_0
,SLTest_0
,PatMod_PlatMod_0
,PatMod_AppMod_0
,PatMod_Unex_0
,PatMod_Adv_0
,PatModImg_AppMod_0
,UpgModPath_Exp_0
,UpgModPath_ExpImg_0
,UpgModPath_JarImg_0
In:
job/Test_openjdk11_j9_sanity.system_ppc64le_linux_jit_Personal/276
Comment here. Segfaults
DaaLoadTest_daa1_5m_1
,LambdaLoadTest_J9_5m_1
,AutoMod_Impl2_0
,NioLoadTest_5m_0
In:
job/Test_openjdk11_j9_sanity.system_ppc64le_linux_jit_Personal/276
Comment here. String index out of bounds errors.
MauveMultiThrdLoad_5m_0
In:
job/Test_openjdk11_j9_sanity.system_ppc64le_linux_jit_Personal/276
Comment here. "Unable to parse --add-opens /: java.base/java.lang"
DaaLoadTest_daa3_CS_5m_0
In:
job/Test_openjdk11_j9_sanity.system_ppc64le_linux_jit_Personal/277/
,job/Test_openjdk11_j9_sanity.system_ppc64le_linux_jit_Personal/276
Comment here, here. Segfault.
ParallelStreamsLoadTest_CS_0
In:
job/Test_openjdk11_j9_sanity.system_ppc64le_linux_jit_Personal/277/
,job/Test_openjdk11_j9_sanity.system_ppc64le_linux_jit_Personal/276
Comment here, here. Segfault.
CpMp3_0
In:
job/Test_openjdk11_j9_sanity.system_ppc64le_linux_jit_Personal/277/
,job/Test_openjdk11_j9_sanity.system_ppc64le_linux_jit_Personal/276
Comment here, here. Segfault.
AutoMod2_0
In:
job/Test_openjdk11_j9_sanity.system_ppc64le_linux_jit_Personal/277/
,job/Test_openjdk11_j9_sanity.system_ppc64le_linux_jit_Personal/276
Comment here, here. Segfault.
cmdLineTester_classesdbgddrext_1
In:
job/Test_openjdk8_j9_extended.functional_ppc64le_linux_jit_Personal/261/
Console log here. The error encountered is
JVMSHRC023E Cache does not exist
.testSCCacheManagement_0
,cmdLineTester_classesdbgddrext_1
,cmdLineTester_fastClassHashTable_0
,cmdLineTester_javaAssertions_0
,cmdLineTester_decompilationTests_nongold_3
,cmdLineTester_lockWordAlignment_Object_Standard_0
,cmdLineTester_lockWordAlignment_Object_iii_0
,cmdLineTester_lockWordAlignment_Object_d_0
,cmdLineTester_modularityddrtests17_1
,cmdLineTester_shareClassesBadStackMap_0
,testSCCMLTests3_1
,testSCCMLTests4_1
,testSCCMLTests6_1
,testSCCMLSnapshot_1
,testSCCMLAotMethodOperation_1
,cmdLineTester_shrcdbgddrext_1
,cmdLineTest_stackSizeInfoTest_0
,cmdLineTester_verbosetest_5
,cmdLineTester_vmRuntimeState_0
,cmdLineTester_xlogTests_0
,StackWalkerTestJava10_0
,JCL_TEST_Java-Lang-Invoke_0
,TestAttachAPIEnabling_0
,TestSunAttachClasses_0
,gcNotificationTest_Optthruput_1
,gcNotificationTest_OptAvgpause_1
,gcNotificationTest_Balanced_0
,gcNotificationTest_Balanced_1
,gcNotificationTest_Metronome_1
,ContendedFieldsTests_90_0
,threadMXBeanTestSuite2_2
,threadMXBeanTimedParkTest_2
,threadMXBeanTimedParkTest_3
,memoryCategories_0
,HashConsistency_0
,jniOnLoadExceptions_1
,badUTF8inJNI_1
,badUTF8inJNI_2
,testvmcheck_3
,testvmcheck_6
,TestSoftMxCallBackOOM_1
,TestSoftMxCallBackExtend_1
,MethodVisibilityTests_0
,UnreflectTests_0
In:
job/Test_openjdk17_j9_extended.functional_x86-64_linux_jit_Personal/201/
Comment here. Segfaults.
SecurityTests_0
,CDSAdaptorTest_0
,cmdLineTester_bootStrapStaticVerify_0
,cmdLineTester_EnableAssertionStatusTest_0
,cmdLineTest_J9test_extended_0
,cmdLineTest_J9test_consoleUpTo17_0
,cmdLineTester_dumpromclasstests_0
,cmdLineTester_getCallerClassTests_SE80_0
,cmdLineTester_ignoreunrecognizedvmoptions_0
,cmdLineTester_jep178_staticLinking_SE80_0
,cmdLineTester_fieldwatchtests_0
In:
job/Test_openjdk8_j9_extended.functional_x86-64_linux_jit_Personal/278/
Comment here. Segfaults.
DaaLoadTest_all_5m_1
,SharedClasses.SCM01.SingleCL_1
,SharedClasses.SCM01.MultiThread_1
,SharedClasses.SCM23.MultiThreadMultiCL_1
In:
job/Test_openjdk17_j9_extended.system_ppc64le_linux_jit_Personal/193/
Comment here. Segfaults.
SecurityTests_0
,cmdLineTester_dumpromclasstests_0
,cmdLineTester_locales_0
,cmdLineTester_lockWordAlignment_Object_i_0
,testDDRExtJunit_MonitorsAndDeadlock2_1
,testDDRExtJunit_MonitorsAndDeadlock3_1
,testDDRExtJunit_MonitorsAndDeadlock6_1
,TestAttachAPI_0
,TestAttachErrorHandling_0
,gcNotificationTest_GenCon_0
,threadMXBeanTimersTest_3
,HashPerformance_0
,ContendedFieldsTests_90_1
,ContendedFieldsTests_90_3
In:
job/Test_openjdk17_j9_extended.functional_x86-64_linux_jit_Personal/201/
Comment here. Null pointer exceptions.
StackWalkerTest_1
In:
job/Test_openjdk17_j9_extended.functional_x86-64_linux_jit_Personal/201/
Comment here. "Exception in thread "Attach API initializer" java.lang.InternalError: not invoker: invokeExact"
MathLoadTest_all_5m_0
In:
job/Test_openjdk17_j9_extended.system_ppc64le_linux_jit_Personal/193/
Comment here. "java.lang.NoClassDefFoundError: org.apache.logging.log4j.message.DefaultFlowMessageFactory"
cmdLineTester_jvmtitests_hcr_OSRG_nongold_SE80_2
In:
job/Test_openjdk8_j9_extended.functional_x86-64_linux_jit_Personal/278/
Comment here. "Error: Could not find or load main class MainTester"
DaaLoadTest_daa1_special_5m_17
,DaaLoadTest_daa3_special_5m_16
,LambdaLoadTest_special_J9_5m_16
,MathLoadTest_all_special_5m_16
,MathLoadTest_all_special_5m_21
,MathLoadTest_autosimd_special_5m_16
,ClassLoadingTest_special_5m_15
,ClassLoadingTest_special_5m_22
,In:
job/Test_openjdk11_j9_special.system_ppc64le_linux_jit_Personal/269/
Comment here. Segfaults.
DaaLoadTest_daa1_special_5m_18
,DaaLoadTest_daa1_special_5m_19
,DaaLoadTest_daa1_special_5m_25
,DaaLoadTest_daa1_special_5m_26
,DaaLoadTest_daa1_special_5m_27
,DaaLoadTest_daa2_special_5m_14
,DaaLoadTest_daa2_special_5m_19
,DaaLoadTest_daa3_special_5m_14
,DaaLoadTest_daa3_special_5m_19
,DaaLoadTest_daa3_special_5m_25
,DaaLoadTest_all_special_5m_23
,DaaLoadTest_all_special_5m_26
,LambdaLoadTest_special_J9_5m_25
,ParallelStreamsLoadTest_special_J9_17
,ParallelStreamsLoadTest_special_J9_18
,MathLoadTest_all_special_5m_24
,MathLoadTest_autosimd_special_5m_23
,MathLoadTest_autosimd_special_5m_24
,MathLoadTest_bigdecimal_special_5m_23
,MathLoadTest_bigdecimal_special_5m_24
,ClassLoadingTest_special_5m_18
In:
job/Test_openjdk11_j9_special.system_ppc64le_linux_jit_Personal/269/
Comment here. "Null property: java.home".
DaaLoadTest_daa2_special_5m_22
,DaaLoadTest_all_special_5m_22
,MathLoadTest_autosimd_special_5m_22
,LambdaLoadTest_special_J9_5m_22
,LambdaLoadTest_special_J9_5m_29
,MathLoadTest_all_special_5m_28
,ClassLoadingTest_special_5m_29
In:
job/Test_openjdk11_j9_special.system_ppc64le_linux_jit_Personal/269/
Comment here. Various path/URI errors, string index out of bounds errors.
DaaLoadTest_daa1_special_5m_21
In:
job/Test_openjdk17_j9_special.system_ppc64le_linux_jit_Personal/192/
Comment here. Segfault.
SC_Softmx_UpDown_1
,SC_Softmx_Increase_1
In:
job/Test_openjdk17_j9_extended.system_x86-64_linux_jit_Personal/200/
Comment here. Unexpected crash, no other detail in the log.
MiniMix_aot_5m_0
,SC_Softmx_JitAot_Linux_1
,ConcurrentLoadTest_5m_0
,LockingLoadTest_0
,UtilLoadTest_5m_0
,SharedClasses.SCM23.SingleCL_1
In:
job/Test_openjdk17_j9_extended.system_x86-64_linux_jit_Personal/200/
Comment here. Segfaults.
DaaLoadTest_all_CS_5m_0
,MathLoadTest_all_CS_5m_0
,SharedClasses.SCM01.SingleCL_1
In:
job/Test_openjdk17_j9_extended.system_x86-64_linux_jit_Personal/200/
Comment here. Null pointer exceptions.
MiniMix_aot_5m_0
In:
job/Test_openjdk11_j9_extended.system_ppc64le_linux_jit_Personal/274/
Comment here. An exception - the relevant log line is too corrupted to tell what kind.
ParallelStreamsLoadTest_special_J9_13
In:
job/Test_openjdk17_j9_special.system_ppc64le_linux_jit_Personal/193/
, job/Test_openjdk11_j9_special.system_ppc64le_linux_jit_Personal/269/Comment here, here. "Null property: java.home".
DaaLoadTest_daa3_special_5m_13
,DaaLoadTest_daa3_special_5m_17
,DaaLoadTest_all_special_5m_16
,DaaLoadTest_all_special_5m_21
,ParallelStreamsLoadTest_special_J9_12
In:
job/Test_openjdk17_j9_special.system_ppc64le_linux_jit_Personal/193/
Comment here. Segfaults.
DaaLoadTest_all_special_5m_29
,DaaLoadTest_daa1_special_5m_21
In:
job/Test_openjdk17_j9_special.system_ppc64le_linux_jit_Personal/193/
Comment here. "org.apache.logging.log4j.message.DefaultFlowMessageFactory not found"
SyntheticGCWorkload_DoubleMap_J9_0
In:
job/Test_openjdk17_j9_extended.functional_x86-64_linux_jit_Personal/201/
,job/Test_openjdk8_j9_extended.functional_x86-64_linux_jit_Personal/278/
Comment here, here. Segfaults.
Unable to reproduce in Grinder.
cmdLineTester_defaultLazySymbolResolution_1
In:
job/Test_openjdk17_j9_extended.functional_x86-64_linux_jit_Personal/201/
,job/Test_openjdk8_j9_extended.functional_x86-64_linux_jit_Personal/278/
Comment here, here. Segfaults.
Unable to reproduce in Grinder.
cmdLineTester_hangTest_0
In:
job/Test_openjdk17_j9_extended.functional_x86-64_linux_jit_Personal/201/
,job/Test_openjdk8_j9_extended.functional_x86-64_linux_jit_Personal/278/
Comment here, here. Segfaults.
Unable to reproduce in Grinder.
jdk_lang_1
In:
job/Test_openjdk11_j9_sanity.openjdk_ppc64le_linux_jit_Personal/280/
Comment here. Some sort of thrown exception during the test,
java.lang.Throwable: x[20] =0
.testSCCacheManagement_0
In: `job/Test_openjdk17_j9_extended.functional_ppc64le_linux_jit_Personal/199/.
Comment here. "Invalid number of cache found".
shrtest_linux_SE80_1
In:
job/Test_openjdk8_j9_sanity.functional_x86-64_linux_jit_Personal/918/
Comment here. "Failure to unlink directory". May be a system error.
jdk_lang_0
In:
job/Test_openjdk11_j9_sanity.openjdk_x86-64_linux_jit_Personal/310/
Comment here. Test time out.
AutoMod2_0
,ClassLoadingTest_special_5m_27
,ClassLoadingTest_special_5m_29
,CpMpModJar_0
,CpMp_MP_0
,DaaLoadTest_all_special_5m_27
,DaaLoadTest_all_special_5m_29
,DaaLoadTest_daa1_special_5m_20
,DaaLoadTest_daa1_special_5m_25
,DaaLoadTest_daa2_5m_1
,DaaLoadTest_daa2_special_5m_29
,DaaLoadTest_daa3_CS_5m_0
,DaaLoadTest_daa3_special_5m_26
,DaaLoadTest_daa3_special_5m_28
,InternalAPIs_0
,Jlink_AddMLimitM_0
,Jlink_ReqMod_0
,LambdaLoadTest_J9_5m_1
,MathLoadTest_all_special_5m_24
,MathLoadTest_autosimd_special_5m_21
,MathLoadTest_autosimd_special_5m_28
,MathLoadTest_bigdecimal_5m_0
,MathLoadTest_bigdecimal_CS_5m_0
,MathLoadTest_bigdecimal_special_5m_24
,MathLoadTest_bigdecimal_special_5m_26
,MathLoadTest_bigdecimal_special_5m_28
,MauveSingleInvocLoad_J9_5m_1
,PatModImg_AppMod_0
,PatMod_AppMod_0
,SLTest_0
,UpgModPath_Exp_0
,UpgModPath_JarImg_0
,jdk11_tier1_buffer_0
,jdk11_tier1_cipher_0
,jdk11_tier1_iso8859_0
,jdk_foreign_0
,jdk_lang_0
,jdk_lang_VarHandleTest_j9_0
,jdk_lang_native_0
,jdk_math_0
,jdk_util_0
In:
job/Test_openjdk17_j9_sanity.system_x86-64_linux_jit_Personal/250/
,job/Test_openjdk17_j9_sanity.openjdk_x86-64_linux_jit_Personal/247/
,job/Test_openjdk17_j9_special.system_x86-64_linux_jit_Personal/249/
Comments here, here, here. Assertion failure,
((sp <= endOfStack))
, also manifesting as a segfault related to stack walking.cmdLineTester_jvmtitests_hcr_OSRG_nongold_SE80_0
In:
job/Test_openjdk8_j9_extended.functional_ppc64le_linux_jit_Personal/317/
Comment here. A couple of segfaults.
jdk_util_0
In:
job/Test_openjdk11_j9_sanity.openjdk_ppc64le_linux_jit_Personal/334/
,job/Test_openjdk8_j9_sanity.openjdk_ppc64le_linux_jit_Personal/336/
Comment here. "java.lang.RuntimeException: Incorrect hashCode computation."
LambdaLoadTest_special_J9_5m_8
In:
job/Test_openjdk11_j9_special.system_ppc64le_linux_jit_Personal/366/
Comment here. A segfault.
testSCCMLSoftmx_1
In:
/job/Test_openjdk11_j9_extended.functional_x86-64_linux_jit_Personal/423
Comment here. Test timeout.
LambdaLoadTest_J9_5m_0
In:
/job/Test_openjdk17_j9_sanity.system_ppc64le_linux_jit_Personal/321
Comment here. Assertion failure "block->next() == NULL".
jdk11_tier1_cipher_0
,jdk11_tier1_cipher_1
In:
/job/Test_openjdk17_j9_sanity.openjdk_x86-64_linux_jit_Personal/335
Comment here. Possibly some kind of FIPS-related error, and also test output mismatches.
Jep389Tests_testClinkerFfi_UpCall_0
In:
/job/Test_openjdk17_j9_sanity.functional_ppc64le_linux_jit_Personal/422
Comment here. An assertion failure.
jdk_util_0
In:
/job/Test_openjdk8_j9_sanity.openjdk_ppc64le_linux_jit_Personal/573
Comment here. A deadlock occurred.
LambdaLoadTest_special_J9_5m_12
. Segfault. Comment here.Resolved
testDefaultDisclaimMemory_3
In:
job/Test_openjdk17_j9_extended.functional_x86-64_linux_jit_Personal/185/
Console log here. Crash - assertion failure.
Appears to be a duplicate of another issue.
ParallelStreamsLoadTest_special_J9_11
In:
job/Test_openjdk11_j9_special.system_ppc64le_linux_jit_Personal/254/
Console log here. Crash - assertion failure; segmentation error.
Reproduced in
view/Test_grinder/job/Grinder/21194/
without JITAAS with a 10% failure rate.testSoftMxLocal_LP4k_3,testSoftMxDisclaimMemory_LP4k_3,testDefaultDisclaimMemory_3
In:
job/Test_openjdk17_j9_extended.functional_x86-64_linux_jit_Personal/188/
Comment here. Crash - assertion failure; segmentation error.
Appears to be a duplicate of another issue.
jdk_lang_0,jdk_lang_1
In:
job/Test_openjdk17_j9_sanity.openjdk_x86-64_linux_jit_Personal/186/
,job/Test_openjdk11_j9_sanity.openjdk_x86-64_linux_jit_Personal/265/
,job/Test_openjdk17_j9_sanity.openjdk_ppc64le_linux_jit_Personal/180/
Console log here.
The failure seems similar to that reported in another issue.Fixed by this commit.cmdLineTester_pltest_j9sig_ext_0
,testSCCMLTests2_0
,testSCCMLTests4_0
,testSCCMLTests4_1
,cmdLineTester_shrcdbgddrext_1
,testDDRExt_SharedClasses_0
,testDDRExtJunit_StackMap_0
,testDDRExtJunit_MonitorsAndDeadlock1_1
,testDDRExtJunit_MonitorsAndDeadlock2_0
,testDDRExtJunit_MonitorsAndDeadlock2_1
,testDDRExtJunit_MonitorsAndDeadlock3_0
,testDDRExtJunit_MonitorsAndDeadlock5_0
,testDDRExtJunit_MonitorsAndDeadlock5_1
,TestJcmd_0
,testOpenJ9DiagnosticsMXBean_0
In:
job/Test_openjdk8_j9_extended.functional_x86-64_linux_jit_Personal/268/
Some logs here. All the failures seem to relate to the failure of a core dump to be created. Possibly all are related to Test-extended.functional-JDK11-linux_x86-64 testSCCMLTests2_0 failures #5310.
cmdLineTester_getPid_0
In:
job/Test_openjdk17_j9_sanity.functional_x86-64_linux_jit_Personal/191/
,job/Test_openjdk17_j9_sanity.functional_ppc64le_linux_jit_Personal/185/
Console log here. Test failure
[OUT] FAIL: RuntimeMXBean.getPID() returned 0 instead of 15990794
.Duplicate of cmdLineTester_getPid_0 RuntimeMXBean.getPID() returned 0 instead of #13085.
SharedClassesAPI_1
In:
job/Test_openjdk8_j9_extended.system_ppc64le_linux_jit_Personal/265/
Console log here. Test failure
Incorrect number of caches found. Expected at least 4, found 2
.Duplicate of SharedClassesAPI_1_FAILED - **FAILED** at step 71 (Verify Classes Caches using JVMTI) #13239.
Various
TestJlm*
andTest IBMJlm*
tests.In:
job/Test_openjdk8_j9_sanity.system_x86-64_linux_jit_Personal/276/
,job/Test_openjdk8_j9_sanity.system_x86-64_linux_jit_Personal/275/
,job/Test_openjdk17_j9_sanity.system_ppc64le_linux_jit_Personal/191/
,job/Test_openjdk11_j9_sanity.system_ppc64le_linux_jit_Personal/276
,job/Test_openjdk11_j9_sanity.system_ppc64le_linux_jit_Personal/277/
,job/Test_openjdk17_j9_sanity.system_x86-64_linux_jit_Personal/203/
Console log here, and here. All are either a crash while attempting to connect to a VM, or a failure of a VM to start. Haven't attempted to reproduce, but Marius here says that they've been happening for a while, probably aren't JITServer related, and are low priority.
cmdLineTester_fieldwatchtests_0
In:
job/Test_openjdk8_j9_extended.functional_ppc64le_linux_jit_Personal/271/
Console log and comments here. Test failure
Invalid number of field reports detected: 0. Expected: 5
.I've reproduced the failure with JITAAS, but not without it. Tracked by cmdLineTester_fieldwatchtests_0: unexpected number of fields #14633.
jdk_lang_1
In:
job/Test_openjdk11_j9_sanity.openjdk_ppc64le_linux_jit_Personal/267/
Comment here. Segfault.
Tracked by jdk_lang_0_FAILED jdk/internal/math/FloatingDecimal/TestFloatingDecimal.java - Segmentation error vmState=0x00000000 #14182, not JITServer-specific.
cmdLineTester_jvmtitests_debug_3
,cmdLineTester_jvmtitests_debug_5
,cmdLineTester_jvmtitests_debug_7
,cmdLineTester_jvmtitests_debug_8
,cmdLineTester_jvmtitests_debug_openj9_none_SCC_11
,cmdLineTester_jython_6
In:
job/Test_openjdk11_j9_sanity.functional_x86-64_linux_jit_Personal/899/
,job/Test_openjdk11_j9_sanity.functional_x86-64_linux_jit_Personal/902/
Comment here, here. Segfaults.
Reproduction: with JITAAS,
job/Grinder/21630/
, 418/918 failures; without JITAAS,job/Grinder/21638/
, 0/1170 failures.Tracked by A cluster of segfaults in internal functional_x86-64 tests with JITServer #14704.
cmdLineTester_jvmtitests_debug_10
,cmdLineTester_jvmtitests_debug_11
,cmdLineTester_jvmtitests_debug_openj9_none_SCC_3
,cmdLineTester_jvmtitests_debug_openj9_none_SCC_5
,cmdLineTester_jvmtitests_debug_openj9_none_SCC_7
,cmdLineTester_jvmtitests_debug_openj9_none_SCC_8
,cmdLineTester_jvmtitests_debug_openj9_none_SCC_10
In:
job/Test_openjdk11_j9_sanity.functional_x86-64_linux_jit_Personal/898/
,job/Test_openjdk11_j9_sanity.functional_x86-64_linux_jit_Personal/899/
,job/Test_openjdk11_j9_sanity.functional_x86-64_linux_jit_Personal/902/
Comment here, here. Segfaults.
Each has been reproduced with JITAAS and none without (see comment for details).
Tracked by A cluster of segfaults in internal functional_x86-64 tests with JITServer #14704.
TestFileLocking_SE80_0
In:
job/Test_openjdk8_j9_extended.functional_x86-64_linux_jit_Personal/281/
Comment here. Segfault.
Reproduced with 4/50 failure rate in
job/Grinder/21553/
with JITAAS, unable to reproduce without it.Tracked by A cluster of segfaults in internal functional_x86-64 tests with JITServer #14704.
testDefaultDisclaimMemory_2
In:
job/Test_openjdk8_j9_extended.functional_x86-64_linux_jit_Personal/281/
,job/Test_openjdk8_j9_extended.functional_x86-64_linux_jit_Personal/285/
Comment here. Segfault.
Reproduction: with JITAAS,
job/Grinder/21631/
, 26/195 failures); without JITAAS,job/Grinder/21633/
, 0/195 failures.Tracked by A cluster of segfaults in internal functional_x86-64 tests with JITServer #14704.
testSoftMxDisclaimMemory_2
In:
job/Test_openjdk8_j9_extended.functional_x86-64_linux_jit_Personal/289/
Comment here. Segfault.
Reproduction: with JITAAS,
job/Grinder/21673/
, 6/195 failures; without JITAAS,job/Grinder/21674/
, 0/195 failures.Tracked by A cluster of segfaults in internal functional_x86-64 tests with JITServer #14704.
TestArrayCopy_3
In:
job/Test_openjdk8_j9_sanity.functional_x86-64_linux_jit_Personal/895/
Comment here. Segfault.
Tracked by A cluster of segfaults in internal functional_x86-64 tests with JITServer #14704.
jdk_util_0
In:
job/Test_openjdk17_j9_sanity.openjdk_x86-64_linux_jit_Personal/213/
.Comment here. Segfault.
Tracked by A cluster of segfaults in internal functional_x86-64 tests with JITServer #14704.
MathLoadTest_autosimd_CS_5m_0
In
job/Test_openjdk8_j9_sanity.system_x86-64_linux_jit_Personal/292/
Comment here. Test output did not match expected value.
Reproduction: 1/80 failures in
job/Grinder/21725/
, 0/200 failures injob/Grinder/21737/
. Tracked by Internal test failures in MathLoadTest_autosimd #14755.MathLoadTest_autosimd_special_5m_29
In:
job/Test_openjdk17_j9_special.system_x86-64_linux_jit_Personal/213/
Comment here. Test output did not match expected value.
Tracked by Internal test failures in MathLoadTest_autosimd #14755.
jdk_foreign_0
,jdk_foreign_1
In:
job/Test_openjdk17_j9_sanity.openjdk_ppc64le_linux_jit_Personal/217/
.Comment here. "Method TestUnsupportedPlatform.testNoInitialization()[pri:0, instance:TestUnsupportedPlatform@8fe597f0] should have thrown an exception of type class java.lang.ExceptionInInitializerError".
Tracked by OpenJDK java/foreign/TestUnsupportedPlatform failing on jdk17, jdk18 aix, plinux, zlinux #14828.
MiniMix_3h_0
In:
job/Test_openjdk8_j9_special.system_x86-64_linux_jit_Personal/304/
Comment here. "Inconsistency detected by ld.so".
Probably a glibc issue.
NioLoadTest_5m_0
In:
job/Test_openjdk17_j9_sanity.system_x86-64_linux_jit_Personal/232/
Comment here. Segmentation error.
Appears to be A cluster of segfaults in internal functional_x86-64 tests with JITServer #14704.
jdk_lang_0
,jdk_util_0
,jdk_util_1
,MathLoadTest_all_CS_5m_0
In:
job/Test_openjdk17_j9_sanity.openjdk_x86-64_linux_jit_Personal/233/
,job/Test_openjdk17_j9_extended.system_x86-64_linux_jit_Personal/235/
,job/Test_openjdk8_j9_sanity.openjdk_x86-64_linux_jit_Personal/306/
,job/Test_openjdk11_j9_extended.system_x86-64_linux_jit_Personal/313/
Comment here. Various math test failures (test output mismatches, stack overflow errors).
Tracked by Math failures and stack overflows #14864.
DaaLoadTest_daa2_CS_5m_0
In:
job/Test_openjdk8_j9_sanity.system_ppc64le_linux_jit_Personal/309/
Comment here. Segfault.
Tracked by JDK8 DaaLoadTest_daa2_ConcurrentScavenge_0_FAILED : ASSERTION FAILED ** at OwnableSynchronizerObjectBuffer.cpp:100 ((false)) #10489.
testSCCMLAotMethodOperation_1
In:
job/Test_openjdk8_j9_extended.functional_x86-64_linux_jit_Personal/315/
Tracked by A cluster of segfaults in internal functional_x86-64 tests with JITServer #14704.
testvmcheck_3
In:
job/Test_openjdk8_j9_extended.functional_x86-64_linux_jit_Personal/316/
Tracked by A cluster of segfaults in internal functional_x86-64 tests with JITServer #14704.
TestJps_0
In:
job/Test_openjdk11_j9_extended.functional_ppc64le_linux_jit_Personal/317/
"Missing argument: foo".
Looks like it's tracked by TestJps_SE80_0 testComposedArguments Missing argument: foo #11509.
threadMXBeanTimedParkTest_0
,threadMXBeanTimedParkTest_1
In:
job/Test_openjdk17_j9_extended.functional_x86-64_linux_jit_Personal/246/
Comment here. Assertion failure - wait time is higher than expected.
Tracked by threadMXBeanTimedParkTest Blocked time is lower than expected #14470.
jdk_lang_0
In:
job/Test_openjdk17_j9_sanity.openjdk_x86-64_linux_jit_Personal/237/
Comment here. "java/nio/charset/CoderMalfunctionError: java.lang.IllegalArgumentException: newPosition > limit".
I think this may be an instance of java.nio.charset.CoderMalfunctionError: IllegalArgumentException: newPosition > limit: (2 > 1) & NPE Cannot invoke "java.nio.Buffer.arrayOffset()" because "dst" is null #14654.
cmdLineTest_sigabrtHandlingTest_0
In:
job/Test_openjdk17_j9_sanity.functional_x86-64_linux_jit_Personal/256/
Comment here. A java core failed to be created.
Tracked by cmdLineTest_sigabrtHandlingTest_0 Default abort testing hang requesting java dump javacore #11979.
TestSoftMxCallBackOOM_1
,JCL_Test_OutOfMemoryError_1
In:
job/Test_openjdk17_j9_extended.functional_ppc64le_linux_jit_Personal/280
,job/Test_openjdk11_j9_sanity.functional_ppc64le_linux_jit_Personal/939/
Comment here. Assertion failure. Fixed after the reversion of Fix halted thread being allowed to continue execution #15201.
testRASAPI_0
In:
job/Test_openjdk8_j9_extended.functional_ppc64le_linux_jit_Personal/367/
Comment here. Dump couldn't be written to file.
Tracked by testRASAPI_0_FAILED due to The (dump) file exists. #11800.
cmdLineTester_GCCheck_1
,cmdLineTester_GCCheck_2
,cmdLineTester_classesdbgddrext_0
,cmdLineTester_modularityddrtests11_0
,cmdLineTester_shrcdbgddrext_1
,testRASAPI_0
In:
job/Test_openjdk8_j9_sanity.functional_x86-64_linux_jit_Personal/983/
,job/Test_openjdk11_j9_extended.functional_x86-64_linux_jit_Personal/389/
Comment here. Seems to be some kind of test setup failure.
DaaLoadTest_daa1_special_5m_20
In:
/job/Test_openjdk17_j9_special.system_x86-64_linux_jit_Personal/300/
Comment here. Possible hang detected.
Tracked by DaaLoadTest_daa1 tests - **FAILED** Process DLT has hung #13477.
jdk_lang_1
In:
job/Test_openjdk11_j9_sanity.openjdk_x86-64_linux_jit_Personal/376/
Comment here. Segfault.
Tracked by jdk19 OpenJDK crash vmState=0x00000000 #15321.
ConcurrentLoadTest_5m_1
In:
job/Test_openjdk8_j9_extended.system_ppc64le_linux_jit_Personal/375/
Comment here. Tracked by ConcurrentLoadTest or MiniMix testStress IllegalStateException #8493.
ClassLoadingTest_CS_5m_0
,DaaLoadTest_all_CS_5m_0
,DaaLoadTest_daa1_CS_5m_0
,DaaLoadTest_daa2_CS_5m_0
,DaaLoadTest_daa3_CS_5m_0
,HCRLateAttachWorkload_0
,HCRLateAttachWorkload_1
,HCRLateAttachWorkload_previewEnabled_0
,HCRLateAttachWorkload_previewEnabled_1
,LambdaLoadTest_CS_5m_0
,MathLoadTest_all_CS_5m_0
,MathLoadTest_autosimd_CS_5m_0
,MathLoadTest_bigdecimal_CS_5m_0
,ParallelStreamsLoadTest_CS_0
In:
/job/Test_openjdk11_j9_extended.system_x86-64_linux_jit_Personal/386
,/job/Test_openjdk17_j9_extended.system_x86-64_linux_jit_Personal/307/
,/job/Test_openjdk8_j9_extended.system_x86-64_linux_jit_Personal/384/
,/job/Test_openjdk8_j9_extended.system_ppc64le_linux_jit_Personal/379/
,/job/Test_openjdk8_j9_sanity.system_ppc64le_linux_jit_Personal/380/
,/job/Test_openjdk17_j9_extended.system_ppc64le_linux_jit_Personal/293/
,/job/Test_openjdk17_j9_sanity.system_ppc64le_linux_jit_Personal/293/
Comment here. Assertion failed: _methodInfo->getMethodInfo() == reinterpret_cast<TR_OpaqueMethodBlock *>(_j9method).
Tracked by Assertion failed: _methodInfo->getMethodInfo() == reinterpret_cast<TR_OpaqueMethodBlock *>(_j9method) #15426.
cmdLineTest_J9test_common_0
In:
job/Test_openjdk17_j9_sanity.functional_x86-64_linux_jit_Personal/325
Comment here. Segfault. Tracked by VMBench.FibBench with -Xlockword:mode=minimizeFootprint Segfaults Intermittently #13577.
LambdaLoadTest_special_J9_5m_21
In:
job/Test_openjdk11_j9_special.system_x86-64_linux_jit_Personal/405/
Comment here. Segfault. Tracked by Crash in JIT with vmState=0x0002000f #13617.
ClassLoadingTest_special_5m_18
,ClassLoadingTest_special_5m_19
,ClassLoadingTest_special_5m_19
,ClassLoadingTest_special_5m_24
,DaaLoadTest_all_special_5m_18
,DaaLoadTest_all_special_5m_19
,DaaLoadTest_all_special_5m_24
,DaaLoadTest_daa1_special_5m_18
,DaaLoadTest_daa1_special_5m_19
,DaaLoadTest_daa1_special_5m_24
,DaaLoadTest_daa2_special_5m_18
,DaaLoadTest_daa2_special_5m_19
,DaaLoadTest_daa2_special_5m_23
,DaaLoadTest_daa2_special_5m_24
,DaaLoadTest_daa3_special_5m_24
,LambdaLoadTest_special_J9_5m_18
,LambdaLoadTest_special_J9_5m_24
,MathLoadTest_all_special_5m_18
,MathLoadTest_all_special_5m_19
,MathLoadTest_all_special_5m_24
,MathLoadTest_autosimd_special_5m_18
,MathLoadTest_autosimd_special_5m_19
,MathLoadTest_bigdecimal_special_5m_18
,MathLoadTest_bigdecimal_special_5m_19
,MathLoadTest_bigdecimal_special_5m_24
,ParallelStreamsLoadTest_special_J9_18
In:
/job/Test_openjdk11_j9_special.system_x86-64_linux_jit_Personal/411
,/job/Test_openjdk17_j9_special.system_ppc64le_linux_jit_Personal/318
Comment here. Segfault.
Tracked by Segmentation error vmState=0x0005ffff in internal special.system tests with JITServer #15601.
DaaLoadTest_all_special_5m_27
,DaaLoadTest_daa1_special_5m_26
,LambdaLoadTest_special_J9_5m_25
,MathLoadTest_all_special_5m_25
,MathLoadTest_all_special_5m_27
,MathLoadTest_autosimd_special_5m_23
,MathLoadTest_bigdecimal_special_5m_25
,MathLoadTest_bigdecimal_special_5m_26
,MauveMultiThrdLoad_special_5m_13
,MauveMultiThrdLoad_special_5m_24
,MauveMultiThrdLoad_special_5m_25
In:
/job/Test_openjdk17_j9_special.system_ppc64le_linux_jit_Personal/341
,/job/Test_openjdk8_j9_special.system_ppc64le_linux_jit_Personal/421
,/job/Test_openjdk17_j9_special.system_x86-64_linux_jit_Personal/356
,/job/Test_openjdk8_j9_special.system_ppc64le_linux_jit_Personal/420
,/job/Test_openjdk17_j9_special.system_ppc64le_linux_jit_Personal/340
,/job/Test_openjdk11_j9_special.system_ppc64le_linux_jit_Personal/421
Comment here. Memory corruption/malloc errors.
Tracked by JITServer special.system test failures: malloc/memory corruption errors #15751.
SharedClasses.SCM23.MultiThreadMultiCL_0
,SharedClasses.SCM23.MultiThread_0
,jdk_util_0
In:
/job/Test_openjdk17_j9_extended.system_x86-64_linux_jit_Personal/376
,/job/Test_openjdk11_j9_extended.system_x86-64_linux_jit_Personal/448
,/job/Test_openjdk17_j9_sanity.openjdk_x86-64_linux_jit_Personal/374
Comment here. Segfault.
Tracked by crash vmState=0x00020021 #15852.
cmdLineTest_J9test_common_0
In:
/job/Test_openjdk17_j9_sanity.functional_ppc64le_linux_jit_Personal/386
Comment here. Segfault.
Tracked by VMBench.FibBench with -Xlockword:mode=minimizeFootprint Segfaults Intermittently #13577.
jdk_util_1
In:
/job/Test_openjdk8_j9_sanity.openjdk_x86-64_linux_jit_Personal/475
,/job/Test_openjdk11_j9_sanity.openjdk_x86-64_linux_jit_Personal/478
Comment here. Assertion failed, "guardOkForExpr: should not intern OSR guard n3908n".
Tracked by jdk_util - Assertion failed: guardOkForExpr: should not intern OSR guard #16115.
DaaLoadTest_daa1_CS_5m_0
,DaaLoadTest_daa3_CS_5m_0
,LambdaLoadTest_CS_5m_0
,MathLoadTest_bigdecimal_CS_5m_0
,DaaLoadTest_daa2_CS_5m_0
,ParallelStreamsLoadTest_CS_0
,MathLoadTest_autosimd_CS_5m_0
,ClassLoadingTest_CS_5m_0 
,DaaLoadTest_all_CS_5m_0
,MathLoadTest_all_CS_5m_0
In:
/job/Test_openjdk11_j9_extended.system_x86-64_linux_jit_Personal/488
,/job/Test_openjdk17_j9_extended.system_x86-64_linux_jit_Personal/415
,/job/Test_openjdk8_j9_extended.system_x86-64_linux_jit_Personal/484
,/job/Test_openjdk11_j9_sanity.system_x86-64_linux_jit_Personal/491
,/job/Test_openjdk17_j9_sanity.system_x86-64_linux_jit_Personal/416
,/job/Test_openjdk17_j9_extended.system_ppc64le_linux_jit_Personal/401
,/job/Test_openjdk8_j9_extended.system_ppc64le_linux_jit_Personal/484
,/job/Test_openjdk11_j9_extended.system_ppc64le_linux_jit_Personal/486
,/job/Test_openjdk17_j9_sanity.system_ppc64le_linux_jit_Personal/401
,/job/Test_openjdk11_j9_sanity.system_ppc64le_linux_jit_Personal/487
Comment here. Segfault.
Tracked by Segfault in various system tests #16149.
TestJcmd_0
,threadMXBeanTestSuite1_2
,threadMXBeanTestSuite1_3
,threadMXBeanTestSuite1_5
,threadMXBeanTestSuite2_0
,threadMXBeanTestSuite2_2
,threadMXBeanTestSuite2_3
,testJCMMXBeanRemote_0
,threadMXBeanTestSuite1_0
,threadMXBeanTestSuite1_1
,threadMXBeanTestSuite1_4
,threadMXBeanTestSuite1_6
,threadMXBeanTestSuite1_7
,threadMXBeanTestSuite2_1
,testJCMMXBeanRemote_1
,TestJlmLocal_0
,TestJlmLocal_1
In:
/job/Test_openjdk17_j9_extended.functional_x86-64_linux_jit_Personal/426
,/job/Test_openjdk11_j9_extended.functional_x86-64_linux_jit_Personal/506
,/job/Test_openjdk11_j9_sanity.system_x86-64_linux_jit_Personal/494
,/job/Test_openjdk17_j9_sanity.system_x86-64_linux_jit_Personal/419
Comment here. Test failures related to threading.
Has been resolved.
cmdLineTester_criu_random_0
In:
/job/Test_openjdk17_j9_sanity.functional_x86-64_linux_jit_Personal/480/
, among othersComment here. The initial checkpoint does not seem to be created in the first place.
Tracked by cmdLineTester_criu_random test failure with JITServer #16502.
jdk_lang_j9
, onppc64le
. Null pointer exception in SealedClassesReflectionTest. Comment here. Tracked by OpenJDK java/lang/reflect/sealed_classes/SealedClassesReflectionTest NullPointerException #17254.The text was updated successfully, but these errors were encountered: