Add back PrintGC, PrintGCDetails and -Xloggc

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: 9
    • Component/s: 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>

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

              Created:
              Updated:
              Resolved: