< prev index next >

src/hotspot/cpu/zero/bytecodeInterpreter_zero.hpp

Print this page
rev 59189 : imported patch hotspot

@@ -26,11 +26,11 @@
 #ifndef CPU_ZERO_BYTECODEINTERPRETER_ZERO_HPP
 #define CPU_ZERO_BYTECODEINTERPRETER_ZERO_HPP
 
 // 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
 #endif
 
< prev index next >