src/share/vm/runtime/signature.hpp

changeset 1040
98cb887364d3
parent 435
a61af66fc99e
child 1445
354d3184f6b2
     1.1 --- a/src/share/vm/runtime/signature.hpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/runtime/signature.hpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -266,7 +266,7 @@
     1.4  class NativeSignatureIterator: public SignatureIterator {
     1.5   private:
     1.6    methodHandle _method;
     1.7 -// We need seperate JNI and Java offset values because in 64 bit mode,
     1.8 +// We need separate JNI and Java offset values because in 64 bit mode,
     1.9  // the argument offsets are not in sync with the Java stack.
    1.10  // For example a long takes up 1 "C" stack entry but 2 Java stack entries.
    1.11    int          _offset;                // The java stack offset

mercurial