comparison src/share/vm/runtime/vframe_hp.hpp @ 3018:5857923e563c

Fixed an issue with frame states in exception dispatch chains (now we are correctly rethrowing the exception immediately at entering the interpreter).
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Sat, 18 Jun 2011 19:13:55 +0200
parents f95d63e2154a
children 957c266d8bc5
comparison
equal deleted inserted replaced
3017:b4ba003eb11d 3018:5857923e563c
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;