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

-Xlog:startuptime does not include call to initPhase2

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 10
    • 10
    • hotspot
    • None
    • b21

      -Xlog:startuptime doesn't currently print the time for the call to initPhase2, instead you need to run with -Xlog:startuptime+module due to the way that the timer is created:

      TraceTime timer("Phase2 initialization", TRACETIME_LOG(Info, module, startuptime));

      Can we change this to drop "module" so that -Xlog:startuptime provides complete output?

            hseigel Harold Seigel (Inactive)
            alanb Alan Bateman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: