src/share/vm/interpreter/interpreterRuntime.cpp

changeset 2988
2c359f27615c
parent 2978
d83ac25d0304
child 3050
fdb992d83a87
     1.1 --- a/src/share/vm/interpreter/interpreterRuntime.cpp	Fri Jul 01 10:35:54 2011 -0700
     1.2 +++ b/src/share/vm/interpreter/interpreterRuntime.cpp	Fri Jul 01 10:37:37 2011 -0700
     1.3 @@ -844,7 +844,7 @@
     1.4    const int branch_bci = branch_bcp != NULL ? method->bci_from(branch_bcp) : InvocationEntryBci;
     1.5    const int bci = branch_bcp != NULL ? method->bci_from(fr.interpreter_frame_bcp()) : InvocationEntryBci;
     1.6  
     1.7 -  nmethod* osr_nm = CompilationPolicy::policy()->event(method, method, branch_bci, bci, CompLevel_none, thread);
     1.8 +  nmethod* osr_nm = CompilationPolicy::policy()->event(method, method, branch_bci, bci, CompLevel_none, NULL, thread);
     1.9  
    1.10    if (osr_nm != NULL) {
    1.11      // We may need to do on-stack replacement which requires that no

mercurial