RFR for JDK-8019502 some java.util test does not pass VM options when launching java program in script

Patrick Zhang patrick.zhang at oracle.com
Thu Nov 7 03:48:02 UTC 2013


Hi Everyone,

I am working on https://bugs.openjdk.java.net/browse/JDK-8019502. The 
problem is, some java.util test does use ${TESTVMOPTS} to launch java 
program in script. Then it may lose VM setting from high level.

The fix will refer to https://bugs.openjdk.java.net/browse/JDK-8003890 
finished by Mark Sheppard. Just add ${TESTVMOPTS} to launch java.

Regards
Patrick



More information about the core-libs-dev mailing list