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 the Extensions for OpenJDK for OpenJ9 repo.
Other
3.28k
stars
722
forks
source link
Remove functions no longer used by Java 24+ #20655
These functions are not needed for Java 24+:
jobjectArray JVM_GetClassContext(JNIEnv *);
jobject JVM_GetInheritedAccessControlContext(JNIEnv *, jclass);
jobject JVM_GetStackAccessControlContext(JNIEnv *, jclass);
See upstream changes: