|
Blocks :
|
|
|
CSR :
|
|
|
Relates :
|
|
|
Relates :
|
|
JDK-8201653 :
|
With the new proposal the launcher boolean flag "--enable-preview" is passed as-is to
the VM as it stands now for example:
% _JAVA_LAUNCHER_DEBUG=true java --enable-preview --help
<lots of debugging traces deleted for clarity>
JavaVM args:
version 0x00010002, ignoreUnrecognized is JNI_FALSE, nOptions is 4
option[ 0] = '-Dsun.java.launcher.diag=true'
option[ 1] = '--enable-preview'
option[ 2] = '-Dsun.java.launcher=SUN_STANDARD'
option[ 3] = '-Dsun.java.launcher.pid=21039'
|