Hi all,
Here is a small patch for fixing a fastdebug
linking error:
Diff is:
diff -r 85ccac8a8c13
make/test/JtregNativeHotspot.gmk
--- a/make/test/JtregNativeHotspot.gmk Mon
May 13 16:43:47 2019 +0200
+++ b/make/test/JtregNativeHotspot.gmk Mon
May 13 08:13:11 2019 -0700
@@ -864,7 +864,7 @@
BUILD_HOTSPOT_JTREG_EXECUTABLES_LIBS_exestack-gap
:= -ljvm -lpthread
BUILD_TEST_exeinvoke_exeinvoke.c_OPTIMIZATION
:= NONE
BUILD_HOTSPOT_JTREG_EXECUTABLES_LIBS_exeFPRegs
:= -ldl
-
BUILD_HOTSPOT_JTREG_LIBRARIES_LDFLAGS_libAsyncGetCallTraceTest
:= -ldl
+
BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libAsyncGetCallTraceTest
:= -ldl
else
BUILD_HOTSPOT_JTREG_EXCLUDE +=
libtest-rw.c libtest-rwx.c libTestJNI.c \
exeinvoke.c exestack-gap.c
libAsyncGetCallTraceTest.cpp
Important note: it passes with or without
this patch on my dev machine but Aleksey
Shipilev saw the failure and saw that the patch
helps. So I think this should be done; I'm
sending it to the submit-repo at the same time.