JavaScript is disabled on your browser.
Packages that use MutableCallSite
Package
Description
java.lang.invoke
The java.lang.invoke
package provides low-level primitives for interacting
with the Java Virtual Machine.
Methods in java.lang.invoke with parameters of type MutableCallSite
Modifier and Type
Method
Description
static void
MutableCallSite. syncAll (MutableCallSite [] sites)
Performs a synchronization operation on each call site in the given array,
forcing all other threads to throw away any cached values previously
loaded from the target of any of the call sites.
Report a bug or suggest an enhancement For further API reference and developer documentation see the Java SE Documentation , which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries. Copyright © 1993, 2019, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA. All rights reserved. Use is subject to license terms and the documentation redistribution policy .
© 2019 Oracle Corporation
and/or its affiliates