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

/openjdk9/jdk/src/java.base/share/classes/java/lang/invoke/
H A DMutableCallSite.java78 * The {@link #syncAll syncAll} operation provides a way to force threads
178 * ("Most recently" is reckoned relative to the {@code syncAll} itself.)
179 * Conversely, the {@code syncAll} call may block until all readers have
182 * To avoid race conditions, calls to {@code setTarget} and {@code syncAll}
186 * (and before the {@code syncAll} that confirms the value).
188 * the target until the {@code syncAll} call returns
244 * implementations may delay the completion of a {@code syncAll}
253 * For performance reasons, {@code syncAll} is not a virtual method
269 * In such an implementation, the {@code syncAll} metho
276 public static void syncAll(MutableCallSite[] sites) { method in class:MutableCallSite
[all...]
H A DSwitchPoint.java106 * MutableCallSite.syncAll(mcss.toArray(new MutableCallSite[0]));
211 * {@linkplain MutableCallSite#syncAll synchronize} all the
223 if (spt == null) break; // MSC.syncAll will trigger a NPE
227 MutableCallSite.syncAll(sites);
/openjdk9/nashorn/src/jdk.dynalink/share/classes/jdk/dynalink/
H A DDynamicLinker.java288 MutableCallSite.syncAll(new MutableCallSite[] { (MutableCallSite)callSite });

Completed in 44 milliseconds