comparison src/share/vm/runtime/frame.hpp @ 14390:0f03ff49c720

8016491: PPC64 (part 2): Clean up PPC defines. Summary: Distinguish PPC, PPC64 and PPC32. PPC should guard code needed on any PPC system. PPC32 and PPC64 should guard code needed in a port for the ppc64 or ppc32 instruction set. Reviewed-by: kvn
author goetz
date Wed, 19 Jun 2013 12:29:30 +0200
parents d2f8c38e543d
children d2907f74462e
comparison
equal deleted inserted replaced
14389:164db61dbced 14390:0f03ff49c720
344 // Method & constant pool cache 344 // Method & constant pool cache
345 Method* interpreter_frame_method() const; 345 Method* interpreter_frame_method() const;
346 void interpreter_frame_set_method(Method* method); 346 void interpreter_frame_set_method(Method* method);
347 Method** interpreter_frame_method_addr() const; 347 Method** interpreter_frame_method_addr() const;
348 ConstantPoolCache** interpreter_frame_cache_addr() const; 348 ConstantPoolCache** interpreter_frame_cache_addr() const;
349 #ifdef PPC 349 #ifdef PPC32
350 oop* interpreter_frame_mirror_addr() const; 350 oop* interpreter_frame_mirror_addr() const;
351 #endif 351 #endif
352 352
353 public: 353 public:
354 // Entry frames 354 // Entry frames