src/share/vm/runtime/vframe_hp.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/vframe_hp.hpp	Mon Jul  6 17:14:00 2009
--- new/src/share/vm/runtime/vframe_hp.hpp	Mon Jul  6 17:14:00 2009

*** 25,34 **** --- 25,35 ---- class compiledVFrame: public javaVFrame { public: // JVM state methodOop method() const; int bci() const; + bool is_restart() const; StackValueCollection* locals() const; StackValueCollection* expressions() const; GrowableArray<MonitorInfo*>* monitors() const; void set_locals(StackValueCollection* values) const;

src/share/vm/runtime/vframe_hp.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File