src/share/vm/interpreter/bytecodeInterpreter.cpp

changeset 4535
9fae07c31641
parent 4278
070d523b96a7
child 5065
e60b3fce2b02
     1.1 --- a/src/share/vm/interpreter/bytecodeInterpreter.cpp	Fri Jan 25 16:09:14 2013 -0800
     1.2 +++ b/src/share/vm/interpreter/bytecodeInterpreter.cpp	Fri Jan 25 16:50:33 2013 -0800
     1.3 @@ -3099,9 +3099,9 @@
     1.4    tty->print_cr("&native_fresult: " INTPTR_FORMAT, (uintptr_t) &this->_native_fresult);
     1.5    tty->print_cr("native_lresult: " INTPTR_FORMAT, (uintptr_t) this->_native_lresult);
     1.6  #endif
     1.7 -#if defined(IA64) && !defined(ZERO)
     1.8 +#if !defined(ZERO)
     1.9    tty->print_cr("last_Java_fp: " INTPTR_FORMAT, (uintptr_t) this->_last_Java_fp);
    1.10 -#endif // IA64 && !ZERO
    1.11 +#endif // !ZERO
    1.12    tty->print_cr("self_link: " INTPTR_FORMAT, (uintptr_t) this->_self_link);
    1.13  }
    1.14  

mercurial