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

CompileTask timestamp printed can overflow

XMLWordPrintable

    • b19

        We print the CompileTask with a leading timestamp (see `CompileTask::print_impl`

        ```
            // Print current time
            st->print("%7d ", (int)st->time_stamp().milliseconds());
        ```

        That timestamp will be truncated and overflow after about 24.8 days.

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

                Created:
                Updated:
                Resolved: