class com.google.common.util.concurrent.CycleDetectingLockFactory$Policies$2 extends com.google.common.util.concurrent.CycleDetectingLockFactory$Policies
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: com.google.common.util.concurrent.CycleDetectingLockFactory$Policies$2
  super_class: com.google.common.util.concurrent.CycleDetectingLockFactory$Policies
{
  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.common.util.concurrent.CycleDetectingLockFactory$Policies$2 this
         0: .line 213
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial com.google.common.util.concurrent.CycleDetectingLockFactory$Policies.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // com.google.common.util.concurrent.CycleDetectingLockFactory$Policies$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/util/concurrent/CycleDetectingLockFactory$Policies$2;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public void handlePotentialDeadlock(com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException);
    descriptor: (Lcom/google/common/util/concurrent/CycleDetectingLockFactory$PotentialDeadlockException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.google.common.util.concurrent.CycleDetectingLockFactory$Policies$2 this
        start local 1 // com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException e
         0: .line 216
            getstatic com.google.common.util.concurrent.CycleDetectingLockFactory.logger:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.SEVERE:Ljava/util/logging/Level;
            ldc "Detected potential deadlock"
            aload 1 /* e */
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 217
            return
        end local 1 // com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException e
        end local 0 // com.google.common.util.concurrent.CycleDetectingLockFactory$Policies$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/util/concurrent/CycleDetectingLockFactory$Policies$2;
            0    2     1     e  Lcom/google/common/util/concurrent/CycleDetectingLockFactory$PotentialDeadlockException;
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "CycleDetectingLockFactory.java"
EnclosingMethod: com.google.common.util.concurrent.CycleDetectingLockFactory$Policies
NestHost: com.google.common.util.concurrent.CycleDetectingLockFactory
InnerClasses:
  public abstract Policies = com.google.common.util.concurrent.CycleDetectingLockFactory$Policies of com.google.common.util.concurrent.CycleDetectingLockFactory
  com.google.common.util.concurrent.CycleDetectingLockFactory$Policies$2
  public final PotentialDeadlockException = com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException of com.google.common.util.concurrent.CycleDetectingLockFactory