to reproduce
$ export _JAVA_OPTIONS="--add-opens java.base/java.util=ALL-UNNAMED"
$ java -version
Unrecognized option: --add-opens
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
$ export _JAVA_OPTIONS="--add-opens java.base/java.util=ALL-UNNAMED"
$ java -version
Unrecognized option: --add-opens
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
- relates to
-
JDK-8136930 Simplify use of module-system options by custom launchers
- Resolved
-
JDK-8169069 Module system implementation refresh (11/2016)
- Resolved
-
JDK-8170832 Add a new launcher environment variable JAVA_OPTIONS
- Closed