openj9
openj9 copied to clipboard
Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with...
https://openj9-jenkins.osuosl.org/job/Test_openjdk17_j9_sanity.openjdk_aarch64_linux_Nightly/207 jdk_lang_1 `-Xdump:system:none -Xdump:heap:none -Xdump:system:events=gpf+abort+traceassert+corruptcache -XX:-JITServerTechPreviewMessage -XX:-UseCompressedOops` java/lang/String/UnicodeCasingTest.java ``` 01:48:57 Testing on ti_ER locale.... 01:48:57 java.lang.NullPointerException: Cannot invoke "java.lang.CharacterData.of(int)" because "codePoint" is null 01:48:57 at java.base/java.lang.Character.digit(Character.java:10661) 01:48:57 at java.base/java.lang.Character.digit(Character.java:10609) 01:48:57...
https://openj9-jenkins.osuosl.org/job/Test_openjdk18_j9_special.system_x86-64_windows_Personal_testList_0/5 DaaLoadTest_all_special_5m_6 `-Xgcpolicy:optavgpause -Xjit:count=0 -Xnocompressedrefs` https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Test/Test_openjdk18_j9_special.system_x86-64_windows_Personal_testList_0/5/system_test_output.tar.gz ``` DLT 11:12:49.602 - Completed 33.6%. Number of tests started=53 (+13) DLT stderr Unhandled exception DLT stderr Type=Segmentation error vmState=0x00000000 DLT stderr Windows_ExceptionCode=c0000005 J9Generic_Signal=00000004...
https://openj9-jenkins.osuosl.org/job/Test_openjdk17_j9_sanity.functional_s390x_linux_Nightly_testList_1/248 - [rh7-390-4](https://openj9-jenkins.osuosl.org/computer/rh7-390-4) cmdLineTester_GCRegressionTests_2 `-XX:+UseCompressedOops -Xjit -Xgcpolicy:balanced` https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Test/Test_openjdk17_j9_sanity.functional_s390x_linux_Nightly_testList_1/248/functional_test_output.tar.gz ``` Testing: Unload lots of classes using FVT stress argument to force finalization (JIT Disabled) Test start time: 2022/06/15 21:41:04 Eastern Standard...
https://openj9-jenkins.osuosl.org/job/Test_openjdk18_j9_extended.system_aarch64_mac_Nightly_testList_0/79 SharedClasses.SCM23.MultiCL_0 `-Xjit -Xgcpolicy:gencon -Xnocompressedrefs` https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Test/Test_openjdk18_j9_extended.system_aarch64_mac_Nightly_testList_0/79/system_test_output.tar.gz ``` MCL3 12:06:38 >> Loaded 20000 classes... MCL3 12:06:38 >> Total classes loaded = 20001 MCL5 12:06:39 >> Loaded 20000 classes... MCL5 12:06:39 >>...
Failure link ------------ From an internal build `job/Test_openjdk17_j9_sanity.openjdk_x86-64_windows_testList_1/107/`(`win10x64vs6`): ``` java version "17.0.3-beta" 2022-04-19 IBM Semeru Runtime Certified Edition 17.0.3+7-202205040406 (build 17.0.3-beta+7-202205040406) Eclipse OpenJ9 VM 17.0.3+7-202205040406 (build master-3549e2444, JRE 17 Windows...
https://ci.eclipse.org/openj9/job/Test_openjdk8_j9_extended.system_x86-64_windows_Nightly/245 SC_Softmx_JitAot_0 diagnostic files in triage/openj9-8213 16.jvm4.stderr ``` JVMJITM004W AOT code in shared class cache cannot execute on current processor. Ignoring AOT code in shared class cache. Unhandled exception Type=Segmentation...
JDK11 AIOOBE at java.base/java.lang.CharacterDataLatin1.getProperties(CharacterDataLatin1.java:74)
Failure link ------------ From an internal build `job/Test_openjdk11_j9_extended.openjdk_x86-64_linux/71/`(`ub18x64rt1-3`): ``` openjdk version "11.0.16" 2022-07-19 IBM Semeru Runtime Open Edition 11.0.16.0-m1 (build 11.0.16+4) Eclipse OpenJ9 VM 11.0.16.0-m1 (build v0.33.0-release-02a21c792, JRE 11 Linux...
openssl should be updated to the latest version for each OpenJ9 release. Don't close this issue, move it to the next milestone after completing the update.
https://openj9-jenkins.osuosl.org/job/Test_openjdknext_j9_sanity.system_aarch64_mac_Nightly_testList_2/9 NioLoadTest_5m_1 `-XX:-UseCompressedOops` No diagnostics. https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Test/Test_openjdknext_j9_sanity.system_aarch64_mac_Nightly_testList_2/9/system_test_output.tar.gz ``` NLT 16:02:54.294 - Thread completed. Suite=0 thread=0 NLT 16:02:55.289 - Thread completed. Suite=0 thread=2 NLT 16:02:58.632 - Thread completed. Suite=0 thread=3 NLT 16:02:59.498...
JVM is supposed to respond to API where the list of threads and their Locked (Ownable) Synchronizes are provided: https://docs.oracle.com/javase/7/docs/api/java/lang/management/ThreadMXBean.html#dumpAllThreads(boolean,%20boolean) https://docs.oracle.com/javase/7/docs/api/java/lang/management/ThreadMXBean.html#getThreadInfo(long[],%20int) We currently maintain the list of all live Synchronziers...