--- old/src/cpu/x86/vm/sharedRuntime_x86_32.cpp 2011-03-28 02:09:20.303483557 -0700 +++ new/src/cpu/x86/vm/sharedRuntime_x86_32.cpp 2011-03-28 02:09:20.093726011 -0700 @@ -1111,6 +1111,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, @@ -1854,6 +1855,7 @@ __ flush(); nmethod *nm = nmethod::new_native_nmethod(method, + compile_id, masm->code(), vep_offset, frame_complete,