src/share/vm/ci/ciStreams.hpp

changeset 4133
f6b0eb4e44cf
parent 4037
da91efe96a93
child 5914
d13d7aba8c12
     1.1 --- a/src/share/vm/ci/ciStreams.hpp	Fri Sep 28 14:36:20 2012 -0700
     1.2 +++ b/src/share/vm/ci/ciStreams.hpp	Mon Oct 01 14:50:10 2012 -0700
     1.3 @@ -257,12 +257,14 @@
     1.4    int      get_field_holder_index();
     1.5    int      get_field_signature_index();
     1.6  
     1.7 -  ciMethod* get_method(bool& will_link, ciSignature* *declared_signature_result);
     1.8 -  bool      has_appendix();
     1.9 -  ciObject* get_appendix();
    1.10 -  ciKlass*  get_declared_method_holder();
    1.11 -  int       get_method_holder_index();
    1.12 -  int       get_method_signature_index();
    1.13 +  ciMethod*     get_method(bool& will_link, ciSignature* *declared_signature_result);
    1.14 +  bool          has_appendix();
    1.15 +  ciObject*     get_appendix();
    1.16 +  bool          has_method_type();
    1.17 +  ciMethodType* get_method_type();
    1.18 +  ciKlass*      get_declared_method_holder();
    1.19 +  int           get_method_holder_index();
    1.20 +  int           get_method_signature_index();
    1.21  
    1.22    // Get the resolved references arrays from the constant pool
    1.23    ciObjArray* get_resolved_references();

mercurial