comparison src/share/vm/runtime/vframe_hp.hpp @ 8151:b8f261ba79c6

Minimize diff to plain HotSpot version.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Mar 2013 21:00:29 +0100
parents e522a00b91aa
children
comparison
equal deleted inserted replaced
8150:b66f831ac5ab 8151:b8f261ba79c6
64 ScopeDesc* scope() const { return _scope; } 64 ScopeDesc* scope() const { return _scope; }
65 65
66 // Returns SynchronizationEntryBCI or bci() (used for synchronization) 66 // Returns SynchronizationEntryBCI or bci() (used for synchronization)
67 int raw_bci() const; 67 int raw_bci() const;
68 68
69 //protected: 69 protected:
70 ScopeDesc* _scope; 70 ScopeDesc* _scope;
71 71
72 72
73 //StackValue resolve(ScopeValue* sv) const; 73 //StackValue resolve(ScopeValue* sv) const;
74 BasicLock* resolve_monitor_lock(Location location) const; 74 BasicLock* resolve_monitor_lock(Location location) const;