--- old/src/hotspot/cpu/zero/bytecodeInterpreter_zero.hpp 2020-05-01 02:25:33.679614017 -0700 +++ new/src/hotspot/cpu/zero/bytecodeInterpreter_zero.hpp 2020-05-01 02:25:33.327607246 -0700 @@ -28,7 +28,7 @@ // Platform specific for C++ based Interpreter -#if defined(PPC) || defined(SPARC) || defined(IA64) +#if defined(PPC) || defined(IA64) #define LOTS_OF_REGS // Use plenty of registers #else #undef LOTS_OF_REGS // Loser platforms