# HG changeset patch # User bharadwaj # Date 1400532565 25200 # Node ID 165c44e3edbb44c0cce1bc510a28f827cd6a5cd4 # Parent 4a37a32e36a93f170531f5af9fedfc9f3e3c8341# Parent ee49edf1d748ce4da394c6e67ec387d90f70e503 Merge diff -r 4a37a32e36a9 -r 165c44e3edbb hotspot/test/compiler/ciReplay/TestVM.sh --- a/hotspot/test/compiler/ciReplay/TestVM.sh Mon May 19 20:28:35 2014 +0000 +++ b/hotspot/test/compiler/ciReplay/TestVM.sh Mon May 19 13:49:25 2014 -0700 @@ -26,7 +26,6 @@ ## ## @test ## @bug 8011675 -## @ignore 8032498 ## @summary testing of ciReplay with using generated by VM replay.txt ## @author igor.ignatyev@oracle.com ## @run shell TestVM.sh diff -r 4a37a32e36a9 -r 165c44e3edbb hotspot/test/compiler/ciReplay/TestVM_no_comp_level.sh --- a/hotspot/test/compiler/ciReplay/TestVM_no_comp_level.sh Mon May 19 20:28:35 2014 +0000 +++ b/hotspot/test/compiler/ciReplay/TestVM_no_comp_level.sh Mon May 19 13:49:25 2014 -0700 @@ -26,7 +26,6 @@ ## ## @test ## @bug 8011675 -## @ignore 8032498 ## @summary testing of ciReplay with using generated by VM replay.txt w/o comp_level ## @author igor.ignatyev@oracle.com ## @run shell TestVM_no_comp_level.sh diff -r 4a37a32e36a9 -r 165c44e3edbb hotspot/test/compiler/ciReplay/common.sh --- a/hotspot/test/compiler/ciReplay/common.sh Mon May 19 20:28:35 2014 +0000 +++ b/hotspot/test/compiler/ciReplay/common.sh Mon May 19 13:49:25 2014 -0700 @@ -234,6 +234,12 @@ sed -e 's/.*location: //'` echo CRASH OUTPUT: cat crash.out + + if [ "${core_locations}" = "" ] + then + test_fail 2 "CHECK :: CORE_LOCATION" "output doesn't contain the location of core file, see crash.out" + fi + rm crash.out # processing core locations for *nix