< prev index next >

src/share/vm/opto/arraycopynode.hpp

Print this page
rev 10504 : value type calling convention

@@ -77,11 +77,11 @@
     // create result type (range)
     fields = TypeTuple::fields(0);
 
     const TypeTuple *range = TypeTuple::make(TypeFunc::Parms+0, fields);
 
-    return TypeFunc::make(domain, range);
+    return TypeFunc::make(domain, domain, range);
   }
 
   ArrayCopyNode(Compile* C, bool alloc_tightly_coupled);
 
   intptr_t get_length_if_constant(PhaseGVN *phase) const;
< prev index next >