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

Add back PrintGC, PrintGCDetails and -Xloggc

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • hotspot
    • gc
    • b107

      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>

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

              Created:
              Updated:
              Resolved: