openj9 icon indicating copy to clipboard operation
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...

Results 696 openj9 issues
Sort by recently updated
recently updated
newest added

https://openj9-jenkins.osuosl.org/job/Test_openjdk19_j9_sanity.system_aarch64_mac_Nightly_testList_2/2 TestJlmRemoteThreadAuth_1 `-XX:-UseCompressedOops` https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Test/Test_openjdk19_j9_sanity.system_aarch64_mac_Nightly_testList_2/2/system_test_output.tar.gz ``` STF 13:06:42.504 - +------ Step 5 - Wait for the processes to complete STF 13:06:42.504 - | Wait for processes to meet expectations STF 13:06:42.504...

test failure
arch:aarch64
os:macos
segfault

https://openj9-jenkins.osuosl.org/job/Test_openjdk17_j9_extended.system_aarch64_mac_Nightly_testList_0/96 SharedClasses.SCM23.MultiCL_0 `-Xjit -Xgcpolicy:gencon -Xnocompressedrefs` https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Test/Test_openjdk17_j9_extended.system_aarch64_mac_Nightly_testList_0/96/system_test_output.tar.gz ``` MCL5 10:15:25 >> Loaded 19000 classes... STF 10:15:27.320 - Found dump at: /Users/jenkins/workspace/Test_openjdk17_j9_extended.system_aarch64_mac_Nightly_testList_0/aqa-tests/TKG/output_16575830392423/SharedClasses.SCM23.MultiCL_0/20220712-100821-SharedClasses/results/core.19700101.000000.45317.0001.dmp MCL1 10:15:27 >> Loaded 20000 classes... MCL1 10:15:27 >> Total...

comp:vm
comp:gc
comp:jit
test failure
segfault

ObjectHash.hpp: Change convertObjectToHash to hash value types according to their value rather than their identity ObjectModel.hpp: Hash objects differently depending on if they are forwarded pointers or not (since, due...

When Xdump:stack is used to dump stack trace filtered on an exception, this change along with the primary exception message, displays additional detail about the exception if any. This is...

comp:vm

If running compressed references, when a continuation stack is unmounted, it should be copied into new memory not allocated in the

comp:vm
project:loom

I have a question regarding dealing with a pretty obscure corner case during restore. This came about because of issues we had seen when checkpointing on one cpu impl and...

question
discussion
criu

Consider the `go()` method in the following Java program: ``` public class RematDup { private static RematDup inst; int field; public static void main(String[] args) { inst = new RematDup();...

comp:jit

When i load JavaAgent(OpenJ9+JDK8+Linux 86_64) 58 times,the agentmain method will not be called again.I use below code to load: ``` VirtualMachine vm = null; try { vm = VirtualMachine.attach(pid); vm.loadAgent(localPath,...

comp:vm
userRaised

Originally reported in https://github.com/eclipse-openj9/openj9/issues/15663#issuecomment-1232188736 [A similar internal failure](https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk8_j9_extended.openjdk_s390x_linux/82/consoleFull) (`rhel9s390xrt-2`) - another `rhel9` ``` openjdk version "1.8.0_352" IBM Semeru Runtime Open Edition (build 1.8.0_352-b01) Eclipse OpenJ9 VM (build master-1719d2e01, JRE 1.8.0...

test failure
comp:jclextensions

Failure link ------------ From [an internal build](https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk11_j9_special.system_ppc64le_linux_testList_3/294/)(`p10rhel053`): ``` java version "11.0.17" 2022-10-18 IBM Semeru Runtime Certified Edition 11.0.17+2 (build 11.0.17+2) Eclipse OpenJ9 VM 11.0.17+2 (build master-1719d2e01, JRE 11 Linux ppc64le-64-Bit...

comp:gc
comp:jit
test failure