src/hotspot/share/code/pcDesc.hpp
changeset 54960 e46fe26d7f77
parent 53244 9807daeb47c4
equal deleted inserted replaced
54959:00425a850a2f 54960:e46fe26d7f77
    90   void set_return_oop(bool z)                    { set_flag(PCDESC_return_oop, z); }
    90   void set_return_oop(bool z)                    { set_flag(PCDESC_return_oop, z); }
    91 
    91 
    92   // Returns the real pc
    92   // Returns the real pc
    93   address real_pc(const CompiledMethod* code) const;
    93   address real_pc(const CompiledMethod* code) const;
    94 
    94 
    95   void print(CompiledMethod* code);
    95   void print(CompiledMethod* code) { print_on(tty, code); }
       
    96   void print_on(outputStream* st, CompiledMethod* code);
    96   bool verify(CompiledMethod* code);
    97   bool verify(CompiledMethod* code);
    97 };
    98 };
    98 
    99 
    99 #endif // SHARE_CODE_PCDESC_HPP
   100 #endif // SHARE_CODE_PCDESC_HPP