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

Shenandoah: use COMPILER2_OR_JVMCI macro consistently

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 13
    • 11-shenandoah, 13
    • hotspot
    • gc
    • b24

        Use:

        #if COMPILER2_OR_JVMCI

        ...instead of:

        #if defined(COMPILER2) || INCLUDE_JVMCI

        This is cleaner and safer (in case COMPILER2 is actually globally defined but not available in current compilation unit).

              shade Aleksey Shipilev
              shade Aleksey Shipilev
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: