hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp
changeset 23203 76c2a23e2537
parent 22878 206db4a4adcc
child 24322 c2978d1578e3
--- a/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp	Wed Mar 05 02:41:57 2014 -0800
+++ b/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp	Wed Mar 05 15:14:25 2014 +0100
@@ -3475,7 +3475,7 @@
   tty->print_cr("&native_fresult: " INTPTR_FORMAT, (uintptr_t) &this->_native_fresult);
   tty->print_cr("native_lresult: " INTPTR_FORMAT, (uintptr_t) this->_native_lresult);
 #endif
-#if !defined(ZERO)
+#if !defined(ZERO) && defined(PPC)
   tty->print_cr("last_Java_fp: " INTPTR_FORMAT, (uintptr_t) this->_last_Java_fp);
 #endif // !ZERO
   tty->print_cr("self_link: " INTPTR_FORMAT, (uintptr_t) this->_self_link);