From 20641e00abdee9cc5e95832d94e935d385d8ea37 Mon Sep 17 00:00:00 2001 From: Coleen Phillimore Date: Fri, 7 Jun 2013 22:15:27 -0400 Subject: [PATCH] 7124706: enable RetransformBigClass.sh test when fix for 8013063 is promoted 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 | 2 +- jdk/test/java/lang/instrument/RetransformBigClass.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/jdk/test/java/lang/instrument/MakeJAR4.sh b/jdk/test/java/lang/instrument/MakeJAR4.sh index 3376bd7cc4c..0f6e9f6cbc4 100644 --- a/jdk/test/java/lang/instrument/MakeJAR4.sh +++ b/jdk/test/java/lang/instrument/MakeJAR4.sh @@ -43,4 +43,4 @@ while [ $# != 0 ] ; do done -${JAR} "{TESTTOOLVMOPTS}" cvfm ${AGENT}.jar ${AGENT}.mf ${AGENT}*.class ${OTHER}*.java +${JAR} "${TESTTOOLVMOPTS}" cvfm ${AGENT}.jar ${AGENT}.mf ${AGENT}*.class ${OTHER}*.java diff --git a/jdk/test/java/lang/instrument/RetransformBigClass.sh b/jdk/test/java/lang/instrument/RetransformBigClass.sh index 582eca8e05a..acaa5ae0d0c 100644 --- a/jdk/test/java/lang/instrument/RetransformBigClass.sh +++ b/jdk/test/java/lang/instrument/RetransformBigClass.sh @@ -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 #