diff src/share/vm/runtime/stubRoutines.hpp @ 3243:208b6c560ff4

Merge
author vladidan
date Thu, 14 Apr 2011 11:02:05 -0400
parents 13bc79b5c9c8
children 38fa55e5e792
line wrap: on
line diff
--- a/src/share/vm/runtime/stubRoutines.hpp	Tue Apr 12 10:32:42 2011 -0400
+++ b/src/share/vm/runtime/stubRoutines.hpp	Thu Apr 14 11:02:05 2011 -0400
@@ -282,6 +282,8 @@
   static address addr_fpu_subnormal_bias2()                { return (address)&_fpu_subnormal_bias2; }
 
 
+  static address select_arraycopy_function(BasicType t, bool aligned, bool disjoint, const char* &name, bool dest_uninitialized);
+
   static address jbyte_arraycopy()  { return _jbyte_arraycopy; }
   static address jshort_arraycopy() { return _jshort_arraycopy; }
   static address jint_arraycopy()   { return _jint_arraycopy; }