hotspot/src/share/vm/runtime/thread.cpp
changeset 5888 8eac4eb75d6e
parent 5713 4ea1ac63535e
parent 5883 8dc4bdc132d5
child 6183 4c74cfe14f20
child 6176 4d9030fe341f
--- a/hotspot/src/share/vm/runtime/thread.cpp	Thu Jun 10 08:27:35 2010 -0700
+++ b/hotspot/src/share/vm/runtime/thread.cpp	Tue Jun 15 15:57:36 2010 -0700
@@ -2700,7 +2700,7 @@
   if (in_bytes(size_in_bytes) != 0) {
     _popframe_preserved_args = NEW_C_HEAP_ARRAY(char, in_bytes(size_in_bytes));
     _popframe_preserved_args_size = in_bytes(size_in_bytes);
-    Copy::conjoint_bytes(start, _popframe_preserved_args, _popframe_preserved_args_size);
+    Copy::conjoint_jbytes(start, _popframe_preserved_args, _popframe_preserved_args_size);
   }
 }