hotspot/make/linux/Makefile
changeset 34319 9d6dd3c5ca23
parent 33957 39113ae98993
parent 34289 2d1821a50263
child 35085 839c8ba29724
--- a/hotspot/make/linux/Makefile	Wed Jul 05 21:04:26 2017 +0200
+++ b/hotspot/make/linux/Makefile	Wed Dec 02 10:19:14 2015 -0800
@@ -45,15 +45,6 @@
 #
 #    make REMOTE="rsh -l me myotherlinuxbox"
 
-# 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. libsa.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