< prev index next >

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

Print this page

        

@@ -49,9 +49,9 @@
 
   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);
+  virtual bool needs_explicit_null_check(intptr_t offset) const;
 };
 
 #endif // CPU_PPC_GC_SHARED_BARRIERSETASSEMBLER_PPC_HPP
< prev index next >