src/share/vm/runtime/frame.hpp

Print this page
rev 4738 : Clean up PPC defines.

Reorganize PPC defines.  Distinguish PPC, PPC64 and PPC32.
PPC should guard code needed on PPC regardless of word size.
PPC32 and PPC64 should guard code needed in the 64-bit or
the 32-bit port.

*** 344,354 **** // Method & constant pool cache Method* interpreter_frame_method() const; void interpreter_frame_set_method(Method* method); Method** interpreter_frame_method_addr() const; ConstantPoolCache** interpreter_frame_cache_addr() const; ! #ifdef PPC oop* interpreter_frame_mirror_addr() const; #endif public: // Entry frames --- 344,354 ---- // Method & constant pool cache Method* interpreter_frame_method() const; void interpreter_frame_set_method(Method* method); Method** interpreter_frame_method_addr() const; ConstantPoolCache** interpreter_frame_cache_addr() const; ! #ifdef PPC32 oop* interpreter_frame_mirror_addr() const; #endif public: // Entry frames