JDK-7013730 : JSR 292 reflective operations should report errors with standard exception types
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang.invoke
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-01-20
  • Updated: 2017-05-16
  • Resolved: 2011-04-23
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 7
7 b132Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
After the renaming conversion of 7012648, the NoAccessException will be removed so that ReflectiveOperationExceptions (new in 1.7, since the JSR 292 EDR) can be used instead.

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/a2241b109aa1
30-03-2011