test/compiler/ciReplay/common.sh
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8027257 Cdiff test/compiler/ciReplay/common.sh

test/compiler/ciReplay/common.sh

Print this page
rev 5776 : 8027257: [TESTBUG] compiler/ciReplay/TestVM.sh : Error: Could not find or load main class negative_test
Reviewed-by:

*** 97,114 **** # $1 - initial error_code # $2 - non-tiered comp_level nontiered_tests() { level=`grep "^compile " $replay_data | awk '{print $6}'` ! # is level available in non-tiere if [ "$level" -eq $2 ] then positive_test $1 "NON-TIERED :: AVAILABLE COMP_LEVEL" \ -XX:-TieredCompilation else negative_test `expr $1 + 1` "NON-TIERED :: UNAVAILABLE COMP_LEVEL" \ - negative_test `expr $1 + 1` "NON-TIERED :: UNAVAILABLE COMP_LEVEL" \ -XX:-TieredCompilation fi } # $1 - initial error_code --- 97,113 ---- # $1 - initial error_code # $2 - non-tiered comp_level nontiered_tests() { level=`grep "^compile " $replay_data | awk '{print $6}'` ! # is level available in non-tiered if [ "$level" -eq $2 ] then positive_test $1 "NON-TIERED :: AVAILABLE COMP_LEVEL" \ -XX:-TieredCompilation else negative_test `expr $1 + 1` "NON-TIERED :: UNAVAILABLE COMP_LEVEL" \ -XX:-TieredCompilation fi } # $1 - initial error_code
test/compiler/ciReplay/common.sh
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File