-
Enhancement
-
Resolution: Fixed
-
P3
-
11
-
b11
-
generic
-
generic
-
Not verified
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'
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'
- blocks
-
JDK-8199193 jshell tool: Add support for preview features
-
- Closed
-
- csr for
-
JDK-8200528 Add launcher support for preview features
-
- Closed
-
- relates to
-
JDK-8198908 Add JVM support for preview features
-
- Resolved
-
-
JDK-8195734 JEP 12: Preview Features
-
- Completed
-