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

Bad use of ifdef with INCLUDE_xxx GC macros

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 25
    • 19
    • 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`

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

              Created:
              Updated:
              Resolved: