mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8150015: Integrate TraceTime with Unified Logging more seamlessly
Reviewed-by: coleenp, dholmes
This commit is contained in:
parent
ed7472e0dd
commit
28b1a5e7f4
23 changed files with 207 additions and 170 deletions
|
@ -26,7 +26,7 @@
|
|||
#include "gc/shared/collectedHeap.hpp"
|
||||
#include "interpreter/interp_masm.hpp"
|
||||
#include "interpreter/templateTable.hpp"
|
||||
#include "runtime/logTimer.hpp"
|
||||
#include "runtime/timerTrace.hpp"
|
||||
|
||||
#ifdef CC_INTERP
|
||||
|
||||
|
@ -245,7 +245,7 @@ void TemplateTable::initialize() {
|
|||
if (_is_initialized) return;
|
||||
|
||||
// Initialize table
|
||||
TraceStartupTime timer("TemplateTable initialization");
|
||||
TraceTime timer("TemplateTable initialization", TRACETIME_LOG(Info, startuptime));
|
||||
|
||||
_bs = Universe::heap()->barrier_set();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue