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

Failure link ------------ From an internal build `/job/Test_openjdknext_j9_sanity.openjdk_aarch64_linux_Personal/2/consoleFull`(`ub18-aarch64-4`): ``` 12:36:01 openjdk version "19-internal" 2022-09-20 12:36:01 OpenJDK Runtime Environment (build 19-internal-adhoc.jenkins.BuildJDKnextaarch64linuxPersonal) 12:36:01 Eclipse OpenJ9 VM (build loom_patch-1e7a31c30d4, JRE 19 Linux aarch64-64-Bit...

comp:test
test failure
test excluded
project:loom
jdk19

These are a few adjustments to remain compatible with OMR after the corresponding OMR commit.

comp:jit
depends:omr:breaking

The hash code of a value type should be based on its state rather than the identity (address). Currently OpenJ9 still calculates the hash code of value types using its...

comp:vm
project:valhalla

* Misc. JIT infrastructural changes to support Loom * x64 inc/dec of `ownedMonitorCount` J9VMThread field on monitor enter/exit * x64 inc/dec of `callOutCount` J9VMThread field for JNI dispatch Issue: #15175

comp:jit
project:loom

We are using JNI from a graphical application on AIX 7.2. Semeru 11.0.16.1 OpenJDK 11.0.16.1+1 OpenJ9 0.33.1 We replicated the problem using a sample application. The JNI calls a simple...

question
userRaised

@keithc-ca asked me to create a follow-up for https://github.com/adoptium/adoptium-support/issues/350 in order to get the issue fixed here. It has been open for more than a year there. Please refer to...

comp:vm
userRaised

https://openj9-jenkins.osuosl.org/job/Test_openjdk19_j9_extended.system_s390x_linux_Nightly_testList_1/8 MiniMix_aot_5m_0 There is a javacore and core created after the hang, but also another core.1202972 which isn't renamed. Likely caused by sending signals since it's created a minute after...

test failure
jdk19

https://ci.eclipse.org/openj9/job/Test_openjdk8_j9_sanity.openjdk_ppc64le_linux_Nightly/81 java/util/EnumSet/EnumSetBash.java ``` java.lang.RuntimeException: Incorrect hashCode computation. at EnumSetBash.fail(EnumSetBash.java:190) at EnumSetBash.bash(EnumSetBash.java:88) at EnumSetBash.main(EnumSetBash.java:49) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298) at java.lang.Thread.run(Thread.java:823) ```

test failure

CRIU fails to dump a checkpoint if there is an active connection to SSSD ``` root:instanton# more wlp/usr/servers/defaultServer/logs/checkpoint/checkpoint.log Warn (compel/src/lib/infect.c:126): Unable to interrupt task: 861562 (Operation not permitted) Warn (compel/arch/x86/src/lib/infect.c:340):...

criu