Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8233301 Implementation of JEP 366: Deprecate the ParallelScavenge + SerialOld GC Combination
  3. JDK-8234585

Release Note: JEP 366: Deprecate the ParallelScavenge + SerialOld GC Combination

    XMLWordPrintable

Details

    • gc
    • Verified

    Description

      The ParallelScavenge + SerialOld garbage collector combination has been deprecated. Any use of the `UseParallelOldGC` command line option, which is used to enable this garbage collection algorithm combination, will cause a deprecation warning.

      The drop-in replacement is to use the ParallelScavenge + ParallelOld garbage collector through `-XX:+UseParallelGC` on the command line.

      See [JEP 366: Deprecate the ParallelScavenge + SerialOld GC Combination](https://openjdk.java.net/jeps/366) for more information.

      Attachments

        Activity

          People

            tschatzl Thomas Schatzl
            tschatzl Thomas Schatzl
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: