File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -77,8 +77,9 @@ void MMTkObjectBarrierSetAssembler::object_reference_write_post(MacroAssembler*
77
77
// Note: If `compensate_val_reg == true && UseCompressedOops === true`, the `val` register will be
78
78
// holding a compressed pointer to the target object. If the write barrier needs to know the
79
79
// target, we will need to decompress it before passing it to the barrier slow path. However,
80
- // since we know the semantics of `ObjectReference`, i.e. it logs the object without looking at
81
- // the `slot` or the `target` parameter at all, we simply pass nullptr to both parameters.
80
+ // since we know the semantics of `mmtk::plan::barriers::ObjectBarrier`, i.e. it logs the object
81
+ // without looking at the `slot` or the `target` parameter at all, we simply pass nullptr to both
82
+ // parameters.
82
83
__ xorptr (c_rarg2, c_rarg2);
83
84
84
85
#if MMTK_ENABLE_BARRIER_FASTPATH
You can’t perform that action at this time.
0 commit comments