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

The `sanity` test target is expanded to `sanity.functional,sanity.openjdk`. However, for Valhalla-specific testing, such as `xlinuxval`, the only test targets that are supported are `sanity.functional` and `extended.functional`. The `sanity.openjdk` is supported...

comp:build
project:valhalla

**Failure link** --- From internal [0.48 milestone 1 build Test_openjdk21_j9_extended.functional_s390x_linux_fips140_3_openjceplusfips](https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk21_j9_extended.functional_s390x_linux_fips140_3_openjceplusfips/6/) (`rtj-ubu24s390x-svl-test-oklad-1`) ```**Java Version** openjdk version "21.0.5" 2024-10-15 LTS IBM Semeru Runtime Open Edition 21.0.5.0-m1 (build 21.0.5+9-LTS) Eclipse OpenJ9 VM 21.0.5.0-m1...

test failure
comp:crypto

Failure link ------------ From an internal build `Test_openjdk11_j9_special.system_ppc64le_linux_testList_2/111/` (`ubu18le-rt1-4`): ``` [2021-09-09T02:19:34.473Z] java version "11.0.13-beta" 2021-10-19 [2021-09-09T02:19:34.473Z] IBM Semeru Runtime Certified Edition 11.0.12.0 (build 11.0.13-beta+5-202109090107) [2021-09-09T02:19:34.473Z] Eclipse OpenJ9 VM 11.0.12.0 (build...

bug
prio:high
comp:jit
test failure
comp:infra

Observed in the JITAAS pipeline tests: `MathLoadTest_autosimd_CS_5m_0` - `job/Test_openjdk8_j9_sanity.system_x86-64_linux_jit_Personal/292/` `MathLoadTest_autosimd_special_5m_29` - `job/Test_openjdk17_j9_special.system_x86-64_linux_jit_Personal/213/` - `job/Test_openjdk8_j9_special.system_x86-64_linux_jit_Personal/291/` - `job/Test_openjdk17_j9_special.system_x86-64_linux_jit_Personal/217/` Console output for `MathLoadTest_autosimd_CS_5m_0` ``` MLT >>> Captured test output >>> MLT Test failed:...

comp:jitserver

https://openj9-jenkins.osuosl.org/job/Test_openjdk17_j9_sanity.openjdk_ppc64_aix_Nightly_testList_2/268 - [p8-java1-ibm04](https://openj9-jenkins.osuosl.org/computer/p8-java1-ibm04) jdk_lang_VarHandleTest_j9_1 java/lang/invoke/VarHandles/VarHandleTestByteArrayAsChar.java ``` 00:52:03 test VarHandleTestByteArrayAsChar.testAccess(" VarHandle [ALIGNED, BIG_ENDIAN, READ_WRITE] -> byte[] [ALIGNED, BIG_ENDIAN, READ_WRITE] null array", VarHandleBaseByteArrayTest$VarHandleSourceAccessTestCase@5892e82c): failure 00:52:03 java.lang.AssertionError: Incorrect throwable thrown, java.lang.ArrayIndexOutOfBoundsException: Index 1...

test failure

The `UUID.nameUUIDFromBytes()` method requires the use of `MD5`. But `MD5` is not FIPS-compliant. So, if the `RestrictedSecurity` profile used doesn't include `MD5` or if `RestrictedSecurity` isn't used, but the underlying...

userRaised
comp:crypto

- Add current total/new/started vthread counts - Print details for vthread without J9VMContinuation This included changes from https://github.com/eclipse-openj9/openj9/pull/19090, which will be rebased once that is merged. Signed-off-by: Jack Lu

Open XL compilation causes "expected relocatable expression" error when attempting to compile codertinit.cpp with the O3 optimization level. It was recommended to lower the optimization level for this particular file...

The goal of this item is to capture and understand what contributes to JVM memory footprint, then assess the impact of perodically disclaiming this memory from a footprint and throughput...

comp:vm
perf

These changes includes some of the uncategorized fixes, header fixes and the recommended __attribute__((packed)) notation usage that works with both Open XL and XLC.