Add COMPILER2_OR_JVMCI definition

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 10
    • Affects Version/s: 9, 10
    • Component/s: hotspot
    • b33
    • generic
    • generic

      After JVMCI integration we have about 50 occurrences of next pattern:

      #if defined(COMPILER2) || INCLUDE_JVMCI

      It would be nice to replace it with simple:

      #if COMPILER2_OR_JVMCI

      which is defined as:

      // COMPILER2 or JVMCI
      #if defined(COMPILER2) || INCLUDE_JVMCI
      #define COMPILER2_OR_JVMCI 1

            Assignee:
            Jamsheed C M (Inactive)
            Reporter:
            Vladimir Kozlov
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: