< prev index next >

src/hotspot/share/runtime/vframe_hp.hpp

Print this page
rev 53033 : imported patch at_scope

*** 70,79 **** --- 70,82 ---- CompiledMethod* code() const; // Returns the scopeDesc ScopeDesc* scope() const { return _scope; } + // Return the compiledVFrame for the desired scope + compiledVFrame* at_scope(int decode_offset, int vframd_id); + // Returns SynchronizationEntryBCI or bci() (used for synchronization) int raw_bci() const; protected: ScopeDesc* _scope;
< prev index next >