-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 8
-
Component/s: core-libs
-
b117
-
Verified
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8028936 | port-stage-ppc-aix | Joel Borggrén-Franck | P3 | Resolved | Fixed | master |
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)
- backported by
-
JDK-8028936 (reflect) invoking Method/Constructor in anonymous classes breaks with -Dsun.reflect.noInflation=true
-
- Resolved
-