Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8066771

Refactor VM GC operations caused by allocation failure

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • hotspot
    • None
    • gc
    • b53

        For collections caused by failed allocations there exist subclasses of VM_GC_Operation to perform the collection and allocation for the different GCs (GenCollectForAllocation, ParallelGCFailedAllocation, etc). Some of the code for these classes is duplicated and could instead be shared, for example by having a common CollectForAllocation superclass. This would also make it easier to add tracing for these operations.

              mlarsson Marcus Larsson (Inactive)
              mlarsson Marcus Larsson (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: