8189409: [AOT] Fix paths in aot test scripts

Reviewed-by: kvn, gtriantafill
This commit is contained in:
Igor Veresov 2017-10-17 13:52:52 -07:00
parent b788c73f53
commit 65ed45cd3d
2 changed files with 2 additions and 2 deletions

View File

@ -1093,7 +1093,7 @@ suite = {
},
"jdk.tools.jaotc.test" : {
"subDir" : "../../test/compiler/aot",
"subDir" : "../../test/hotspot/jtreg/compiler/aot",
"sourceDirs" : ["src"],
"dependencies" : [
"mx:JUNIT",

View File

@ -108,7 +108,7 @@ for i in `seq 1 $N`; do
done
NAME="jvmci"
DIR="$DIR/../../../../src/jdk.internal.vm.ci"
DIR="$DIR/../../../../../../src/jdk.internal.vm.ci"
FILES=`find $DIR -type f -name '*.java'`
COUNT=`find $DIR -type f -name '*.java' | wc -l`