Description of flag ExplicitGCInvokesConcurrent should mention G1 as well

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P5
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot
    • None
    • gc
    • b52

        The comment in globals.hpp for ExplicitGCInvokesConcurrent says:

          product(bool, ExplicitGCInvokesConcurrent, false, \
                  "A System.gc() request invokes a concurrent collection; " \
                  "(effective only when UseConcMarkSweepGC)") \

        This is not entirely true since G1 also triggers a concurrent collection (concurrent mark cycle) when using this flag. The comment should be updated.

              Assignee:
              Jesper Wilhelmsson
              Reporter:
              Jesper Wilhelmsson
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: