Skip to content

Commit 3816fde

Browse files
committed
Fix typo
1 parent 914420c commit 3816fde

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

openjdk/barriers/mmtkObjectBarrier.cpp

+3-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ void MMTkObjectBarrierSetAssembler::object_reference_write_post(MacroAssembler*
7777
// Note: If `compensate_val_reg == true && UseCompressedOops === true`, the `val` register will be
7878
// holding a compressed pointer to the target object. If the write barrier needs to know the
7979
// 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.
8283
__ xorptr(c_rarg2, c_rarg2);
8384

8485
#if MMTK_ENABLE_BARRIER_FASTPATH

0 commit comments

Comments
 (0)