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](https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk17_j9_extended.system_aarch64_mac_testList_0/3/)(`macaarch64rt3`): ``` openjdk version "17.0.4-ea" 2022-07-19 IBM Semeru Runtime Open Edition 17.0.4.0-m2 (build 17.0.4-ea+7) Eclipse OpenJ9 VM 17.0.4.0-m2 (build openj9-0.33.0-m2, JRE 17 Mac OS...

test failure
arch:aarch64
os:macos

Adds virtual thread support for GetOrSetLocal and NotifyFramePop As walkState->walkThread will be used by some jit functions after stackwalk, we can't use walkContinuationStackFrames which will cause dangling pointer. Instead we...

project:loom

Add criu vmstates Signed-off-by: Tobi Ajila

CRIU skips `j9sysinfo_get_username()`/`getpwuid()` to avoid checkpoint failure When `SSSD` is enabled, `j9sysinfo_get_username()`/`getpwuid()` can cause checkpoint failure, these methods will be skipped if a checkpoint can be taken, `j9sysinfo_get_env()` is used...

comp:vm
criu

As noticed in https://github.com/eclipse-openj9/openj9/issues/15833#issuecomment-1245750025, and seen in other amac issues as well (https://github.com/eclipse-openj9/openj9/issues/15518, https://github.com/eclipse-openj9/openj9/issues/14998). There were likely other occurrences but the text didn't get copied into the issue. This seems...

comp:vm
blocker
arch:aarch64
os:macos

`omrthread_monitor_wait`, `omrthread_sleep` and `omrthread_park` are adjusted with `j9time_nano_time()` which already takes account of the `checkpoint`/`restore` down time; Added tests; Fixed trace points and messages. Signed-off-by: Jason Feng

comp:vm
criu

``` Unhandled exception Type=Illegal instruction vmState=0x00040000 J9Generic_Signal_Number=00000048 Signal_Number=00000004 Error_Value=00000000 Signal_Code=00000002 Handler1=00007FBF3A506B20 Handler2=00007FBF3BAD66F0 Unhandled exception in signal handler. Protected function: writeCrashDataToConsole (0x0) ----------- Stack Backtrace ----------- 0x00007FBF3BA15C5C 0x00007FBE9FD74D93 0x00007FBE9FD750C9 0x00007FBE9FD76B8F 0x00007FBF14CBDE77...

comp:vm
criu

Eclipse recommends to have this file as per the yearly release review. https://gitlab.eclipse.org/eclipsefdn/emo-team/emo/-/issues/106 Copied the file from https://github.com/eclipse/.github/blob/master/CODE_OF_CONDUCT.md

comp:doc

Latest valhalla local build failure after resolving merging conflicts: ``` build/macosx-x86_64-server-release/support/j9jcl/java.base/share/classes/java/lang/Access.java:67: error: Access is not abstract and does not override abstract method isPrimitiveClass(Class) in JavaLangAccess final class Access implements JavaLangAccess...

comp:vm
project:valhalla

sanity.functional - J9vmTest_4 - J9vmTest_5 - TestFlushReflectionCache_2 - jit_jitt_0 extended.functional - VmArgumentTests_0 - TestRefreshGCSpecialClassesCache_BCI_FAST_HCR_2 - TestRefreshGCSpecialClassesCache_BCI_EXTENDED_HCR_1 - testDDRExt_Class_0 - testDDRExtJunit_FindExtThread_0 - TestRefreshGCSpecialClassesCache_NOBCI_JIT_ON_0 sanity.system - MauveSingleInvocLoad_J9_5m_0 - MauveSingleInvocLoad_J9_5m_1 - MauveSingleThrdLoad_J9_5m_0 -...

comp:vm
test excluded
project:loom