8059131: sawindbg.dll is not compiled with /SAFESEH
authordsamersoff
Tue, 11 Nov 2014 04:34:56 -0800
changeset 27614 c48433d6a6b0
parent 27613 f4773c0d8717
child 27615 d7caba003432
child 27616 6a63de6a8276
child 27620 c8cc69ab31e8
8059131: sawindbg.dll is not compiled with /SAFESEH Summary: Make variable SAFESEH_FLAG replaced with /SAFESEH link option. Reviewed-by: mgronlun, sla
hotspot/make/windows/makefiles/sa.make
--- a/hotspot/make/windows/makefiles/sa.make	Mon Nov 10 19:37:32 2014 -0500
+++ b/hotspot/make/windows/makefiles/sa.make	Tue Nov 11 04:34:56 2014 -0800
@@ -122,7 +122,7 @@
 SA_LFLAGS = $(SA_LFLAGS) -map -debug
 !endif
 !if "$(BUILDARCH)" == "i486"
-SA_LFLAGS = $(SAFESEH_FLAG) $(SA_LFLAGS)
+SA_LFLAGS = /SAFESEH $(SA_LFLAGS)
 !endif
 
 SA_CFLAGS = $(SA_CFLAGS) $(MP_FLAG)