< prev index next >

src/cpu/sparc/vm/interpreterRT_sparc.cpp

Print this page

        

*** 174,184 **** } } public: ! SlowSignatureHandler(methodHandle method, address from, intptr_t* to, intptr_t *RegArgSig) : NativeSignatureIterator(method) { _from = from; _to = to; _RegArgSignature = RegArgSig; *_RegArgSignature = 0; _argcount = method->is_static() ? 2 : 1; --- 174,184 ---- } } public: ! SlowSignatureHandler(const methodHandle& method, address from, intptr_t* to, intptr_t *RegArgSig) : NativeSignatureIterator(method) { _from = from; _to = to; _RegArgSignature = RegArgSig; *_RegArgSignature = 0; _argcount = method->is_static() ? 2 : 1;
< prev index next >