RFR: 8151901: test/tools/pack200/Pack200Test fails on verifying native unpacked JAR

Kumar Srinivasan kumar.x.srinivasan at oracle.com
Mon Mar 21 19:49:30 UTC 2016


Hi John,

This patch contains fixes for two bugs:
8151901: test/tools/pack200/Pack200Test fails on verifying native 
unpacked JAR
8062335: Pack200 Java implementation differs from C version, outputs 
unused UTF8 for BootstrapMethods Note: The test case exhibits both of 
the above.

With this  the classes produced by java and the native implementation 
are congruent,
though the JDK image's classes exhibit these issues, as a precaution I 
have extracted the
minimal set of classes to reproduce the issues, into the golden jar.

The webrev is at:
http://cr.openjdk.java.net/~ksrini/8151901/webrev.00/

Thanks
Kumar




More information about the core-libs-dev mailing list