Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8248584: Enable CHECK_UNHANDLED_OOPS for Windows fastdebug builds
Reviewed-by: dholmes, erikj
  • Loading branch information
Harold Seigel committed Oct 20, 2021
1 parent 135cf3c commit 1271fbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make/hotspot/lib/JvmFlags.gmk
Expand Up @@ -74,8 +74,8 @@ ifeq ($(DEBUG_LEVEL), release)
endif
else ifeq ($(DEBUG_LEVEL), fastdebug)
JVM_CFLAGS_DEBUGLEVEL := -DASSERT
ifeq ($(call isTargetOs, windows aix), false)
# NOTE: Old build did not define CHECK_UNHANDLED_OOPS on Windows and AIX.
ifeq ($(call isTargetOs, aix), false)
# NOTE: Old build did not define CHECK_UNHANDLED_OOPS on AIX.
JVM_CFLAGS_DEBUGLEVEL += -DCHECK_UNHANDLED_OOPS
endif
else ifeq ($(DEBUG_LEVEL), slowdebug)
Expand Down

1 comment on commit 1271fbf

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.