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

Remove redundant preprocessor #if's checks

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 23
    • 23
    • 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.

            cslucas Cesar Soares
            kvn Vladimir Kozlov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: