mmtk / mmtk-core

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

Fix bug in line mark when `MARK_LINE_AT_SCAN_TIME=false` #1171

Closed k-sareen closed 4 months ago

k-sareen commented 4 months ago

Previously we did not mark the line for an object in trace_object_with_opportunistic_copy if we leave the object in-place when MARK_LINE_AT_SCAN_TIME=false.