Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AtomicReferenceFieldUpdaterAtomicHelper (0.12 sec)

  1. guava-tests/test/com/google/common/util/concurrent/AbstractFutureFallbackAtomicHelperTest.java

      /**
       * This classloader disallows {@link java.lang.invoke.VarHandle}, {@link sun.misc.Unsafe} and
       * {@link AtomicReferenceFieldUpdater}, which will prevent us from selecting the {@code
       * AtomicReferenceFieldUpdaterAtomicHelper} strategy.
       */
      private static final ClassLoader NO_ATOMIC_REFERENCE_FIELD_UPDATER =
          getClassLoader(
              ImmutableSet.of(
                  "java.lang.invoke.VarHandle",
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Tue May 13 18:46:00 UTC 2025
    - 7.3K bytes
    - Viewed (0)
Back to top