Replace unnecessary MAX2(ParallelGCThreads, 1) calls with ParallelGCThreads

XMLWordPrintable

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

        Both CMS and G1 has been changed to refuse to start with -XX:ParallelGCThreads=0. Remove unnecessary MAX2(ParallelGCThreads, 1) calls, since ParallelGCThreads are guaranteed to be 1 or higher.

              Assignee:
              Stefan Karlsson
              Reporter:
              Stefan Karlsson
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: