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

Refactor "CLEANUP" region printing

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 17
    • 17
    • hotspot
    • gc
    • b17

      After freeing regions G1 calls the HRPrinter to indicate that regions have been freed.

      Two issues:
      a) Typically code collects these freed region into lists, and after that prints the "CLEANUP" messages for the entire list.
      That code for printing is copy&pasted in two places
      b) The free collection set phase does not print the "CLEANUP" message for freed regions, but prints the "EVAC-FAILURE" one for evacuated regions

            tschatzl Thomas Schatzl
            tschatzl Thomas Schatzl
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: