Searched refs:gc_cause_prefix (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DgenCollectedHeap.cpp479 const char* gc_cause_prefix = complete ? "Full GC" : "GC"; local
481 GCTraceTime t(GCCauseString(gc_cause_prefix, gc_cause()), PrintGCDetails, false, NULL);

Completed in 24 milliseconds