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

Add COMPILER2_OR_JVMCI definition

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 10
    • 9, 10
    • 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

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

              Created:
              Updated:
              Resolved: