From e44575ad3eea81824ca9346cd1d289e01a422a96 Mon Sep 17 00:00:00 2001 From: Igor Ignatyev Date: Thu, 13 Aug 2020 10:33:51 -0700 Subject: [PATCH] 8251526: CTW fails to build after JDK-8251121 Reviewed-by: shade --- test/hotspot/jtreg/testlibrary/ctw/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/hotspot/jtreg/testlibrary/ctw/Makefile b/test/hotspot/jtreg/testlibrary/ctw/Makefile index 395db33fa86..99d1c6f801e 100644 --- a/test/hotspot/jtreg/testlibrary/ctw/Makefile +++ b/test/hotspot/jtreg/testlibrary/ctw/Makefile @@ -45,6 +45,7 @@ SRC_FILES = $(shell find $(SRC_DIR) -name '*.java') LIB_FILES = $(shell find $(TESTLIBRARY_DIR)/jdk/test/lib/ \ $(TESTLIBRARY_DIR)/jdk/test/lib/process \ $(TESTLIBRARY_DIR)/jdk/test/lib/util \ + $(TESTLIBRARY_DIR)/jtreg \ -maxdepth 1 -name '*.java') WB_SRC_FILES = $(shell find $(TESTLIBRARY_DIR)/sun/hotspot -name '*.java') EXPORTS=--add-exports java.base/jdk.internal.jimage=ALL-UNNAMED \