< prev index next >

src/hotspot/cpu/sparc/gc/shared/barrierSetAssembler_sparc.hpp

Print this page

        

@@ -48,9 +48,9 @@
   virtual void try_resolve_jobject_in_native(MacroAssembler* masm, Register jni_env,
                                              Register obj, Register tmp, Label& slowpath);
 
   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_SPARC_GC_SHARED_BARRIERSETASSEMBLER_SPARC_HPP
< prev index next >