Review Request: 8004803: build-infra: Cannot use icedtea as boot for closed build.

Jonathan Gibbons jonathan.gibbons at oracle.com
Thu Dec 13 03:04:47 UTC 2012


On 12/12/2012 06:58 PM, David Holmes wrote:
>
> I stand half corrected. The java launcher only accepts -Xbootclasspath 
> while the javac launcher will accept both (though I believe they have 
> different meanings). 

In javac, -bootclasspath and -Xbootclasspath are aliases, so they are 
exactly equivalent.

Note that there is a separate confusion for some users of javac:
     -J-Xbootclasspath  sets the bootclasspath for the JVM running javac
     -Xbootclasspath  sets the platform classes against which the users 
code will be compiled.

-- Jon



More information about the build-dev mailing list