Details
-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b08
-
Verified
Description
AccessibleObject::canAccess, setAccessible, trySetAccessible are @CS methods. It may result in NPE when invoked by JNI code with no java frame on stack. They should be examined and define the behavior.
Attachments
Issue Links
- csr for
-
JDK-8280831 AccessibleObject::setAccessible throws NPE when invoked by JNI code with no java frame on stack
- Closed
- relates to
-
JDK-8221530 Field::get and reflective member access not handling caller = null when invoked by JNI code with no java frames on stack
- Resolved
-
JDK-8177155 Examine @CS methods when called from attached thread with no caller
- Resolved