hotspot/src/share/vm/ci/ciStreams.hpp
changeset 13391 30245956af37
parent 10506 575ad9bccff5
child 13522 5ad4627e792a
--- a/hotspot/src/share/vm/ci/ciStreams.hpp	Mon Jul 23 13:04:59 2012 -0700
+++ b/hotspot/src/share/vm/ci/ciStreams.hpp	Tue Jul 24 10:51:00 2012 -0700
@@ -259,8 +259,11 @@
 
   // If this is a method invocation bytecode, get the invoked method.
   ciMethod* get_method(bool& will_link);
+  bool      has_appendix();
+  ciObject* get_appendix();
   ciKlass*  get_declared_method_holder();
   int       get_method_holder_index();
+  ciSignature* get_declared_method_signature();
   int       get_method_signature_index();
 
   ciCPCache*  get_cpcache() const;