We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e6363 commit 7995847Copy full SHA for 7995847
test/hotspot/jtreg/testlibrary/ctw/Makefile
@@ -47,7 +47,7 @@ LIB_FILES = $(shell find $(TESTLIBRARY_DIR)/jdk/test/lib/ \
47
$(TESTLIBRARY_DIR)/jdk/test/lib/process \
48
$(TESTLIBRARY_DIR)/jdk/test/lib/util \
49
$(TESTLIBRARY_DIR)/jtreg \
50
- -maxdepth 1 -name '*.java'))
+ -maxdepth 1 -name '*.java')
51
WB_SRC_FILES = $(shell find $(TESTLIBRARY_DIR)/jdk/test/lib/compiler $(TESTLIBRARY_DIR)/jdk/test/whitebox -name '*.java')
52
WB_CLASS_FILES := $(subst $(TESTLIBRARY_DIR)/,,$(WB_SRC_FILES))
53
WB_CLASS_FILES := $(patsubst %.java,%.class,$(WB_CLASS_FILES))
0 commit comments