8193407: jdk/hs fails Solaris slowdebug test-image build
authordcubed
Tue, 12 Dec 2017 21:27:06 -0500
changeset 48389 7b1a9b267a94
parent 48388 a576e1b6784d
child 48391 d3b6470a6dec
8193407: jdk/hs fails Solaris slowdebug test-image build Summary: Add a missing '-lc' option for libCNLookUp. Reviewed-by: dholmes, kvn
make/test/JtregNativeHotspot.gmk
--- a/make/test/JtregNativeHotspot.gmk	Tue Dec 12 14:14:06 2017 -0500
+++ b/make/test/JtregNativeHotspot.gmk	Tue Dec 12 21:27:06 2017 -0500
@@ -113,6 +113,7 @@
     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libHandshakeTransitionTest := -lc
     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libHasNoEntryPoint := -lc
     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libReturnError := -lc
+    BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libCNLookUp := -lc
 endif
 
 ifeq ($(OPENJDK_TARGET_OS), linux)