JDK-8005252 : pack200 should support MethodParameters
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util.jar
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • Submitted: 2012-12-19
  • Updated: 2017-05-17
  • Resolved: 2013-01-15
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.

To download the current JDK release, click here.
JDK 8
8 b75Fixed
Related Reports
Cloners :  
Duplicate :  
Relates :  
Relates :  
Description
MethodParameters attribute is being added to the JVM Specificiation, 
and javac will produce this in the class files, Pack200 needs
to support the new class file changes and  this new attribute.

The specification is at:
http://cr.openjdk.java.net/~abuckley/8misc.pdf

The webrev for javac is here:
http://cr.openjdk.java.net/~coleenp/JDK-8004727/


Comments
verified in b85
12-04-2013

In the interim to support this in pack200 one can use the following options: pack200 --method-attribute=MethodParameters=NB[RUHI] ...
19-12-2012