src/share/vm/opto/runtime.hpp

changeset 2118
d6f45b55c972
parent 1907
c18cbe5936b8
child 2314
f95d63e2154a
     1.1 --- a/src/share/vm/opto/runtime.hpp	Fri Aug 20 09:55:50 2010 -0700
     1.2 +++ b/src/share/vm/opto/runtime.hpp	Fri Aug 27 17:33:49 2010 -0700
     1.3 @@ -260,6 +260,8 @@
     1.4    static const TypeFunc* generic_arraycopy_Type();
     1.5    static const TypeFunc* slow_arraycopy_Type();   // the full routine
     1.6  
     1.7 +  static const TypeFunc* array_fill_Type();
     1.8 +
     1.9    // leaf on stack replacement interpreter accessor types
    1.10    static const TypeFunc* osr_end_Type();
    1.11  

mercurial