Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. guava/src/com/google/common/util/concurrent/AbstractFutureState.java

      static {
        AtomicHelper helper;
        Throwable thrownUnsafeFailure = null;
        Throwable thrownAtomicReferenceFieldUpdaterFailure = null;
    
        helper = VarHandleAtomicHelperMaker.INSTANCE.tryMakeVarHandleAtomicHelper();
        if (helper == null) {
          try {
            helper = new UnsafeAtomicHelper();
          } catch (Exception | Error unsafeFailure) { // sneaky checked exception
            thrownUnsafeFailure = unsafeFailure;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 34.8K bytes
    - Viewed (0)
Back to top