JDK-8220282 : Add MethodHandle tests on accessing final fields
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.lang.invoke
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-03-07
  • Updated: 2021-08-24
  • Resolved: 2019-04-06
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 13
13 b16Fixed
Related Reports
Relates :  
Description
JDK-8216558 clarifies the spec for find setters and unreflect on Field whose
accessible flag is set to true w.r.t. write access.

MethodHandlesGeneralTest.java checks for non-final fields.  That can be
extended for final fields.
Comments
URL: http://hg.openjdk.java.net/jdk/jdk/rev/a5da0277d9bb User: mchung Date: 2019-04-06 13:17:21 +0000
06-04-2019