RFR(S) : 8213812 : remove -XX:CompileTheWorld* flags

Roland Westrelin rwestrel at redhat.com
Wed Nov 28 14:53:59 UTC 2018


Hi Igor,

> as you saw, I have fixed a couple things in the java library to make
> it easier to build and use. please let me know if there is something
> else which you think should/can be improved. and ping me when you are
> satisfied w/ the java test library and don't need native CTW anymore.

It still doesn't build on my system. This:

diff --git a/test/hotspot/jtreg/testlibrary/ctw/Makefile b/test/hotspot/jtreg/testlibrary/ctw/Makefile
--- a/test/hotspot/jtreg/testlibrary/ctw/Makefile
+++ b/test/hotspot/jtreg/testlibrary/ctw/Makefile
@@ -45,7 +45,7 @@
 LIB_FILES = $(shell find $(TESTLIBRARY_DIR)/jdk/test/lib/ \
     $(TESTLIBRARY_DIR)/jdk/test/lib/process \
     $(TESTLIBRARY_DIR)/jdk/test/lib/util \
-    -depth 1 -name '*.java')
+    -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 \
 	--add-exports java.base/jdk.internal.misc=ALL-UNNAMED \

appears to be required.

Roland.


More information about the hotspot-compiler-dev mailing list