test/java/lang/instrument/ParallelTransformerLoader.sh

Print this page

        

*** 69,79 **** # Removing the test class files is important. If these # .class files are available on the classpath other # than via Test.jar, then the deadlock will not reproduce. rm -f Test*.class ! "${JAVA}" ${TESTVMOPTS} -javaagent:ParallelTransformerLoaderAgent.jar=Test.jar \ -classpath "${TESTCLASSES}" ParallelTransformerLoaderApp result=$? echo "result=$result" exit $result --- 69,79 ---- # Removing the test class files is important. If these # .class files are available on the classpath other # than via Test.jar, then the deadlock will not reproduce. rm -f Test*.class ! "${JAVA}" ${TESTVMOPTS} ${TESTJAVAOPTS} -javaagent:ParallelTransformerLoaderAgent.jar=Test.jar \ -classpath "${TESTCLASSES}" ParallelTransformerLoaderApp result=$? echo "result=$result" exit $result