JDK 23 |
---|
23 b25Fixed |
Relates :
|
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.
|