Sigh, bootclasspath again
Mandy Chung
mandy.chung at oracle.com
Tue Apr 6 19:22:19 PDT 2010
Jonathan Gibbons wrote:
> Jonathan Gibbons wrote:
>> Is -Xbootclasspath/p: supported in JVM legacy mode?
>>
>> I'm beginning to suspect it is not. Can anyone confirm one way or the
>> other?
>>
>> -- Jon
>>
> I have proof that it is not, for those that want to wade through the
> debugging output from my test. This is a big deal bug.
>
-Xbootclasspath/p: is expected to work in JVM legacy mode as it is. In
JVM legacy mode, the launcher sets -Xbootclasspath/p:<list of all
modules> and passes it to the VM. I set _JAVA_LAUNCHER_DEBUG
environment variable and confirms that the user-specified
-Xbootclasspath/p: and the -Xbootclasspath/p: computed by the launcher
are passed to the JVM.
The VM should be able to take one or more -Xbootclasspath/p options.
I'll need to investigate further.
Mandy
More information about the jigsaw-dev
mailing list