hotspot/src/share/vm/runtime/stubRoutines.hpp
changeset 9102 4708a4aefb33
parent 8498 6398004126b9
child 10004 190e88f7edd1
--- a/hotspot/src/share/vm/runtime/stubRoutines.hpp	Sat Apr 02 10:54:15 2011 -0700
+++ b/hotspot/src/share/vm/runtime/stubRoutines.hpp	Sun Apr 03 12:00:54 2011 +0200
@@ -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; }