8025569: -XX:+CheckUnhandledOops crashes on Windows
authorcoleenp
Wed, 02 Oct 2013 13:02:40 -0400
changeset 20371 b962c8b68475
parent 20369 ea40fc329ca0
child 20372 4dfcab35c335
8025569: -XX:+CheckUnhandledOops crashes on Windows Summary: Disable CHECK_UNHANDLED_OOPS in fastdebug builds for JDK 8 on WIndows 32 & 64 bit machines Reviewed-by: coleenp, ctornqvi, zgu Contributed-by: lois.foltan@oracle.com
hotspot/make/windows/makefiles/fastdebug.make
--- a/hotspot/make/windows/makefiles/fastdebug.make	Tue Oct 01 15:41:39 2013 -0400
+++ b/hotspot/make/windows/makefiles/fastdebug.make	Wed Oct 02 13:02:40 2013 -0400
@@ -38,7 +38,7 @@
 !include ../local.make
 !include compile.make
 
-CXX_FLAGS=$(CXX_FLAGS) $(FASTDEBUG_OPT_OPTION) /D "CHECK_UNHANDLED_OOPS"
+CXX_FLAGS=$(CXX_FLAGS) $(FASTDEBUG_OPT_OPTION)
 
 !include $(WorkSpace)/make/windows/makefiles/vm.make
 !include local.make