src/cpu/x86/vm/sharedRuntime_x86_32.cpp

changeset 2687
3d58a4983660
parent 2552
638119ce7cfd
child 2895
167b70ff3abc
     1.1 --- a/src/cpu/x86/vm/sharedRuntime_x86_32.cpp	Sun Mar 27 13:17:37 2011 -0700
     1.2 +++ b/src/cpu/x86/vm/sharedRuntime_x86_32.cpp	Mon Mar 28 03:58:07 2011 -0700
     1.3 @@ -1111,6 +1111,7 @@
     1.4  // returns.
     1.5  nmethod *SharedRuntime::generate_native_wrapper(MacroAssembler *masm,
     1.6                                                  methodHandle method,
     1.7 +                                                int compile_id,
     1.8                                                  int total_in_args,
     1.9                                                  int comp_args_on_stack,
    1.10                                                  BasicType *in_sig_bt,
    1.11 @@ -1854,6 +1855,7 @@
    1.12    __ flush();
    1.13  
    1.14    nmethod *nm = nmethod::new_native_nmethod(method,
    1.15 +                                            compile_id,
    1.16                                              masm->code(),
    1.17                                              vep_offset,
    1.18                                              frame_complete,

mercurial