hotspot/src/share/vm/runtime/vframeArray.cpp
changeset 5883 8dc4bdc132d5
parent 5547 f4b087cbb361
child 6740 2bc601284215
--- a/hotspot/src/share/vm/runtime/vframeArray.cpp	Wed Jun 09 18:50:45 2010 -0700
+++ b/hotspot/src/share/vm/runtime/vframeArray.cpp	Thu Jun 10 13:04:20 2010 -0700
@@ -355,9 +355,9 @@
       } else {
         base = iframe()->interpreter_frame_expression_stack();
       }
-      Copy::conjoint_bytes(saved_args,
-                           base,
-                           popframe_preserved_args_size_in_bytes);
+      Copy::conjoint_jbytes(saved_args,
+                            base,
+                            popframe_preserved_args_size_in_bytes);
       thread->popframe_free_preserved_args();
     }
   }