Currently, the JVM only ignores properties specified on the command line as -Djdk.module... if it exactly matches a property potentially used by the JVM. For example, it ignores -Djdk.module.addreads.0 but not -Djdk.module.addreads or -Djdk.module.addreads.foo.
This RFE proposes ignoring any property in the jdk.module namespace that at least partially matches a reserved module system property.
This RFE proposes ignoring any property in the jdk.module namespace that at least partially matches a reserved module system property.
- relates to
-
JDK-8162415 Print a warning for module related properties that get ignored.
-
- Resolved
-