src/cpu/sparc/vm/sharedRuntime_sparc.cpp

changeset 2687
3d58a4983660
parent 2497
3582bf76420e
child 2950
cba7b5c2d53f
     1.1 --- a/src/cpu/sparc/vm/sharedRuntime_sparc.cpp	Sun Mar 27 13:17:37 2011 -0700
     1.2 +++ b/src/cpu/sparc/vm/sharedRuntime_sparc.cpp	Mon Mar 28 03:58:07 2011 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -1769,6 +1769,7 @@
    1.11  // returns.
    1.12  nmethod *SharedRuntime::generate_native_wrapper(MacroAssembler* masm,
    1.13                                                  methodHandle method,
    1.14 +                                                int compile_id,
    1.15                                                  int total_in_args,
    1.16                                                  int comp_args_on_stack, // in VMRegStackSlots
    1.17                                                  BasicType *in_sig_bt,
    1.18 @@ -2462,6 +2463,7 @@
    1.19    __ flush();
    1.20  
    1.21    nmethod *nm = nmethod::new_native_nmethod(method,
    1.22 +                                            compile_id,
    1.23                                              masm->code(),
    1.24                                              vep_offset,
    1.25                                              frame_complete,

mercurial