Remove redundant preprocessor #if's checks

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 23
    • Affects Version/s: 23
    • Component/s: hotspot
    • b25

      There are a few redundant #if/#ifdefs throughout the code base. This RFE is to find those and remove them.

      For example in deoptimization.cpp file, JDK-8312579 changes added Vector API support to Graal and changed #ifdef COMPILER2 to #if COMPILER2_OR_JVMCI. But in some places the code is already under such #if.

            Assignee:
            Cesar Soares
            Reporter:
            Vladimir Kozlov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: