src/share/vm/ci/ciSignature.hpp

changeset 3969
1d7922586cf6
parent 3197
5eb9169b1a14
child 4133
f6b0eb4e44cf
     1.1 --- a/src/share/vm/ci/ciSignature.hpp	Mon Jul 23 13:04:59 2012 -0700
     1.2 +++ b/src/share/vm/ci/ciSignature.hpp	Tue Jul 24 10:51:00 2012 -0700
     1.3 @@ -39,10 +39,11 @@
     1.4    ciKlass*  _accessing_klass;
     1.5  
     1.6    GrowableArray<ciType*>* _types;
     1.7 -  int _size;
     1.8 -  int _count;
     1.9 +  int _size;   // number of stack slots required for arguments
    1.10 +  int _count;  // number of parameter types in the signature
    1.11  
    1.12    friend class ciMethod;
    1.13 +  friend class ciBytecodeStream;
    1.14    friend class ciObjectFactory;
    1.15  
    1.16    ciSignature(ciKlass* accessing_klass, constantPoolHandle cpool, ciSymbol* signature);

mercurial