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

/openjdk7/hotspot/src/share/vm/gc_interface/
H A DgcCause.hpp94 class GCCauseString : StackObj { class in inherits:StackObj
101 GCCauseString(const char* prefix, GCCause::Cause cause) { function in class:GCCauseString
108 err_msg("Need to increase the buffer size in GCCauseString? %d", _position));
111 GCCauseString& append(const char* str) {
115 err_msg("Need to increase the buffer size in GCCauseString? %d", res));
/openjdk7/hotspot/src/share/vm/memory/
H A DgenMarkSweep.cpp83 GCTraceTime t1(GCCauseString("Full GC", gch->gc_cause()), PrintGC && !PrintGCDetails, true, NULL);
H A DdefNewGeneration.cpp563 GCTraceTime t1(GCCauseString("GC", gch->gc_cause()), PrintGC && !PrintGCDetails, true, NULL);
H A DgenCollectedHeap.cpp481 GCTraceTime t(GCCauseString(gc_cause_prefix, gc_cause()), PrintGCDetails, false, NULL);
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweep.cpp174 GCTraceTime t1(GCCauseString("Full GC", gc_cause), PrintGC, !PrintGCDetails, NULL);
H A DpsScavenge.cpp337 GCTraceTime t1(GCCauseString("GC", gc_cause), PrintGC, !PrintGCDetails, NULL);
H A DpsParallelCompact.cpp2093 GCTraceTime t1(GCCauseString("Full GC", gc_cause), PrintGC, !PrintGCDetails, NULL);
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp968 GCTraceTime t1(GCCauseString("GC", gch->gc_cause()), PrintGC && !PrintGCDetails, true, NULL);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp1316 GCTraceTime t(GCCauseString("Full GC", gc_cause()), G1Log::fine(), true, NULL);
3779 GCCauseString gc_cause_str = GCCauseString("GC pause", gc_cause())
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp6407 GCTraceTime t(GCCauseString("GC", gc_cause), PrintGC, !PrintGCDetails, NULL);

Completed in 80 milliseconds