RFR(S): 8162412: Ignore any System property specified as	-Djdk.module...
    harold seigel 
    harold.seigel at oracle.com
       
    Tue Aug 30 17:47:40 UTC 2016
    
    
  
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