Details
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8245784 | 13.0.4 | Kim Barrett | P4 | Resolved | Fixed | b03 |
JDK-8238188 | 11.0.8-oracle | Kim Barrett | P4 | Resolved | Fixed | b01 |
JDK-8237795 | 11.0.7 | Kim Barrett | P4 | Resolved | Fixed | b01 |
Description
checked_jni_DeleteWeakGlobalRef just calls the unchecked version, unlike the checked versions of DeleteGlobalRef and DeleteLocalRef, which do some verification of the argument handle. The weak case should be handled similarly.
Attachments
Issue Links
- backported by
-
JDK-8237795 Missing -Xcheck:jni checking for DeleteWeakGlobalRef
-
- Resolved
-
-
JDK-8238188 Missing -Xcheck:jni checking for DeleteWeakGlobalRef
-
- Resolved
-
-
JDK-8245784 Missing -Xcheck:jni checking for DeleteWeakGlobalRef
-
- Resolved
-