JDK-8032881 : Cleanup VerifyAccess.checkMemberAccess method
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.lang.invoke
  • Affected Version: 9
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2014-01-28
  • Updated: 2021-04-19
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbd_minorUnresolved
Related Reports
Relates :  
Description
http://mail.openjdk.java.net/pipermail/core-libs-dev/2014-January/024690.html:
"The javadoc for checkMemberAccess does not seem to accurately reflect what the method does or how it works.  We need to re-align the javadoc, the JVM spec., and (if necessary) the code.  For example, I would prefer either an explicit call from checkMemberAccess to isClassAccessible, or at least have an assert in there."
Comments
Background on access rules: http://www.kestrel.edu/home/projects/java/jot05.pdf
03-02-2014