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

/openjdk7/jdk/test/javax/swing/JPopupMenu/4966112/
H A Dbug4966112.java47 private static volatile JSpinner spin; field in class:bug4966112
91 clickMouse(spin);
253 spin = new JSpinner();
254 spin.setComponentPopupMenu(createJPopupMenu());
255 frame.add(spin, BorderLayout.CENTER);
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp1509 for (size_t spin = 0; prefix == BUSY && spin < spin_count; spin++) {
1511 // ... we spin for a short while...
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.cpp526 // We use a mixed spin/yield/block mechanism.
1225 // Currently, we spin/yield/park and poll the markword, waiting for inflation to finish.
1228 TEVENT (Inflate: spin while INFLATING) ;
1286 // will then spin, waiting for the 0 value to disappear. Put another way,
H A DobjectMonitor.cpp160 static int Knob_SpinBackOff = 0 ; // spin-loop backoff
168 static int Knob_Bonus = 100 ; // spin success bonus
169 static int Knob_BonusB = 100 ; // spin success bonus
170 static int Knob_Penalty = 200 ; // spin failure penalty
198 // and then spin/park.
356 // transitions. The following spin is strictly optional ...
357 // Note that if we acquire the monitor from an initial spin
629 // We can defer clearing _succ until after the spin completes
637 // just spin again. This pattern can repeat, leaving _succ to simply
638 // spin o
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp8932 // If the list is busy, we spin for a short while,
8934 for (size_t spin = 0; prefix == BUSY && spin < CMSOverflowSpinCount; spin++) {

Completed in 75 milliseconds