diff -r ee5cc9e78493 -r d6f45b55c972 src/share/vm/opto/runtime.hpp --- a/src/share/vm/opto/runtime.hpp Fri Aug 20 09:55:50 2010 -0700 +++ b/src/share/vm/opto/runtime.hpp Fri Aug 27 17:33:49 2010 -0700 @@ -260,6 +260,8 @@ static const TypeFunc* generic_arraycopy_Type(); static const TypeFunc* slow_arraycopy_Type(); // the full routine + static const TypeFunc* array_fill_Type(); + // leaf on stack replacement interpreter accessor types static const TypeFunc* osr_end_Type();