< prev index next >

src/hotspot/share/utilities/globalDefinitions.hpp

Print this page
rev 59103 : imported patch hotspot

*** 789,804 **** }; #define STACK_BIAS 0 - // V9 Sparc CPU's running in 64 Bit mode use a stack bias of 7ff - // in order to extend the reach of the stack pointer. - #if defined(SPARC) && defined(_LP64) - #undef STACK_BIAS - #define STACK_BIAS 0x7ff - #endif // TosState describes the top-of-stack state before and after the execution of // a bytecode or method. The top-of-stack value may be cached in one or more CPU // registers. The TosState corresponds to the 'machine representation' of this cached --- 789,798 ----
< prev index next >