hotspot/src/share/vm/runtime/frame.hpp
changeset 18938 ff8f8cec9434
parent 18025 b7bcf7497f93
child 19952 bc974e92f881
child 22823 40b2c6c30123
--- a/hotspot/src/share/vm/runtime/frame.hpp	Tue Jul 16 07:33:29 2013 +0200
+++ b/hotspot/src/share/vm/runtime/frame.hpp	Wed Jun 12 11:17:39 2013 +0200
@@ -353,7 +353,9 @@
 
  public:
   // Entry frames
-  JavaCallWrapper* entry_frame_call_wrapper() const;
+  JavaCallWrapper* entry_frame_call_wrapper() const { return *entry_frame_call_wrapper_addr(); }
+  JavaCallWrapper* entry_frame_call_wrapper_if_safe(JavaThread* thread) const;
+  JavaCallWrapper** entry_frame_call_wrapper_addr() const;
   intptr_t* entry_frame_argument_at(int offset) const;
 
   // tells whether there is another chunk of Delta stack above