8165030: [TESTBUG] ctw failed to build after 8157957
authortpivovarova
Wed, 31 Aug 2016 14:47:20 +0300
changeset 41059 6f019652dd5e
parent 41058 92d8f53e6419
child 41060 c72f3248ea0c
8165030: [TESTBUG] ctw failed to build after 8157957 Reviewed-by: kvn
hotspot/test/testlibrary/ctw/Makefile
--- 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