< prev index next >

src/hotspot/cpu/arm/gc/shared/barrierSetAssembler_arm.hpp

Print this page

        

@@ -71,9 +71,9 @@
 
   virtual void resolve(MacroAssembler* masm, DecoratorSet decorators, Register obj) {
     // Default implementation does not need to do anything.
   }
 
-  virtual bool needs_explicit_null_check(intptr_t offset);
+  virtual bool needs_explicit_null_check(intptr_t offset) const;
 };
 
 #endif // CPU_ARM_GC_SHARED_BARRIERSETASSEMBLER_ARM_HPP
< prev index next >