< prev index next >

src/hotspot/cpu/x86/gc/shenandoah/shenandoahBarrierSetAssembler_x86.hpp

Print this page
rev 53052 : [mq]: asm.patch

@@ -111,10 +111,12 @@
                              Register t1, Register t2,
                              Label& slow_case);
 
   virtual void resolve(MacroAssembler* masm, DecoratorSet decorators, Register obj);
 
+  virtual bool needs_explicit_null_check(intptr_t offset);
+
   virtual void barrier_stubs_init();
 
 };
 
 #endif // CPU_X86_GC_SHENANDOAH_SHENANDOAHBARRIERSETASSEMBLER_X86_HPP
< prev index next >