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

Replace unnecessary MAX2(ParallelGCThreads, 1) calls with ParallelGCThreads

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • 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.

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

                Created:
                Updated:
                Resolved: