7124706: enable RetransformBigClass.sh test when fix for 8013063 is promoted
authorcoleenp
Fri, 07 Jun 2013 22:15:27 -0400
changeset 18151 bd65ac25937c
parent 18150 237f3c2875aa
child 18152 804f7c54faa6
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
jdk/test/java/lang/instrument/MakeJAR4.sh
jdk/test/java/lang/instrument/RetransformBigClass.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
--- 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
 #