RFR: JDK-8228460: bootstrap class path not set in conjunction with -source 11

Vicente Romero vicente.romero at oracle.com
Thu Sep 5 18:52:09 UTC 2019


looks good,
Vicente

On 9/3/19 7:51 AM, Jan Lahoda wrote:
> Hi,
>
> When running with --source which is less than the current default 
> source and -bootclasspath is not specified, a warning about not 
> specified -bootclasspath is printed. But that is not really 
> appropriate for -source 9+, because it should a) mention system module 
> path, rather than -bootclasspath; b) the option to check should be 
> --system, not -bootclasspath. The proposed patch is trying to fix that.
>
> JBS: https://bugs.openjdk.java.net/browse/JDK-8228460
> Webrev: http://cr.openjdk.java.net/~jlahoda/8228460/webrev.00/
>
> How does this look?
>
> Thanks,
>     Jan



More information about the compiler-dev mailing list