OpenJDK / bsd-port / jdk9 / hotspot
changeset 11999:79a147ebfdf2
8165030: [TESTBUG] ctw failed to build after 8157957
Reviewed-by: kvn
author | tpivovarova |
---|---|
date | Wed, 31 Aug 2016 14:47:20 +0300 |
parents | b9cc59087cde |
children | 882e8cda60b3 |
files | test/testlibrary/ctw/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/test/testlibrary/ctw/Makefile Tue Aug 30 13:51:56 2016 +0000 +++ b/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