Searched refs:SwitchPoint (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DSwitchPoint.java30 * A {@code SwitchPoint} is an object which can publish state transitions to other threads.
61 SwitchPoint spt = new SwitchPoint();
68 SwitchPoint.invalidateAll(new SwitchPoint[]{ spt });
86 public class SwitchPoint {
92 public SwitchPoint() {
102 public static void invalidateAll(SwitchPoint[] spts) {
104 for (SwitchPoint spt : spts) mcss.add(spt.mcs);
112 public class SwitchPoint { class
123 public SwitchPoint() { method in class:SwitchPoint
[all...]
/openjdk7/jdk/test/java/lang/invoke/
H A DJavaDocExamplesTest.java481 SwitchPoint spt = new SwitchPoint();
488 SwitchPoint.invalidateAll(new SwitchPoint[]{ spt });

Completed in 122 milliseconds