mmtk / mmtk-core

Memory Management ToolKit
https://www.mmtk.io
Other
379 stars 69 forks source link

Fix mark bit clearing in PrepareChunkMap #1148

Closed wks closed 5 months ago

wks commented 5 months ago

Each PrepareChunkMap work packet (used by native MS) should only clear the side mark bits of the single chunk it is responsible for.

Fixes: https://github.com/mmtk/mmtk-core/issues/1144

wks commented 5 months ago

The broken link is a remnant from the previous PR, at which time we removed docs/header/mmtk.h. I'll make another PR to fix the link.