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.
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.