Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8205064 Fail immediately if an unavailable GC is selected
  3. JDK-8205325

Release Note: Fail Immediately If a GC That Is Unavailable Is Selected

    XMLWordPrintable

Details

    • gc
    • Verified

    Description

      Previously, if an unavailable garbage collector (for example, the G1 garbage collector was not present in "minimal" JVM builds) was selected by the user on the command line, then the JVM would issue a warning and continue execution, by silently selecting one of the available garbage collectors. This behavior has been changed. The JVM will now print an error message and immediately terminate if the user selects an unavailable garbage collector.

      Attachments

        Activity

          People

            pliden Per Liden (Inactive)
            pliden Per Liden (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: