Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8150518 G1 GC crashes at G1CollectedHeap::do_collection_pause_at_safepoint(double)
  3. JDK-8173678

Release Note: With UseG1GC, specifying -XX:ParallelGCThreads=0 is no longer allowed

XMLWordPrintable

    • gc
    • Verified

      With UseG1GC, specifying -XX:ParallelGCThreads=0 is no longer allowed. Previously, with -XX:ParallelGCThreads=0, G1 would execute some tasks using serial code executed by the VM thread. The closest approximation of this behavior is to specify -XX:ParallelGCThreads=1, which causes parallel tasks to be executed by a single GC worker thread using parallel code.

            fmatte Fairoz Matte
            fmatte Fairoz Matte
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: