src/cpu/x86/vm/runtime_x86_32.cpp

changeset 8987
9ffa0d7ed932
parent 8877
f04097176542
child 9041
95a08233f46c
     1.1 --- a/src/cpu/x86/vm/runtime_x86_32.cpp	Mon Jun 19 22:49:52 2017 +0000
     1.2 +++ b/src/cpu/x86/vm/runtime_x86_32.cpp	Mon Jun 26 02:04:40 2017 -0700
     1.3 @@ -116,7 +116,7 @@
     1.4    // No registers to map, rbp is known implicitly
     1.5    oop_maps->add_gc_map( __ pc() - start,  new OopMap( framesize, 0 ));
     1.6    __ get_thread(rcx);
     1.7 -  __ reset_last_Java_frame(rcx, false, false);
     1.8 +  __ reset_last_Java_frame(rcx, false);
     1.9  
    1.10    // Restore callee-saved registers
    1.11    __ movptr(rbp, Address(rsp, rbp_off * wordSize));

mercurial