< 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: iignatyev
testing: jprt

*** 24,34 **** # ## ## @test ## @bug 8011675 ! ## @ignore 8031978 ## @summary testing of ciReplay with using generated by SA replay.txt ## @author igor.ignatyev@oracle.com ## @run shell TestSA.sh ## --- 24,34 ---- # ## ## @test ## @bug 8011675 ! ## @ignore 8029528 ## @summary testing of ciReplay with using generated by SA replay.txt ## @author igor.ignatyev@oracle.com ## @run shell TestSA.sh ##
*** 67,77 **** 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" \ --- 67,76 ----
< prev index next >