< prev index next >

hotspot/make/solaris/Makefile

Print this page

        

@@ -34,19 +34,10 @@
 # /usr/local/java/jdk1.3/solaris), or via the (JDK-inherited)
 # default BOOTDIR path value. Note that one of ALT_BOOTDIR
 # 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
 include $(GAMMADIR)/make/defs.make
 endif
< prev index next >