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

Shenandoah: use COMPILER2_OR_JVMCI macro consistently

    XMLWordPrintable

Details

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

    Backports

      Description

        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).

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved: