< prev index next >

src/hotspot/cpu/x86/gc/shared/barrierSetAssembler_x86.hpp

Print this page
rev 52354 : 8213199: GC abstraction for Assembler::needs_explicit_null_check()

*** 83,90 **** --- 83,92 ---- Label& slow_case); virtual void barrier_stubs_init() {} virtual void nmethod_entry_barrier(MacroAssembler* masm); + + virtual bool needs_explicit_null_check(intptr_t offset) const; }; #endif // CPU_X86_GC_SHARED_BARRIERSETASSEMBLER_X86_HPP
< prev index next >