src/hotspot/share/runtime/vframe_hp.hpp
changeset 53065 2f41e4935c34
parent 48607 7fc3d62481ba
child 53244 9807daeb47c4
equal deleted inserted replaced
53064:103ed9569fc8 53065:2f41e4935c34
    69   // Returns the active nmethod
    69   // Returns the active nmethod
    70   CompiledMethod*  code() const;
    70   CompiledMethod*  code() const;
    71 
    71 
    72   // Returns the scopeDesc
    72   // Returns the scopeDesc
    73   ScopeDesc* scope() const { return _scope; }
    73   ScopeDesc* scope() const { return _scope; }
       
    74 
       
    75   // Return the compiledVFrame for the desired scope
       
    76   compiledVFrame* at_scope(int decode_offset, int vframe_id);
    74 
    77 
    75   // Returns SynchronizationEntryBCI or bci() (used for synchronization)
    78   // Returns SynchronizationEntryBCI or bci() (used for synchronization)
    76   int raw_bci() const;
    79   int raw_bci() const;
    77 
    80 
    78  protected:
    81  protected: