RFR (XS) 8223779: Build failure after 8223040 (Add a AsyncGetCallTrace test)
Jean Christophe Beyler
jcbeyler at google.com
Mon May 13 15:18:20 UTC 2019
Hi all,
Here is a small patch for fixing a fastdebug linking error:
Bug is : https://bugs.openjdk.java.net/browse/JDK-8223779
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.
Thanks,
Jc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/serviceability-dev/attachments/20190513/53c23a97/attachment.html>
More information about the serviceability-dev
mailing list