test/java/lang/Thread/UncaughtExceptions.sh

Print this page

        

@@ -121,11 +121,11 @@
 }
 EOJAVA
 
     Sys "$javac" ${TESTJAVACOPTS} ${TESTTOOLVMOPTS} "Seppuku.java"
     CheckCommandResults "$expectedRC" "$expectedOut" "$expectedErr" \
-        "$java" "Seppuku"
+        "$java" ${TESTVMOPTS} ${TESTJAVAOPTS} "Seppuku"
     Cleanup
 }
 
 #----------------------------------------------------------------
 # A thread is never alive after you've join()ed it.