hotspot/src/cpu/x86/vm/sharedRuntime_x86_64.cpp
changeset 8872 36680c58660e
parent 8315 1503f9d7681f
child 9630 d6419e4395e3
--- a/hotspot/src/cpu/x86/vm/sharedRuntime_x86_64.cpp	Sun Mar 27 13:17:37 2011 -0700
+++ b/hotspot/src/cpu/x86/vm/sharedRuntime_x86_64.cpp	Mon Mar 28 03:58:07 2011 -0700
@@ -1174,6 +1174,7 @@
 // returns.
 nmethod *SharedRuntime::generate_native_wrapper(MacroAssembler *masm,
                                                 methodHandle method,
+                                                int compile_id,
                                                 int total_in_args,
                                                 int comp_args_on_stack,
                                                 BasicType *in_sig_bt,
@@ -1881,6 +1882,7 @@
   __ flush();
 
   nmethod *nm = nmethod::new_native_nmethod(method,
+                                            compile_id,
                                             masm->code(),
                                             vep_offset,
                                             frame_complete,