< prev index next >

src/hotspot/cpu/x86/macroAssembler_x86.hpp

Print this page

        

*** 1741,1750 **** --- 1741,1752 ---- // Inflate byte[] array to char[]. void byte_array_inflate(Register src, Register dst, Register len, XMMRegister tmp1, Register tmp2); + void cache_wb(Address line); + void cache_wbsync(bool isPre); }; /** * class SkipIfEqual: *
< prev index next >