RFR: 8167237: Jar tool can not correctly find/process the --release option if it occurs before the file list

Steve Drach steve.drach at oracle.com
Thu Oct 6 20:50:30 UTC 2016


Hi,

Please review the changeset that fixes the problem of not “seeing” the jar tool —release  option if it is not preceded by anything other than gnu-style options.  It’s a simple one line change to process —release the same way as -C.

issue: https://bugs.openjdk.java.net/browse/JDK-8167237 <https://bugs.openjdk.java.net/browse/JDK-8167237>webrev: http://cr.openjdk.java.net/~sdrach/8167237/webrev.00/ <http://cr.openjdk.java.net/~sdrach/8167237/webrev.00/>

Thanks,
Steve



More information about the core-libs-dev mailing list