openj9
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...
Failure link ------------ From https://openj9-jenkins.osuosl.org/job/Test_openjdk24_j9_sanity.openjdk_x86-64_windows_Nightly_testList_2/69/consoleFull ([win2019-x64-4](https://openj9-jenkins.osuosl.org/computer/win2019-x64-4)) ``` 00:54:53 openjdk version "24.0.1-internal" 2025-04-15 00:54:53 OpenJDK Runtime Environment (build 24.0.1-internal-adhoc.jenkins.buildjdk24x86-64windowsnightly) 00:54:53 Eclipse OpenJ9 VM (build master-ee996187773, JRE 24 Windows Server 2019 amd64-64-Bit...
With OffHeap enabled, the vectorizedMismatch IL transformer will insert new blocks inside the call block and cause the children to be referenced in multiple blocks. The children are now duplicated...
If the lastITable cache does not match the declaring interface class, check a few entries on the iTable. The max number of entries to check is capped at 4. Running...
- Delete `J9::SymbolReferenceTable::findOrCreateClassStaticsSymbol()` - Delete unused method `TR_J9VMBase::addressOfFirstClassStatic()`
Each `J9ClassLoader` now maintains a set of class loaders known to live at least as long at it (`outlivingLoaders`). When a class is looked up in a loader *L1*, and...
The wasDeserialized flag is used to inform other threads that the deserializer was reset. This used to be a member of the TR_CompilationInfoPerThread class. However, this class is only guaranteed...
This issue tracks supporting generation of AOT Dependencies on the server as well as supporting a client request to get said dependencies from the server. Essentially this feature is meant...
Accelerate StringCoding.hasNegatives for JDK 11, 17, StringCoding.countPositives for JDK 21+ on x86
This PR accelerates intrinsic candidates `StringCoding.hasNegatives` and `StringCoding.countPositives` on x86, the former on JDK 9-18 and the latter on JDK 19+. This PR is incremental in a few ways. -...
The IBM Semeru Runtime Certified Edition for z/OS, Version 21 (JDK21) features JEP400 support, which expects files to be tagged appropriately in order for correct encoding on z/OS platforms when...
**TEST:** serviceability/jvmti/stress/StackTrace/Suspended/GetStackTraceSuspendedStressTest.java ``` VThread-Consumer-14: finished VThread-Consumer-55: finished VThread-Consumer-12: finished VThread-Producer-16: finished VThread-Producer-39: finished VThread-Producer-30: finished VThread-Consumer-58: finished Timeout signalled after 120 seconds STDERR: WARNING: A restricted method in java.lang.System has...