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
This commit is contained in:
Coleen Phillimore 2013-06-07 22:15:27 -04:00
parent de1f485bd6
commit 20641e00ab
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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
#