comparison src/share/vm/opto/runtime.hpp @ 1763:d6f45b55c972

4809552: Optimize Arrays.fill(...) Reviewed-by: kvn
author never
date Fri, 27 Aug 2010 17:33:49 -0700
parents c18cbe5936b8
children f95d63e2154a
comparison
equal deleted inserted replaced
1731:ee5cc9e78493 1763:d6f45b55c972
258 static const TypeFunc* fast_arraycopy_Type(); // bit-blasters 258 static const TypeFunc* fast_arraycopy_Type(); // bit-blasters
259 static const TypeFunc* checkcast_arraycopy_Type(); 259 static const TypeFunc* checkcast_arraycopy_Type();
260 static const TypeFunc* generic_arraycopy_Type(); 260 static const TypeFunc* generic_arraycopy_Type();
261 static const TypeFunc* slow_arraycopy_Type(); // the full routine 261 static const TypeFunc* slow_arraycopy_Type(); // the full routine
262 262
263 static const TypeFunc* array_fill_Type();
264
263 // leaf on stack replacement interpreter accessor types 265 // leaf on stack replacement interpreter accessor types
264 static const TypeFunc* osr_end_Type(); 266 static const TypeFunc* osr_end_Type();
265 267
266 // leaf methodData routine types 268 // leaf methodData routine types
267 static const TypeFunc* profile_receiver_type_Type(); 269 static const TypeFunc* profile_receiver_type_Type();