--- 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 @@ -27,6 +27,7 @@ // JVM state methodOop method() const; int bci() const; + bool is_restart() const; StackValueCollection* locals() const; StackValueCollection* expressions() const; GrowableArray* monitors() const;