hotspot/src/share/vm/runtime/stubRoutines.cpp
changeset 10501 5bce84af0883
parent 10004 190e88f7edd1
child 10545 fec876499aae
--- a/hotspot/src/share/vm/runtime/stubRoutines.cpp	Thu Aug 25 20:29:30 2011 -0700
+++ b/hotspot/src/share/vm/runtime/stubRoutines.cpp	Fri Aug 26 08:52:22 2011 -0700
@@ -108,6 +108,7 @@
 address StubRoutines::_arrayof_oop_disjoint_arraycopy    = CAST_FROM_FN_PTR(address, StubRoutines::arrayof_oop_copy);
 address StubRoutines::_arrayof_oop_disjoint_arraycopy_uninit  = CAST_FROM_FN_PTR(address, StubRoutines::arrayof_oop_copy_uninit);
 
+address StubRoutines::_zero_aligned_words = CAST_FROM_FN_PTR(address, Copy::zero_to_words);
 
 address StubRoutines::_checkcast_arraycopy               = NULL;
 address StubRoutines::_checkcast_arraycopy_uninit        = NULL;