diff make/solaris/makefiles/vm.make @ 20582:c49cd31b6da6

8059200: Promoted JDK9 b31 for Solaris-amd64 fails (Error: dl failure on line 744, no picl library) on Solaris 11.1 Summary: Manually load libpicl.so (used on SPARC only) Reviewed-by: kvn
author iveresov
date Sat, 25 Oct 2014 21:02:29 -1000
parents d635fd1ac81c
children 8c76e844a7f9
line wrap: on
line diff
--- a/make/solaris/makefiles/vm.make	Thu Oct 23 09:41:59 2014 -1000
+++ b/make/solaris/makefiles/vm.make	Sat Oct 25 21:02:29 2014 -1000
@@ -141,7 +141,7 @@
 LIBS += -lsocket -lsched -ldl $(LIBM) -lthread -lc -ldemangle
 endif # sparcWorks
 
-LIBS += -lkstat -lpicl
+LIBS += -lkstat
 
 # By default, link the *.o into the library, not the executable.
 LINK_INTO$(LINK_INTO) = LIBJVM