-
Enhancement
-
Resolution: Fixed
-
P2
-
None
-
b83
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8141943 | emb-9 | Ron Durbin | P2 | Resolved | Fixed | team |
The existing mechanisms in the VM that support options specification
include the command line, a flags file, and environment variables. The
flags file only supports Boolean VM options like -XX:+PrintVMOptions;
the VM Options that take a value or a string are not supported.
Requests have have been submitted to enhance the existing VM Option
Parsing to allow a file to be specified that allows all VM Options to
be specified in a file.
- backported by
-
JDK-8141943 Enhance VM option parsing to allow options to be specified in a file
-
- Resolved
-
- relates to
-
JDK-8136552 Last argument wins does not work for special options with "-XX:VMOptionsFile" option
-
- Resolved
-
-
JDK-8073331 [TESTBUG] Test for VM option file feature (VM options specified in file)
-
- Resolved
-
-
JDK-8137105 [TESTBUG] Add test cases for VM Options file feature with removed file size limit
-
- Resolved
-
-
JDK-8288483 JAVA_TOOL_OPTIONS are silently truncated if they exceed 1024 bytes
-
- In Progress
-
-
JDK-8173081 VM no longer prints "Picked up _JAVA_OPTIONS: " message
-
- Closed
-
-
JDK-8135195 VM Options file should not be limited to 1k in bytes
-
- Resolved
-
-
JDK-8135198 Add -XX:VMOptionsFile support to JAVA_TOOL_OPTIONS and _JAVA_OPTIONS
-
- Resolved
-
-
JDK-8027634 Support @argfiles for java command-line tool
-
- Closed
-