RFR 8149757:Implement Multi-Release jar aware JavacFileManager for javac
Steve Drach
steve.drach at oracle.com
Tue Apr 5 16:32:58 UTC 2016
Hi,
Please review the changes required to make javac and the StandardJavaFileManager multi-release jar aware. For javac, the version of the classes in a multi-release.jar is selected by the -release (or -target) command line option, or if the option is not present, the runtime version is selected. For the StandardJavaFileManager, the version is selected with the handleOption method. See the tests for more detail.
issue: https://bugs.openjdk.java.net/browse/JDK-8149757 <https://bugs.openjdk.java.net/browse/JDK-8149757>
webrev: http://cr.openjdk.java.net/~sdrach/8149757/webrev/index.html <http://cr.openjdk.java.net/~sdrach/8149757/webrev/index.html>
Thank you,
Steve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/compiler-dev/attachments/20160405/4a6559f9/attachment.html>
More information about the compiler-dev
mailing list