Bad use of ifdef with INCLUDE_xxx GC macros

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 25
    • Affects Version/s: 19
    • Component/s: hotspot
    • None
    • 19
    • b07

      ./share/c1/c1_LIR.hpp:#ifdef INCLUDE_ZGC (introduced by JDK-8276799)
      ./share/runtime/mutexLocker.cpp:#ifdef INCLUDE_PARALLELGC (introduced by JDK-8280136)
      ./share/runtime/mutexLocker.cpp:#ifdef INCLUDE_PARALLELGC
      ./share/runtime/mutexLocker.hpp:#ifdef INCLUDE_PARALLELGC

      Should be `#if` not `#ifdef`

            Assignee:
            David Holmes
            Reporter:
            David Holmes
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: