RFR 8020802: Need an ability to create jar files that are invariant to the pack200 packing/unpacking

Martin Buchholz martinrb at google.com
Sun Oct 20 01:43:19 UTC 2013


I'm not convinced this feature pulls its weight.
I'd like to see more motivation/documentation for this change.
It seems like this just adds a post-processing phase which packs and
unpacks the jar file (why?)

Users who need to do that could just do that in a shell script without
confusing the 99.99% of current jar users.


On Mon, Oct 14, 2013 at 11:44 AM, Alexander Zuev
<alexander.zuev at oracle.com>wrote:

> Hi,
>
>   please review my fix for
> 8020802: Need an ability to create jar files that are invariant to the
> pack200 packing/unpacking
> The fix adds new option to the jar command which makes created jars
> normalized without the need to invoke the
> external program.
>
> Bug description: https://bugs.openjdk.java.net/**browse/JDK-8020802<https://bugs.openjdk.java.net/browse/JDK-8020802>
> Webrev with proposed fix: http://cr.openjdk.java.net/~**
> kizune/8020802/webrev.01<http://cr.openjdk.java.net/~kizune/8020802/webrev.01>
>
> With best regards,
> /Alex
>



More information about the core-libs-dev mailing list