Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.0
-
Fix Version/s: hg tip
-
Component/s: MMTk: MarkCompact
-
Labels:None
-
Number of attachments :
Description
Under some allocation patterns, MarkCompact can GC successfully without ever reporting that it successfully allocates. This is due to the way it (presently) reuses allocated blocks without returning them to the underlying page resource. After 10 GCs, a sanity check is triggered and MMTk dies.
Activity
Robin Garner
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | In Progress [ 3 ] |
Robin Garner
made changes -
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Fix Version/s | svn head [ 14573 ] | |
| Resolution | Fixed [ 1 ] |
Robin Garner
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
Fixed in r15839.