JDK-8007297 : [pack200] allow opcodes with InterfaceMethodRefs
Type:Bug
Component:core-libs
Sub-Component:java.util.jar
Affected Version:8
Priority:P2
Status:Closed
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2013-01-31
Updated:2017-05-17
Resolved:2013-03-04
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.
Per new JSR 335 spec, allow opcodes invokestatic and invokespecial to operate on
MethodRef and InterfaceMethodRef
Comments
SQE has looked at the bug and decided no additional tests are needed.
09-09-2013
See these relevant issues:
JDK-7192246 and 335 Umbrella JDK-7115044
http://hg.openjdk.java.net/jdk8/jdk8/langtools/rev/d7d932236fee
13-02-2013
Yes needs to be done for JDK8, need to get byte escapes to work correctly. It seems to work, with the current prototype
but Attributes within the Code attribute (LVT, LNT....) needs bci5 adjustments.