Enable CheckIntrinsics in all types of builds

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot
    • None
    • b76

        The CheckIntrinsics flag added by JDK-8076112 is currently enabled only in debug builds. The goal of this enhancment is to enable the flag in all types of builds (incl. product builds).

        The check for orphan methods in src/share/vm/classfile/classFileParser.cpp is also controlled by the CheckIntrinsics flag. To limit the impact of that potentially expensive check on our product builds, this enhancment proposes to include the check only in debug builds.

              Assignee:
              Zoltan Majo (Inactive)
              Reporter:
              Zoltan Majo (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: