diff src/cpu/x86/vm/interp_masm_x86_64.cpp @ 12356:359f7e70ae7f

Reduce HotSpot diff and fix previous merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Fri, 11 Oct 2013 15:41:33 +0200
parents 63e44cdabb91
children 096c224171c4
line wrap: on
line diff
--- a/src/cpu/x86/vm/interp_masm_x86_64.cpp	Fri Oct 11 10:38:03 2013 +0200
+++ b/src/cpu/x86/vm/interp_masm_x86_64.cpp	Fri Oct 11 15:41:33 2013 +0200
@@ -1096,10 +1096,9 @@
     increment_mdp_data_at(mdp, in_bytes(CounterData::count_offset()));
 
     // The method data pointer needs to be updated to reflect the new target.
-    update_mdp_by_constant(mdp,
-                           in_bytes(VirtualCallData::
+    update_mdp_by_constant(mdp,
+                           in_bytes(VirtualCallData::
                                     virtual_call_data_size()));
-
     bind(profile_continue);
   }
 }