See thread beginning http://mail.openjdk.java.net/pipermail/jtreg-use/2013-October/000284.html
The patches are just taking into account
1/ the classpath separator on WXP/Cygwin which should be ';' instead of ':' with the variable CPS defined in Platform.gmk
2/ the ';' as a shell end of statement by putting all CLASSPATH value between "\"".
3/ a minor fix by using $(FIND) instead of find.
The patches are just taking into account
1/ the classpath separator on WXP/Cygwin which should be ';' instead of ':' with the variable CPS defined in Platform.gmk
2/ the ';' as a shell end of statement by putting all CLASSPATH value between "\"".
3/ a minor fix by using $(FIND) instead of find.