Hi,
Which writebarrier is invoked before the VM_Allocator.boot() is executed?
In particular, the concurrent writebarrier implementation uses
a buffer which is initialized at VM_Allocator.setupProcessor(), thus this
writebarrier can't be used before the buffer is initialized, so which
method performs the updates before that stage?
Thanks,
--Hezi.
|