Searched refs:GCCauseString (Results 1 - 10 of 10) sorted by relevance
/openjdk7/hotspot/src/share/vm/gc_interface/ |
H A D | gcCause.hpp | 94 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 D | genMarkSweep.cpp | 83 GCTraceTime t1(GCCauseString("Full GC", gch->gc_cause()), PrintGC && !PrintGCDetails, true, NULL);
|
H A D | defNewGeneration.cpp | 563 GCTraceTime t1(GCCauseString("GC", gch->gc_cause()), PrintGC && !PrintGCDetails, true, NULL);
|
H A D | genCollectedHeap.cpp | 481 GCTraceTime t(GCCauseString(gc_cause_prefix, gc_cause()), PrintGCDetails, false, NULL);
|
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/ |
H A D | psMarkSweep.cpp | 174 GCTraceTime t1(GCCauseString("Full GC", gc_cause), PrintGC, !PrintGCDetails, NULL);
|
H A D | psScavenge.cpp | 337 GCTraceTime t1(GCCauseString("GC", gc_cause), PrintGC, !PrintGCDetails, NULL);
|
H A D | psParallelCompact.cpp | 2093 GCTraceTime t1(GCCauseString("Full GC", gc_cause), PrintGC, !PrintGCDetails, NULL);
|
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/ |
H A D | parNewGeneration.cpp | 968 GCTraceTime t1(GCCauseString("GC", gch->gc_cause()), PrintGC && !PrintGCDetails, true, NULL);
|
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/ |
H A D | g1CollectedHeap.cpp | 1316 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 D | concurrentMarkSweepGeneration.cpp | 6407 GCTraceTime t(GCCauseString("GC", gc_cause), PrintGC, !PrintGCDetails, NULL);
|
Completed in 80 milliseconds