src/cpu/x86/vm/stubGenerator_x86_64.cpp

changeset 8987
9ffa0d7ed932
parent 8877
f04097176542
child 9041
95a08233f46c
child 9788
44ef77ad417c
     1.1 --- a/src/cpu/x86/vm/stubGenerator_x86_64.cpp	Mon Jun 19 22:49:52 2017 +0000
     1.2 +++ b/src/cpu/x86/vm/stubGenerator_x86_64.cpp	Mon Jun 26 02:04:40 2017 -0700
     1.3 @@ -3923,7 +3923,7 @@
     1.4  
     1.5      oop_maps->add_gc_map(the_pc - start, map);
     1.6  
     1.7 -    __ reset_last_Java_frame(true, true);
     1.8 +    __ reset_last_Java_frame(true);
     1.9  
    1.10      __ leave(); // required for proper stackwalking of RuntimeStub frame
    1.11  

mercurial