< prev index next >

src/hotspot/cpu/s390/gc/shared/barrierSetAssembler_s390.hpp

Print this page

        

@@ -46,9 +46,9 @@
 
   virtual void resolve_jobject(MacroAssembler* masm, Register value, Register tmp1, Register tmp2);
 
   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_S390_GC_SHARED_BARRIERSETASSEMBLER_S390_HPP
< prev index next >