--- a/hotspot/make/windows/makefiles/fastdebug.make Wed Jul 05 21:04:26 2017 +0200
+++ b/hotspot/make/windows/makefiles/fastdebug.make Wed Dec 02 10:19:14 2015 -0800
@@ -25,7 +25,6 @@
HS_INTERNAL_NAME=jvm
HS_FNAME=$(HS_INTERNAL_NAME).dll
AOUT=$(HS_FNAME)
-SAWINDBG=sawindbg.dll
GENERATED=../generated
# Allow the user to turn off precompiled headers from the command line.
@@ -33,7 +32,7 @@
BUILD_PCH_FILE=_build_pch_file.obj
!endif
-default:: $(BUILD_PCH_FILE) $(AOUT) checkAndBuildSA
+default:: $(BUILD_PCH_FILE) $(AOUT)
!include ../local.make
!include compile.make
@@ -66,4 +65,3 @@
!endif
!include $(WorkSpace)/make/windows/makefiles/shared.make
-!include $(WorkSpace)/make/windows/makefiles/sa.make