< prev index next >

test/compiler/ciReplay/TestSA.sh

Print this page
rev 7376 : 8062012: test/compiler/ciReplay/TestSA.sh should be updated to work w/ modular image build
Remove mention of the obsolete jar.
reviewed-by: Igor Ignatyev
testing: jprt

@@ -24,11 +24,11 @@
 # 
 
 ##
 ## @test
 ## @bug 8011675
-## @ignore 8031978
+## @ignore 8029528
 ## @summary testing of ciReplay with using generated by SA replay.txt 
 ## @author igor.ignatyev@oracle.com
 ## @run shell TestSA.sh
 ##
 

@@ -67,11 +67,10 @@
     test_fail 2 "CHECK :: CORE GENERATION" "core wasn't generated on $OS"
 fi
 
 echo "dumpreplaydata -a > ${replay_data}" | \
         ${JAVA} ${TESTOPTS} \
-        -cp ${TESTJAVA}${FS}lib${FS}sa-jdi.jar \
         sun.jvm.hotspot.CLHSDB  ${JAVA} ${core_file}
 
 if [ ! -s ${replay_data} ]
 then
     test_fail 1 "CHECK :: REPLAY DATA GENERATION" \
< prev index next >