RFR 8149757:Implement Multi-Release jar aware JavacFileManager for javac

Steve Drach steve.drach at oracle.com
Thu May 5 19:28:10 UTC 2016


My apologies, that seems to be an old mail that got mistakenly resent.

> On Apr 5, 2016, at 9:32 AM, Steve Drach <steve.drach at oracle.com> wrote:
> 
> 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/20160505/68c5ef97/attachment.html>


More information about the compiler-dev mailing list