Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8174443 | 10 | Daniel Daugherty | P2 | Resolved | Fixed | b01 |
When _JAVA_OPTIONS environment variable is set, JDK 8 used to print a warning:
Picked up _JAVA_OPTIONS: XXXX
JDK 9 no longer prints this message afterJDK-8061999.
Options from the environment variable are added to the VM arguments silently which makes troubleshooting very hard and it's hard for users to tell what options are automatically added.
Picked up _JAVA_OPTIONS: XXXX
JDK 9 no longer prints this message after
Options from the environment variable are added to the VM arguments silently which makes troubleshooting very hard and it's hard for users to tell what options are automatically added.
- backported by
-
JDK-8174443 VM no longer prints "Picked up _JAVA_OPTIONS: " message
-
- Resolved
-
- relates to
-
JDK-8061999 Enhance VM option parsing to allow options to be specified in a file
-
- Resolved
-