-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 9
-
Component/s: hotspot
-
b138
Currently, if multiple --add-modules options are specified on the Java command line the last one wins and the previous ones are ignored.
Instead of ignoring the previous --add-modules options, have it combine all values so that
java --add-modules a --add-modules b
would be equivalent to: java --add-modules a,b
Instead of ignoring the previous --add-modules options, have it combine all values so that
java --add-modules a --add-modules b
would be equivalent to: java --add-modules a,b
- relates to
-
JDK-8162401 Support multiple --add-exports and --add-reads with the same module/package
-
- Resolved
-