8025569: -XX:+CheckUnhandledOops crashes on Windows

Wed, 02 Oct 2013 13:02:40 -0400

author
coleenp
date
Wed, 02 Oct 2013 13:02:40 -0400
changeset 5828
931f105563c5
parent 5826
f21415c32ca1
child 5829
6f73bc5df986

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

make/windows/makefiles/fastdebug.make file | annotate | diff | comparison | revisions
     1.1 --- a/make/windows/makefiles/fastdebug.make	Tue Oct 01 15:41:39 2013 -0400
     1.2 +++ b/make/windows/makefiles/fastdebug.make	Wed Oct 02 13:02:40 2013 -0400
     1.3 @@ -38,7 +38,7 @@
     1.4  !include ../local.make
     1.5  !include compile.make
     1.6  
     1.7 -CXX_FLAGS=$(CXX_FLAGS) $(FASTDEBUG_OPT_OPTION) /D "CHECK_UNHANDLED_OOPS"
     1.8 +CXX_FLAGS=$(CXX_FLAGS) $(FASTDEBUG_OPT_OPTION)
     1.9  
    1.10  !include $(WorkSpace)/make/windows/makefiles/vm.make
    1.11  !include local.make

mercurial