src/share/vm/runtime/signature.hpp

changeset 5914
d13d7aba8c12
parent 4037
da91efe96a93
child 6198
55fb97c4c58d
     1.1 --- a/src/share/vm/runtime/signature.hpp	Wed Oct 09 11:05:17 2013 -0700
     1.2 +++ b/src/share/vm/runtime/signature.hpp	Wed Oct 09 16:32:21 2013 +0200
     1.3 @@ -401,6 +401,9 @@
     1.4  
     1.5    // return same as_symbol except allocation of new symbols is avoided.
     1.6    Symbol* as_symbol_or_null();
     1.7 +
     1.8 +  // count the number of references in the signature
     1.9 +  int reference_parameter_count();
    1.10  };
    1.11  
    1.12  class SignatureVerifier : public StackObj {

mercurial