src/share/vm/interpreter/bytecodeInterpreter.cpp

changeset 1445
354d3184f6b2
parent 1063
7bb995fbd3c0
child 1513
8e7adf982378
     1.1 --- a/src/share/vm/interpreter/bytecodeInterpreter.cpp	Wed Oct 07 15:38:37 2009 -0700
     1.2 +++ b/src/share/vm/interpreter/bytecodeInterpreter.cpp	Tue Oct 13 12:04:21 2009 -0700
     1.3 @@ -3031,9 +3031,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 -#ifdef IA64
     1.8 +#if defined(IA64) && !defined(ZERO)
     1.9    tty->print_cr("last_Java_fp: " INTPTR_FORMAT, (uintptr_t) this->_last_Java_fp);
    1.10 -#endif // IA64
    1.11 +#endif // IA64 && !ZERO
    1.12    tty->print_cr("self_link: " INTPTR_FORMAT, (uintptr_t) this->_self_link);
    1.13  }
    1.14  

mercurial