mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-12 19:35:24 +00:00
8062012: test/compiler/ciReplay/TestSA.sh should be updated to work w/ modular image build
Reviewed-by: kvn, fzhinkin, iignatyev
This commit is contained in:
parent
e42d9168db
commit
df2b7b1934
@ -26,7 +26,7 @@
|
||||
##
|
||||
## @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
|
||||
@ -69,7 +69,6 @@ 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} ]
|
||||
|
||||
@ -263,10 +263,10 @@ generate_replay() {
|
||||
dir=`dirname $core_with_dir`
|
||||
file=`basename $core_with_dir`
|
||||
# add <core_path>/core.<pid> core
|
||||
core_locations="'$core_with_dir' '$file'"
|
||||
core_locations='$core_with_dir' '$file'
|
||||
if [ -n "${core_with_pid}" ]
|
||||
then
|
||||
core_locations="$core_locations '$core_with_pid' '$dir${FS}$core_with_pid'"
|
||||
core_locations=$core_locations '$core_with_pid' '$dir${FS}$core_with_pid'
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user