src/cpu/x86/vm/macroAssembler_x86.hpp

changeset 8987
9ffa0d7ed932
parent 8877
f04097176542
child 8997
f8a45a60bc6b
     1.1 --- a/src/cpu/x86/vm/macroAssembler_x86.hpp	Mon Jun 19 22:49:52 2017 +0000
     1.2 +++ b/src/cpu/x86/vm/macroAssembler_x86.hpp	Mon Jun 26 02:04:40 2017 -0700
     1.3 @@ -289,10 +289,10 @@
     1.4                             Register last_java_fp,
     1.5                             address last_java_pc);
     1.6  
     1.7 -  void reset_last_Java_frame(Register thread, bool clear_fp, bool clear_pc);
     1.8 +  void reset_last_Java_frame(Register thread, bool clear_fp);
     1.9  
    1.10    // thread in the default location (r15_thread on 64bit)
    1.11 -  void reset_last_Java_frame(bool clear_fp, bool clear_pc);
    1.12 +  void reset_last_Java_frame(bool clear_fp);
    1.13  
    1.14    // Stores
    1.15    void store_check(Register obj);                // store check for obj - register is destroyed afterwards

mercurial