# HG changeset patch # User coleenp # Date 1370657727 14400 # Node ID bd65ac25937c241ce589b7c5e12ac5f4abc55b8f # Parent 237f3c2875aa39c5e0a5b109364b0fccdb7f4914 7124706: enable RetransformBigClass.sh test when fix for 8013063 is promoted Summary: The code for this test is fixed now and integrated to TL repo and it passes now. Reviewed-by: alanb diff -r 237f3c2875aa -r bd65ac25937c jdk/test/java/lang/instrument/MakeJAR4.sh --- a/jdk/test/java/lang/instrument/MakeJAR4.sh Fri Jun 07 13:49:37 2013 -0700 +++ b/jdk/test/java/lang/instrument/MakeJAR4.sh Fri Jun 07 22:15:27 2013 -0400 @@ -43,4 +43,4 @@ done -${JAR} "{TESTTOOLVMOPTS}" cvfm ${AGENT}.jar ${AGENT}.mf ${AGENT}*.class ${OTHER}*.java +${JAR} "${TESTTOOLVMOPTS}" cvfm ${AGENT}.jar ${AGENT}.mf ${AGENT}*.class ${OTHER}*.java diff -r 237f3c2875aa -r bd65ac25937c jdk/test/java/lang/instrument/RetransformBigClass.sh --- a/jdk/test/java/lang/instrument/RetransformBigClass.sh Fri Jun 07 13:49:37 2013 -0700 +++ b/jdk/test/java/lang/instrument/RetransformBigClass.sh Fri Jun 07 22:15:27 2013 -0400 @@ -23,7 +23,6 @@ # @test # @bug 7122253 -# @ignore until the fix for 7122253 (from HotSpot) is in a promoted build # @summary Retransform a big class. # @author Daniel D. Daugherty #