diff src/cpu/x86/vm/templateInterpreter_x86_64.cpp @ 5747:120820e30baa

added basic high-level interpreter support to HotSpot
author Christian Haeubl <haeubl@ssw.jku.at>
date Tue, 03 Jul 2012 16:56:40 +0200
parents af59b4dfc9e4
children 957c266d8bc5
line wrap: on
line diff
--- a/src/cpu/x86/vm/templateInterpreter_x86_64.cpp	Tue Jul 03 15:00:23 2012 +0200
+++ b/src/cpu/x86/vm/templateInterpreter_x86_64.cpp	Tue Jul 03 16:56:40 2012 +0200
@@ -1340,7 +1340,7 @@
                                    methodOopDesc::invocation_counter_offset() +
                                    InvocationCounter::counter_offset());
   const Address access_flags(rbx, methodOopDesc::access_flags_offset());
-
+  
   // get parameter size (always needed)
   __ load_unsigned_short(rcx, size_of_parameters);