8189409: [AOT] Fix paths in aot test scripts
authoriveresov
Tue, 17 Oct 2017 13:52:52 -0700
changeset 47638 cccfa7339755
parent 47637 87141990dde5
child 47640 7852e65127e4
8189409: [AOT] Fix paths in aot test scripts Reviewed-by: kvn, gtriantafill
src/jdk.internal.vm.compiler/.mx.graal/suite.py
test/hotspot/jtreg/compiler/aot/scripts/test-javac.sh
--- a/src/jdk.internal.vm.compiler/.mx.graal/suite.py	Tue Oct 17 18:54:03 2017 +0200
+++ b/src/jdk.internal.vm.compiler/.mx.graal/suite.py	Tue Oct 17 13:52:52 2017 -0700
@@ -1093,7 +1093,7 @@
     },
 
     "jdk.tools.jaotc.test" : {
-      "subDir" : "../../test/compiler/aot",
+      "subDir" : "../../test/hotspot/jtreg/compiler/aot",
       "sourceDirs" : ["src"],
       "dependencies" : [
         "mx:JUNIT",
--- a/test/hotspot/jtreg/compiler/aot/scripts/test-javac.sh	Tue Oct 17 18:54:03 2017 +0200
+++ b/test/hotspot/jtreg/compiler/aot/scripts/test-javac.sh	Tue Oct 17 13:52:52 2017 -0700
@@ -108,7 +108,7 @@
 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`