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

Make the GC ID available in a central place

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • hotspot
    • None
    • gc
    • b89

        Currently the GC ID is stored in the GCTracer object. There are multiple GCTracers active at the same time, but we only have one GC that is actively doing work at any one time.

        This has led to that we need to pass the GC ID around in the code a lot to make sure we use the correct GC ID for logging and trace events. It would simplify the code if we could have a common way of looking up the GC ID.

              brutisso Bengt Rutisson (Inactive)
              brutisso Bengt Rutisson (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: