hotspot/make/solaris/Makefile
changeset 34289 2d1821a50263
parent 28613 b78d7c133e56
child 34319 9d6dd3c5ca23
--- a/hotspot/make/solaris/Makefile	Wed Nov 25 06:33:28 2015 +0000
+++ b/hotspot/make/solaris/Makefile	Tue Nov 24 12:18:25 2015 +0100
@@ -36,15 +36,6 @@
 # or BOOTDIR has to be set. We do *not* search javac, javah, rmic etc.
 # from the PATH.
 
-# Along with VM, Serviceability Agent (SA) is built for SA/JDI binding.
-# JDI binding on SA produces two binaries:
-#  1. sa-jdi.jar       - This is built before building libjvm.so
-#                        Please refer to ./makefiles/sa.make
-#  2. libsaproc.so     - Native library for SA - This is built after
-#                        libjsig.so (signal interposition library)
-#                        Please refer to ./makefiles/vm.make
-# If $(GAMMADIR)/agent dir is not present, SA components are not built.
-
 ifeq ($(GAMMADIR),)
 include ../../make/defs.make
 else