-
Task
-
Resolution: Fixed
-
P3
-
9
-
b132
System.getProperties has an @implNote to document the system properties: jdk.module.path, jdk.upgrade.module.path, jdk.module.main, and jdk.module.main.class.
We need to think through scenarios where custom launchers might need to do the equivalent of the java -X options, -XaddExports for example. At this time, then the system properties used to communicate the values of -XaddExports, -Xpatch etc are JDK-internal.
- blocks
-
JDK-8163316 Update FX to use new gnu style java command line options
-
- Resolved
-
-
JDK-8160727 Add new format arguments to the list of secure VM arguments
-
- Resolved
-
-
JDK-8155401 Move from ALL-SYSTEM to ALL-DEFAULT
-
- Resolved
-
- duplicates
-
JDK-8164049 runtime/BootClassAppendProp/BootClassPathAppendProp.java
-
- Closed
-
- relates to
-
JDK-8157789 Nashorn sample/test.js should not use undocumented System property
-
- Resolved
-
-
JDK-8160851 Remove old launcher module-related options
-
- Closed
-
-
JDK-8158076 Examine different argfile support in VM, launcher, javac
-
- Open
-
-
JDK-8153077 Allow -XaddExports be specified via the java-vm-args attribute
-
- Resolved
-
-
JDK-8154426 Allow the equivalent of -XaddExports in the manifest of an application JAR file
-
- Resolved
-
-
JDK-8154398 Support nested argument files
-
- Closed
-
-
JDK-8156962 javac should support options specified in _JAVAC_OPTIONS
-
- Closed
-
-
JDK-8157038 Move module option handling from java launcher to VM
-
- Resolved
-
-
JDK-8243936 NonWriteable system properties are actually writeable
-
- Resolved
-
-
JDK-8173128 hotspot doesn't recognise new jigsaw options passed through _JAVA_OPTIONS
-
- Closed
-
- links to