src/hotspot/share/c1/c1_Runtime1.hpp
changeset 49470 a273b521a559
parent 47216 71c04702a3d5
child 49906 4bb58f644e4e
equal deleted inserted replaced
49469:1708db7f94c6 49470:a273b521a559
   184   static address throw_count_address()               { return (address)&_throw_count;             }
   184   static address throw_count_address()               { return (address)&_throw_count;             }
   185   static address arraycopy_count_address(BasicType type);
   185   static address arraycopy_count_address(BasicType type);
   186 #endif
   186 #endif
   187 
   187 
   188   // directly accessible leaf routine
   188   // directly accessible leaf routine
   189   static int  arraycopy(oopDesc* src, int src_pos, oopDesc* dst, int dst_pos, int length);
       
   190   static int  is_instance_of(oopDesc* mirror, oopDesc* obj);
   189   static int  is_instance_of(oopDesc* mirror, oopDesc* obj);
   191 
   190 
   192   static void predicate_failed_trap(JavaThread* thread);
   191   static void predicate_failed_trap(JavaThread* thread);
   193 
   192 
   194   static void print_statistics()                 PRODUCT_RETURN;
   193   static void print_statistics()                 PRODUCT_RETURN;