-
Enhancement
-
Resolution: Fixed
-
P4
-
13
-
b24
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8225910 | 14 | Erik Österlund | P4 | Resolved | Fixed | team |
The JNIHandleBlock used to be a shared structure between global and local JNI handles. Its freelist mechanism was used only by global JNI handles. However, the global handles have moved into OopStorage, making the freelist mechanism effectively dead code. Let's remove it.
- backported by
-
JDK-8225910 Remove dead JNIHandleBlock freelist code
-
- Resolved
-
- relates to
-
JDK-8225217 Backout: JDK-8224814: Remove dead JNIHandleBlock freelist code
-
- Resolved
-