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 case of castClass being a runtime variable was only for `instanceOf` nodes until #15079 (transforms Class.cast calls to checkCast nodes), for this new case we can inline superClassTest to...

Depends on https://github.com/eclipse-openj9/openj9/issues/15177 JVMTI - can_support_virtual_threads //new capbility - Suspend/ResumeAllVirtualThreads //new APIs - finds all vthreads and suspends or resumes them - StopThread - disallowerd on vthreads - GetThreadInfo -...

comp:vm
project:loom

We are trying to investigate racing condition for Card Table. An Assertion with message has been added recently to output unexpected Card state. It was not enough unfortunately, *card value...

comp:gc

Java -version output -------------------- j9 version: ``` openjdk version "1.8.0_332" IBM Semeru Runtime Open Edition (build 1.8.0_332-b09) Eclipse OpenJ9 VM (build openj9-0.32.0, JRE 1.8.0 Linux amd64-64-Bit Compressed References 20220422_370 (JIT...

comp:vm
userRaised

Customers do not like that the Attach API is enabled by default on Windows, AIX, and Linux. (The Attach API is not enabled by default on z/OS.) The customer doesn't...

userRaised

- Cache jitGPR data in J9VMContinuation - Wrap `Continuation.execute` call to force yield after completion - Build Callin frame during first enterContinuation call Closes: #15464 Signed-off-by: Jack Lu

project:loom

Failure link ------------ /job_output.php?id=40181434 Optional info ------------- - intermittent failure (yes): - regression or new test: regression - if regression, what are the last passing / first failing public SHAs...

comp:jit
test failure
arch:z

ILGen: - aconst_init: Load the default value instance if the class is initialized. This enhancement can be disabled by setting env variable `TR_DisableLoadStaticDefaultValueInstance`. SymRef: - Create symbol reference for default...

comp:jit
project:valhalla