< prev index next >

src/hotspot/cpu/ppc/gc/shared/barrierSetAssembler_ppc.hpp

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

@@ -48,8 +48,10 @@
                        Register tmp1, Register tmp2, bool needs_frame, Label *L_handle_null = NULL);
 
   virtual void resolve_jobject(MacroAssembler* masm, Register value, Register tmp1, Register tmp2, bool needs_frame);
 
   virtual void barrier_stubs_init() {}
+
+  virtual bool needs_explicit_null_check(intptr_t offset) const;
 };
 
 #endif // CPU_PPC_GC_SHARED_BARRIERSETASSEMBLER_PPC_HPP
< prev index next >