mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8148630: Convert TraceStartupTime to Unified Logging
The former -XX:+TraceStartupTime flag has been converted to the UL option -Xlog:startuptime=info Reviewed-by: coleenp, dholmes
This commit is contained in:
parent
c867b023b6
commit
92f9c27eec
14 changed files with 242 additions and 107 deletions
|
@ -26,8 +26,7 @@
|
|||
#include "gc/shared/collectedHeap.hpp"
|
||||
#include "interpreter/interp_masm.hpp"
|
||||
#include "interpreter/templateTable.hpp"
|
||||
#include "runtime/timer.hpp"
|
||||
|
||||
#include "runtime/logTimer.hpp"
|
||||
|
||||
#ifdef CC_INTERP
|
||||
|
||||
|
@ -246,7 +245,7 @@ void TemplateTable::initialize() {
|
|||
if (_is_initialized) return;
|
||||
|
||||
// Initialize table
|
||||
TraceTime timer("TemplateTable initialization", TraceStartupTime);
|
||||
TraceStartupTime timer("TemplateTable initialization");
|
||||
|
||||
_bs = Universe::heap()->barrier_set();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue