RFR(S): 8162412: Ignore any System property specified as -Djdk.module...
Coleen Phillimore
coleen.phillimore at oracle.com
Wed Aug 31 12:20:29 UTC 2016
Harold,
This looks good to me.
Thank you for making this change.
Coleen
On 8/30/16 1:47 PM, harold seigel wrote:
> Hi,
>
> Please review this fix for JDK-8162412. This fix allows user
> properties that start with "-Djdk.module." unless they match any of
> the seven reserved system properties as follows:
>
> The JVM will ignore -D<property>, -D<property>.[*], and
> -D<property>=[*] where <property> is any one of these seven:
>
> jdk.module.addmods
> jdk.module.limitmods
> jdk.module.addexports
> jdk.module.addreads
> jdk.module.patch
> jdk.module.path
> jdk.module.upgrade.path
>
> JBS Bug: https://bugs.openjdk.java.net/browse/JDK-8162412
>
> Open webrev: http://cr.openjdk.java.net/~hseigel/bug_8162412/
>
> The fix was tested with the JCK Lang and VM tests, the hotpot, and
> java/lang, java/util and other JTreg tests, and the NSK non-colocated
> quick tests.
>
> Thanks, Harold
More information about the hotspot-runtime-dev
mailing list