RFR for JDK-8028711: TEST_BUG: Tests should pass through VM options:	corelibs tests
    michael cui 
    michael.cui at oracle.com
       
    Sun Jan 26 08:10:16 UTC 2014
    
    
  
Hi,
Please review the following code changes for
https://bugs.openjdk.java.net/browse/JDK-8028711
The bug and fix are for enforcing the following rules:
launch java from shell script, ${TESTVMOPTS} and ${TESTJAVAOPTS} should 
be passed in.
launch javac from shell script, ${TESTTOOLVMOPTS} and ${TESTJAVACOPTS} 
should be passed in.
So almost all the scripts who failed to follow above rules are touched 
by this fix.
There are very few exceptions since test cases explicitly state that 
they are intended to launch java without any vm options.
webrev
http://cr.openjdk.java.net/~tyan/michael/JDK-8028711/webrev.01/
Thanks,
Michael Cui
    
    
More information about the core-libs-dev
mailing list