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

/openjdk7/hotspot/src/share/vm/runtime/
H A DinterfaceSupport.hpp92 static void check_gc_alot() { if (ScavengeALot || FullGCALot) gc_alot(); } function in class:InterfaceSupport
364 InterfaceSupport::check_gc_alot();
400 if (GCALotAtAllSafepoints) InterfaceSupport::check_gc_alot();
404 if (GCALotAtAllSafepoints) InterfaceSupport::check_gc_alot();
H A DvmThread.cpp469 if (GCALotAtAllSafepoints) InterfaceSupport::check_gc_alot();
H A Dthread.cpp924 InterfaceSupport::check_gc_alot();

Completed in 203 milliseconds