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

/openjdk7/jdk/test/java/lang/management/MemoryMXBean/
H A DLowMemoryTest.java241 synchronized (sweep) {
242 sweep.notify();
253 private static Object sweep = new Object(); field in class:LowMemoryTest
266 synchronized (sweep) {
269 sweep.wait();
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DLinkedTransferQueue.java382 * We trigger a full sweep when the estimate exceeds a threshold
834 * include variants of unsplice and sweep upon each
931 * votes have accumulated, sweep.
950 for (;;) { // sweep now if enough votes
957 sweep();
970 private void sweep() { method in class:LinkedTransferQueue
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DHierarchicalLayoutManager.java931 private void sweep(boolean down) { method in class:HierarchicalLayoutManager.AssignXCoordinates
1081 sweep(true);
1082 sweep(true);
1083 sweep(false);
1084 sweep(false);
1087 sweep(true);
1088 sweep(true);
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp44 // mark-sweep old generation in the Detlefs-Printezis--Boehm-Demers-Schenker
354 double _cms_duration_pre_sweep; // time from initiation to start of sweep
680 // . _collectorState <= Idling == post-sweep && pre-mark
833 // used regions of each generation to limit the extent of sweep
846 // a mark-sweep-compact.
850 // a mark-sweep, after taking over from a possibly on-going
851 // concurrent mark-sweep collection.
967 void sweep(bool asynch);
1728 HeapWord* _limit;// the address at or above which the sweep should stop
H A DconcurrentMarkSweepGeneration.cpp427 // to the start of the cms sweep (less than the total
827 return "concurrent mark-sweep generation";
1104 // this object gets scanned before the sweep. If this is
1348 // sweep mut
1736 // precleaning, final re-mark, sweep etc.) This is normally done at the head
1857 // we need to start the mark-sweep from scratch.
1981 // phase, we'll choose to just redo the mark-sweep
1995 // a mark-sweep-compact.
2042 // the sweep timer and updating the block flux rate estimates below.
2088 // Restart the "inter sweep time
[all...]

Completed in 71 milliseconds