Memory leak in G1PreEvacuateCollectionSetBatchTask

XMLWordPrintable

    • Type: Bug
    • Resolution: Not an Issue
    • Priority: P4
    • None
    • Affects Version/s: 21, 22
    • Component/s: hotspot
    • gc
    • 21

      An instance of the class G1PreEvacuateCollectionSetBatchTask is stack allocated by each young/mixed collection. That object contains subtasks, which are C-heap allocated by the batch-task's constructor. However, the batch-task's destructor doesn't delete them, instead letting them leak.

            Assignee:
            Kim Barrett
            Reporter:
            Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: