JDK-8156810 : remove redundant sentence in SecurityManager.checkMemberAccess doc
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2016-05-11
  • Updated: 2016-06-13
  • Resolved: 2016-05-12
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.
JDK 9
9 b119Fixed
Related Reports
Relates :  
Description
The deprecation text for SecurityManager.checkMemberAccess says in part,

<< This method will be changed in a future release to check the permission java.security.AllPermission. This method is subject to removal in a future version of Java SE. >>

The first sentence should be removed, since it's moot if the entire method is going to be removed.