Closed
Description
We need to make sure the per object heap commit tracking feature works correctly under regions.
Right now, when a region are obtained from or returned to the regions free list, the committed_by_oh
array is not updated. As a result, the memory is repurposed but the arrays are not updated, we need to fix that.