test/sun/management/jdp/JdpTest.sh

Print this page

        

*** 60,70 **** fi rm -f ${_testclasses}/*.class # Compile testcase ! ${COMPILEJAVA}/bin/javac -XDignore.symbol.file -d ${_testclasses} \ JdpUnitTest.java \ JdpDoSomething.java \ JdpClient.java --- 60,70 ---- fi rm -f ${_testclasses}/*.class # Compile testcase ! ${COMPILEJAVA}/bin/javac ${TESTTOOLVMOPTS} ${TESTJAVACOPTS} -XDignore.symbol.file -d ${_testclasses} \ JdpUnitTest.java \ JdpDoSomething.java \ JdpClient.java
*** 79,89 **** _app_start(){ testappname=$1 shift ! ${TESTJAVA}/bin/java -server $* -cp ${_testclasses} ${testappname} >> ${_logname} 2>&1 & _last_pid=$! # wait until VM is actually starts. # please note, if vm doesn't start for some reason # jtreg kills the test by timeout. Don't file a bug. --- 79,89 ---- _app_start(){ testappname=$1 shift ! ${TESTJAVA}/bin/java ${TESTVMOPTS} ${TESTJAVAOPTS} -server $* -cp ${_testclasses} ${testappname} >> ${_logname} 2>&1 & _last_pid=$! # wait until VM is actually starts. # please note, if vm doesn't start for some reason # jtreg kills the test by timeout. Don't file a bug.