enhancement for JDK-8222289 could be completed by allowing the generation of method handles from fields, those with kinds:
* REF_getField
* REF_putField
* REF_getStatic
* REF_putStatic
* REF_getField
* REF_putField
* REF_getStatic
* REF_putStatic
- relates to
-
JDK-8222289 Overhaul logic for reading/writing constant pool entries
- Resolved