hotspot/test/testlibrary/ctw/Makefile
changeset 41059 6f019652dd5e
parent 40244 b3055c216762
child 44997 3f875168ce21
--- a/hotspot/test/testlibrary/ctw/Makefile	Tue Aug 30 13:51:56 2016 +0000
+++ b/hotspot/test/testlibrary/ctw/Makefile	Wed Aug 31 14:47:20 2016 +0300
@@ -40,7 +40,7 @@
 JAVAC = $(JDK_HOME)/bin/javac
 JAR = $(JDK_HOME)/bin/jar
 
-SRC_FILES = $(shell find $(SRC_DIR) $(TESTLIBRARY_DIR)/share/classes -name '*.java')
+SRC_FILES = $(shell find $(SRC_DIR) $(TESTLIBRARY_DIR)/jdk/test/lib -name '*.java')
 WB_SRC_FILES = $(shell find $(TESTLIBRARY_DIR)/sun/hotspot -name '*.java')
 
 MAIN_CLASS = sun.hotspot.tools.ctw.CompileTheWorld