hotspot/src/share/vm/ci/ciMethod.hpp
changeset 14621 fd9265ab0f67
parent 14478 1c4a20806af7
child 15479 e3c00ec80145
--- a/hotspot/src/share/vm/ci/ciMethod.hpp	Wed Nov 21 05:57:12 2012 -0800
+++ b/hotspot/src/share/vm/ci/ciMethod.hpp	Mon Nov 26 17:25:11 2012 -0800
@@ -226,6 +226,9 @@
   ciCallProfile call_profile_at_bci(int bci);
   int           interpreter_call_site_count(int bci);
 
+  ciField*      get_field_at_bci( int bci, bool &will_link);
+  ciMethod*     get_method_at_bci(int bci, bool &will_link, ciSignature* *declared_signature);
+
   // Given a certain calling environment, find the monomorphic target
   // for the call.  Return NULL if the call is not monomorphic in
   // its calling environment.