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...
This commit removes some lines for OMR_GC flags in common.cmake. Those lines are not needed because the flags are defined by j9vm_shadowed_option() based on relevant J9VM_GC flags.
https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_x86-64_windows_Nightly_testList_2/146/ https://openj9-jenkins.osuosl.org/job/Test_openjdk17_j9_sanity.openjdk_x86-64_windows_Nightly_testList_1/141 jdk_util_1 java/util/concurrent/tck/JSR166TestCase.java#forkjoinpool-common-parallelism ``` 06:30:57 STARTED AtomicLongArrayTest::testCountingInMultipleThreads 'testCountingInMultipleThreads' 06:30:57 java.lang.InternalError: mh1 != mh2: mh1 = MethodHandle(VarHandle,long[],int,long,long)boolean (form: DMH.invokeStatic=Lambda(a0:L,a1:L,a2:L,a3:I,a4:J,a5:J)=>{ 06:30:57 t6:L=DirectMethodHandle.internalMemberName(a0:L); 06:30:57 t7:I=MethodHandle.linkToStatic(a1:L,a2:L,a3:I,a4:J,a5:J,t6:L);t7:I}); mh2 = MethodHandle(VarHandle,long[],int,long,long)boolean (form: DMH.invokeStatic=Lambda(a0:L,a1:L,a2:L,a3:I,a4:J,a5:J)=>{ 06:30:57 t6:L=DirectMethodHandle.internalMemberName(a0:L);...
https://openj9-jenkins.osuosl.org/job/Test_openjdk17_j9_sanity.openjdk_aarch64_linux_Nightly/152/ - [cent8-aarch64-3](https://openj9-jenkins.osuosl.org/computer/cent8-aarch64-3) jdk_util_0 `-Xdump:system:none -Xdump:heap:none -Xdump:system:events=gpf+abort+traceassert+corruptcache -XX:+UseCompressedOops` java/util/concurrent/locks/LockSupport/ParkLoops.java https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Test/Test_openjdk17_j9_sanity.openjdk_aarch64_linux_Nightly/152/openjdk_test_output.tar.gz ``` 22:18:54 ACTION: main -- Error. Agent error: java.lang.Exception: Agent 6 timed out with a timeout of 960 seconds; check...
Issue: https://github.com/eclipse-openj9/openj9/issues/10485 This is the phase 3/3 of the BenefitInliner contribution. ~~**Note: This PR can be merged only after the contribution of BenefitInliner in OMR (https://github.com/eclipse/omr/pull/5509) is merged.**~~ **The OMR...
Failure link ------------ From [an internal build](https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk22_j9_sanity.functional_x86-64_windows_Personal_testList_1/14/tapResults/)(`win10x86-svl-rt1-1`): ``` 01:46:23 openjdk version "22-internal" 2024-03-19 01:46:23 OpenJDK Runtime Environment (build 22-internal-adhoc.jenkins.buildjdk22x86-64windowspersonal) 01:46:23 Eclipse OpenJ9 VM (build master-f524f995be4, JRE 22 Windows 10 amd64-64-Bit...
Failure link ------------ From [an internal build](https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk22_j9_extended.openjdk_ppc64le_linux_Personal/12/consoleFull)(`sles12le-svl-rt4-1`): ``` 22:00:51 openjdk version "22-internal" 2024-03-19 22:00:51 OpenJDK Runtime Environment (build 22-internal-adhoc.jenkins.BuildJDK22ppc64lelinuxPersonal) 22:00:51 Eclipse OpenJ9 VM (build master-f524f995be4, JRE 22 Linux ppc64le-64-Bit Compressed...
Failure link ------------ From [an internal build](https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk22_j9_sanity.system_ppc64le_linux_Personal_testList_0/11/consoleFull)(`cent8le-rtp-rt6-1`): ``` 22:03:42 openjdk version "22-internal" 2024-03-19 22:03:42 OpenJDK Runtime Environment (build 22-internal-adhoc.jenkins.BuildJDK22ppc64lelinuxPersonal) 22:03:42 Eclipse OpenJ9 VM (build master-f524f995be4, JRE 22 Linux ppc64le-64-Bit Compressed...
Failure link ------------ From [an internal build](https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk22_j9_extended.openjdk_x86-64_linux_Personal/31/consoleFull)(`sles12x86-rtp-rt6-1`): ``` 22:15:22 openjdk version "22-internal" 2024-03-19 22:15:22 OpenJDK Runtime Environment (build 22-internal-adhoc.jenkins.BuildJDK22x86-64linuxPersonal) 22:15:22 Eclipse OpenJ9 VM (build master-f524f995be4, JRE 22 Linux amd64-64-Bit Compressed...
The changes aim to pass the heap arguments to native when the linker option intended for the critical downcall is specified. Fixes: #18939 Note: The feature implemented in this PR...