< prev index next >
src/hotspot/cpu/arm/gc/shared/barrierSetAssembler_arm.hpp
Print this page
*** 71,79 ****
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);
};
#endif // CPU_ARM_GC_SHARED_BARRIERSETASSEMBLER_ARM_HPP
--- 71,79 ----
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) const;
};
#endif // CPU_ARM_GC_SHARED_BARRIERSETASSEMBLER_ARM_HPP
< prev index next >