hotspot/src/cpu/sparc/vm/interpreterRT_sparc.cpp
changeset 46727 6e4a84748e2c
parent 46381 020219e46c86
equal deleted inserted replaced
46726:7801367e3cc9 46727:6e4a84748e2c
   174     }
   174     }
   175   }
   175   }
   176 
   176 
   177 
   177 
   178  public:
   178  public:
   179   SlowSignatureHandler(methodHandle method, address from, intptr_t* to, intptr_t *RegArgSig) : NativeSignatureIterator(method) {
   179   SlowSignatureHandler(const methodHandle& method, address from, intptr_t* to, intptr_t *RegArgSig) : NativeSignatureIterator(method) {
   180     _from = from;
   180     _from = from;
   181     _to   = to;
   181     _to   = to;
   182     _RegArgSignature = RegArgSig;
   182     _RegArgSignature = RegArgSig;
   183     *_RegArgSignature = 0;
   183     *_RegArgSignature = 0;
   184     _argcount = method->is_static() ? 2 : 1;
   184     _argcount = method->is_static() ? 2 : 1;