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.
For example in deoptimization.cpp file,
- relates to
-
JDK-8312579 [JVMCI] JVMCI support for virtual Vector API objects
- Resolved