comparison src/share/vm/c1/c1_Runtime1.hpp @ 6275:957c266d8bc5

Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Tue, 21 Aug 2012 10:39:19 +0200
parents 7d25723b7699 8f37087fc13f
children 6b74f44c5059
comparison
equal deleted inserted replaced
5891:fd8832ae511d 6275:957c266d8bc5
241 241
242 // directly accessible leaf routine 242 // directly accessible leaf routine
243 static int arraycopy(oopDesc* src, int src_pos, oopDesc* dst, int dst_pos, int length); 243 static int arraycopy(oopDesc* src, int src_pos, oopDesc* dst, int dst_pos, int length);
244 static void primitive_arraycopy(HeapWord* src, HeapWord* dst, int length); 244 static void primitive_arraycopy(HeapWord* src, HeapWord* dst, int length);
245 static void oop_arraycopy(HeapWord* src, HeapWord* dst, int length); 245 static void oop_arraycopy(HeapWord* src, HeapWord* dst, int length);
246 static int is_instance_of(oopDesc* mirror, oopDesc* obj);
246 247
247 static void print_statistics() PRODUCT_RETURN; 248 static void print_statistics() PRODUCT_RETURN;
248 }; 249 };
249 250
250 #endif // SHARE_VM_C1_C1_RUNTIME1_HPP 251 #endif // SHARE_VM_C1_C1_RUNTIME1_HPP