src/share/vm/ci/ciStreams.hpp

changeset 3969
1d7922586cf6
parent 3097
de847cac9235
child 4021
7f813940ac35
     1.1 --- a/src/share/vm/ci/ciStreams.hpp	Mon Jul 23 13:04:59 2012 -0700
     1.2 +++ b/src/share/vm/ci/ciStreams.hpp	Tue Jul 24 10:51:00 2012 -0700
     1.3 @@ -259,8 +259,11 @@
     1.4  
     1.5    // If this is a method invocation bytecode, get the invoked method.
     1.6    ciMethod* get_method(bool& will_link);
     1.7 +  bool      has_appendix();
     1.8 +  ciObject* get_appendix();
     1.9    ciKlass*  get_declared_method_holder();
    1.10    int       get_method_holder_index();
    1.11 +  ciSignature* get_declared_method_signature();
    1.12    int       get_method_signature_index();
    1.13  
    1.14    ciCPCache*  get_cpcache() const;

mercurial