diff src/cpu/x86/vm/templateTable_x86_32.cpp @ 2357:8033953d67ff

7012648: move JSR 292 to package java.lang.invoke and adjust names Summary: package and class renaming only; delete unused methods and classes Reviewed-by: twisti
author jrose
date Fri, 11 Mar 2011 22:34:57 -0800
parents 638119ce7cfd
children 09f96c3ff1ad e1162778c1c8
line wrap: on
line diff
--- a/src/cpu/x86/vm/templateTable_x86_32.cpp	Fri Mar 11 22:33:47 2011 -0800
+++ b/src/cpu/x86/vm/templateTable_x86_32.cpp	Fri Mar 11 22:34:57 2011 -0800
@@ -3110,7 +3110,7 @@
     __ profile_call(rsi);
   }
 
-  __ movptr(rcx_method_handle, Address(rax_callsite, __ delayed_value(java_dyn_CallSite::target_offset_in_bytes, rcx)));
+  __ movptr(rcx_method_handle, Address(rax_callsite, __ delayed_value(java_lang_invoke_CallSite::target_offset_in_bytes, rcx)));
   __ null_check(rcx_method_handle);
   __ prepare_to_jump_from_interpreted();
   __ jump_to_method_handle_entry(rcx_method_handle, rdx);