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

Compilation memory statistic: prevent tearing of the final report

XMLWordPrintable

    • b21

      When running with `-XX:CompileCommand=memstat,...,print`, we will print a final report to tty with one line per compiled method and per compiler.

      But "print" also activates logging of memory costs after each individual compilation. Compiler threads may still be running and finishing last compilations when the final report is being printed, which causes those log lines to interrupt the final report.

      That should be fixed.

            stuefe Thomas Stuefe
            stuefe Thomas Stuefe
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: