8150015: Integrate TraceTime with Unified Logging more seamlessly

Reviewed-by: coleenp, dholmes
This commit is contained in:
Robbin Ehn 2016-03-15 14:41:07 +01:00
parent ed7472e0dd
commit 28b1a5e7f4
23 changed files with 207 additions and 170 deletions

View file

@ -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();