Details
-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b117
-
Verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8028936 | port-stage-ppc-aix | Joel Borggrén-Franck | P3 | Resolved | Fixed | master |
Description
We can not spin bytecode for calling VM-anonymous classes as their names can't be found.
This breaks generation of Method/Ctor Accessors when noInflatiion=true
Fix is to disable bytecode spinning for vm-anonyous classes when noInflation=true
(Not related to Java language anonymous inner classes)
This breaks generation of Method/Ctor Accessors when noInflatiion=true
Fix is to disable bytecode spinning for vm-anonyous classes when noInflation=true
(Not related to Java language anonymous inner classes)
Attachments
Issue Links
- backported by
-
JDK-8028936 (reflect) invoking Method/Constructor in anonymous classes breaks with -Dsun.reflect.noInflation=true
- Resolved