Christian Despres
Christian Despres
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...
From `job/Test_openjdk17_j9_extended.functional_x86-64_linux_jit_Personal/201/` (also discussed above), failures in - `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` -...
From `job/Test_openjdk17_j9_extended.functional_x86-64_linux_jit_Personal/201/`, also discussed above, failure in - `StackWalkerTest_1` Console log: ``` Exception in thread "main" Exception in thread "Attach API initializer" java.lang.InternalError: not invoker: invokeExactjava.lang.InternalError: not invoker: invokeExact at...
From `job/Test_openjdk17_j9_extended.system_ppc64le_linux_jit_Personal/193/`, also discussed above, failure in: - `MathLoadTest_all_5m_0` Excerpt from console log: ``` MLT stderr Exception in thread "main" java.lang.NoClassDefFoundError: org.apache.logging.log4j.message.DefaultFlowMessageFactory MLT stderr at org.apache.logging.log4j.spi.AbstractLogger.(AbstractLogger.java:101) MLT stderr at org.apache.logging.log4j.LogManager.(LogManager.java:61)...
From `job/Test_openjdk8_j9_extended.functional_x86-64_linux_jit_Personal/278/`, also discussed above, failure in: - `cmdLineTester_jvmtitests_hcr_OSRG_nongold_SE80_2` Excerpt from console log: ``` =============================================== Running test cmdLineTester_jvmtitests_hcr_OSRG_nongold_SE80_2 ... =============================================== cmdLineTester_jvmtitests_hcr_OSRG_nongold_SE80_2 Start Time: Mon Feb 28 01:30:51 2022 Epoch Time...
From `job/Test_openjdk11_j9_extended.system_ppc64le_linux_jit_Personal/274/`, failure in: - `MiniMix_aot_5m_0` Console log excerpt: ``` 04:40:57 STF 01:40:57.545 - Monitoring processes: LT 04:40:58 LT stderr Exception in thread "main" java/lang/NoClassDefFoundError: java.ut����.����������������.���������������� 04:40:58 LT stderr at...
Attn @mpirvu. I've still only tested `DaaLoadTest_all_special_5m_18`. Would you like me to grind the rest of the failing tests?
The failing X tests all pass, 15x. https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/26628/.
From what I can tell, the non-JITServer AOT cache keeps track of the the used bytes and a `maxAOT` value so that `getFreeAOTBytes` can use them. These are used in...
The JITServer AOT cache is actually a map from AOT cache names to individual AOT cache instances (to segregate the records by client, I think). Should the limit apply to...