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

Add back PrintGC, PrintGCDetails and -Xloggc

    XMLWordPrintable

Details

    • Enhancement
    • Status: Resolved
    • P3
    • Resolution: Fixed
    • 9
    • 9
    • hotspot
    • gc
    • b107

    Description

      The change for JDK-8145092 removed several flags, including PrintGC, PrintGCDetails and -Xloggc. These three flags should be added back as deprecated flags. They should be mapped to the new logging configurations as follows:

      Old: -XX:+PrintGC
      New: -Xlog:gc

      Old: -XX:+PrintGCDetails
      New: -Xlog:gc*

      Old: -Xloggc:<filename>
      New: -Xlog:gc:<filename>

      Attachments

        Issue Links

          Activity

            People

              brutisso Bengt Rutisson (Inactive)
              brutisso Bengt Rutisson (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: