changeset 12803:931f105563c5

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
author coleenp
date Wed, 02 Oct 2013 13:02:40 -0400
parents f21415c32ca1
children 6f73bc5df986
files make/windows/makefiles/fastdebug.make
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make/windows/makefiles/fastdebug.make	Tue Oct 01 15:41:39 2013 -0400
+++ b/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