hotspot/src/share/vm/c1/c1_Runtime1.cpp
changeset 5883 8dc4bdc132d5
parent 5882 6b2aecc4f7d8
child 6176 4d9030fe341f
--- a/hotspot/src/share/vm/c1/c1_Runtime1.cpp	Wed Jun 09 18:50:45 2010 -0700
+++ b/hotspot/src/share/vm/c1/c1_Runtime1.cpp	Thu Jun 10 13:04:20 2010 -0700
@@ -1122,7 +1122,7 @@
   if (length == 0) return;
   // Not guaranteed to be word atomic, but that doesn't matter
   // for anything but an oop array, which is covered by oop_arraycopy.
-  Copy::conjoint_bytes(src, dst, length);
+  Copy::conjoint_jbytes(src, dst, length);
 JRT_END
 
 JRT_LEAF(void, Runtime1::oop_arraycopy(HeapWord* src, HeapWord* dst, int num))