comparison make/solaris/makefiles/vm.make @ 20421:d635fd1ac81c

8056124: Hotspot should use PICL interface to get cacheline size on SPARC Summary: Using libpicl to get L1 data and L2 cache line sizes Reviewed-by: kvn, roland, morris
author iveresov
date Mon, 08 Sep 2014 18:11:37 -0700
parents f933a15469d4
children c49cd31b6da6
comparison
equal deleted inserted replaced
20419:2219e830b668 20421:d635fd1ac81c
139 endif # 505 139 endif # 505
140 else 140 else
141 LIBS += -lsocket -lsched -ldl $(LIBM) -lthread -lc -ldemangle 141 LIBS += -lsocket -lsched -ldl $(LIBM) -lthread -lc -ldemangle
142 endif # sparcWorks 142 endif # sparcWorks
143 143
144 LIBS += -lkstat 144 LIBS += -lkstat -lpicl
145 145
146 # By default, link the *.o into the library, not the executable. 146 # By default, link the *.o into the library, not the executable.
147 LINK_INTO$(LINK_INTO) = LIBJVM 147 LINK_INTO$(LINK_INTO) = LIBJVM
148 148
149 JDK_LIBDIR = $(JAVA_HOME)/jre/lib/$(LIBARCH) 149 JDK_LIBDIR = $(JAVA_HOME)/jre/lib/$(LIBARCH)