src/hotspot/share/interpreter/interpreter.hpp
changeset 54807 33fe50b6d707
parent 53244 9807daeb47c4
equal deleted inserted replaced
54786:ebf733a324d4 54807:33fe50b6d707
    67   address code_end() const                       { return (address)this + size(); }
    67   address code_end() const                       { return (address)this + size(); }
    68 
    68 
    69   // Debugging
    69   // Debugging
    70   void    verify();
    70   void    verify();
    71   void    print_on(outputStream* st) const;
    71   void    print_on(outputStream* st) const;
    72   void    print() const { print_on(tty); }
    72   void    print() const;
    73 
    73 
    74   // Interpreter-specific initialization
    74   // Interpreter-specific initialization
    75   void    initialize(const char* description, Bytecodes::Code bytecode);
    75   void    initialize(const char* description, Bytecodes::Code bytecode);
    76 
    76 
    77   // Interpreter-specific attributes
    77   // Interpreter-specific attributes