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...
Failure link ------------ From [an internal build](https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk8_j9_extended.openjdk_s390x_linux/83/)(`ubu22s390x-rt1-1`): ``` openjdk version "1.8.0_352" IBM Semeru Runtime Open Edition (build 1.8.0_352-b05) Eclipse OpenJ9 VM (build v0.35.0-release-7dd982ba7, JRE 1.8.0 Linux s390x-64-Bit Compressed References 20220908_443...
**Description**: When running the following test case, OpenJ9 (on JDK8) fails to throw an exception because the program deletes an element that does not exist shown at line 5. The...
https://ci.eclipse.org/openj9/job/Test_openjdk11_j9_sanity.openjdk_ppc64le_linux_xl_Nightly/217 jdk/internal/reflect/CallerSensitive/MissingCallerSensitive.java ub18-ppcle-1 Diagnostics https://140-211-168-230-openstack.osuosl.org/artifactory/ci-eclipse-openj9/Test/Test_openjdk11_j9_sanity.openjdk_ppc64le_linux_xl_Nightly/217/openjdk_test_output.tar.gz ``` 00:13:49 stderr: 00:13:49 Unhandled exception 00:13:49 Type=Segmentation error vmState=0x00000000 00:13:49 J9Generic_Signal_Number=00000018 Signal_Number=0000000b Error_Value=00000000 Signal_Code=00000001 00:13:49 Handler1=00007AEB926F0690 Handler2=00007AEB9262C100 00:13:49 R0=00007AEB9275F548 R1=00007AEB4D93B660 R2=00007AEB92896F00 R3=0000000000000004 00:13:49 R4=00007AEB6C1B05B0...
Java -version output -------------------- ``` java -version openjdk version "1.8.0_352-internal" OpenJDK Runtime Environment (build 1.8.0_352-internal-_2022_09_14_18_38-b00) Eclipse OpenJ9 VM (build master-430e01e, JRE 1.8.0 Linux amd64-64-Bit Compressed References 20220914_000000 (JIT enabled, AOT...
Related to https://github.com/eclipse-openj9/openj9/issues/12503 Opening this PR for discussion. I figure something like this is a good first step towards allowing multiple -Xjit options by default. I've introduced the VM option...
https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_x86-64_windows_Release_testList_0/5/ jdk_lang_j9_0 java/lang/Thread/virtual/stress/Skynet.java#default https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Test/Test_openjdk21_j9_sanity.openjdk_x86-64_windows_Release_testList_0/5/openjdk_test_output.tar.gz ``` 09:51:03 ACTION: main -- Failed. Unexpected exit from test [exit code: -1] 09:51:03 REASON: User specified action: run main/othervm/timeout=300 -Xmx1g -Xssi2K -Xnocompressedrefs Skynet 09:51:03 TIME:...
Boxed primitive classes have a method that unboxes their value, which are implemented as simple getter methods. These methods are marked as @IntrinsicCandidates, intended for simplification by the compiler. This...
* Recompile FSD Bodies generated pre-checkpoint under -XX:+DebugOnRestore * Disable sample based recompilation pre-checkpoint under -XX:+DebugOnRestore Parent issue: https://github.com/eclipse-openj9/openj9/issues/18866
https://openj9-jenkins.osuosl.org/job/Test_openjdk17_j9_sanity.openjdk_ppc64_aix_OMR_testList_0/74 jdk_lang_j9_0 java/lang/reflect/Proxy/ProxyClassAccessTest.java https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Test/Test_openjdk17_j9_sanity.openjdk_ppc64_aix_OMR_testList_0/74/openjdk_test_output.tar.gz ``` 17:02:16 Invalid class in objectPtr=0A00000001599218 17:02:16 21:33:38.754 0x10022c06300 j9mm.141 * ** ASSERTION FAILED ** at /home/jenkins/workspace/Build_JDK17_ppc64_aix_OMR/openj9/runtime/gc_vlhgc/CopyForwardScheme.cpp:1283: ((false)) ```