src/cpu/x86/vm/macroAssembler_x86.hpp

changeset 9669
32bc598624bd
parent 8997
f8a45a60bc6b
child 9703
2fdf635bcf28
     1.1 --- a/src/cpu/x86/vm/macroAssembler_x86.hpp	Thu Nov 05 11:42:42 2015 +0100
     1.2 +++ b/src/cpu/x86/vm/macroAssembler_x86.hpp	Tue May 07 20:38:26 2019 +0000
     1.3 @@ -298,6 +298,9 @@
     1.4    void store_check(Register obj);                // store check for obj - register is destroyed afterwards
     1.5    void store_check(Register obj, Address dst);   // same as above, dst is exact store location (reg. is destroyed)
     1.6  
     1.7 +  void resolve_jobject(Register value, Register thread, Register tmp);
     1.8 +  void clear_jweak_tag(Register possibly_jweak);
     1.9 +
    1.10  #if INCLUDE_ALL_GCS
    1.11  
    1.12    void g1_write_barrier_pre(Register obj,

mercurial