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

Reply via email to