Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8248584

Enable CHECK_UNHANDLED_OOPS for Windows fastdebug builds

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 18
    • 16
    • hotspot
    • b20

      For some platforms we do fastdebug builds with -DCHECK_UNHANDLED_OOPS. But Windows (and aix) are excluded from that: from JvmFlags.gmk:

          ifeq ($(call isTargetOs, windows aix), false)
              # NOTE: Old build did not define CHECK_UNHANDLED_OOPS on Windows and AIX.
              JVM_CFLAGS_DEBUGLEVEL += -DCHECK_UNHANDLED_OOPS
          endif

      Of course, it might not currently build, and might not run if it does build. But it would be better to have this be consistent with other platforms.

            hseigel Harold Seigel (Inactive)
            kbarrett Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: