hotspot/test/runtime/6626217/Test6626217.sh
changeset 25924 4c3dd8541530
parent 25476 b97716c4b5c9
--- a/hotspot/test/runtime/6626217/Test6626217.sh	Fri Aug 01 15:57:00 2014 -0700
+++ b/hotspot/test/runtime/6626217/Test6626217.sh	Sun Aug 03 12:04:17 2014 +0400
@@ -69,7 +69,7 @@
 ${MV} many_loader.impl1 many_loader.class
 ${RM} many_loader.java
 
-${JAVA} ${TESTVMOPTS} -Xverify -Xint -cp . bug_21227 >test.out 2>&1
+${JAVA} ${TESTOPTS} -Xverify -Xint -cp . bug_21227 >test.out 2>&1
 grep "loader constraint" test.out
 exit $?