class com.netflix.hystrix.AbstractCommand$TryableSemaphoreActual implements com.netflix.hystrix.AbstractCommand$TryableSemaphore
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.hystrix.AbstractCommand$TryableSemaphoreActual
  super_class: java.lang.Object
{
  protected final com.netflix.hystrix.strategy.properties.HystrixProperty<java.lang.Integer> numberOfPermits;
    descriptor: Lcom/netflix/hystrix/strategy/properties/HystrixProperty;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: Lcom/netflix/hystrix/strategy/properties/HystrixProperty<Ljava/lang/Integer;>;

  private final java.util.concurrent.atomic.AtomicInteger count;
    descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(com.netflix.hystrix.strategy.properties.HystrixProperty<java.lang.Integer>);
    descriptor: (Lcom/netflix/hystrix/strategy/properties/HystrixProperty;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.AbstractCommand$TryableSemaphoreActual this
        start local 1 // com.netflix.hystrix.strategy.properties.HystrixProperty numberOfPermits
         0: .line 1611
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1609
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicInteger
            dup
            iconst_0
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:(I)V
            putfield com.netflix.hystrix.AbstractCommand$TryableSemaphoreActual.count:Ljava/util/concurrent/atomic/AtomicInteger;
         2: .line 1612
            aload 0 /* this */
            aload 1 /* numberOfPermits */
            putfield com.netflix.hystrix.AbstractCommand$TryableSemaphoreActual.numberOfPermits:Lcom/netflix/hystrix/strategy/properties/HystrixProperty;
         3: .line 1613
            return
        end local 1 // com.netflix.hystrix.strategy.properties.HystrixProperty numberOfPermits
        end local 0 // com.netflix.hystrix.AbstractCommand$TryableSemaphoreActual this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/netflix/hystrix/AbstractCommand$TryableSemaphoreActual;
            0    4     1  numberOfPermits  Lcom/netflix/hystrix/strategy/properties/HystrixProperty<Ljava/lang/Integer;>;
    Signature: (Lcom/netflix/hystrix/strategy/properties/HystrixProperty<Ljava/lang/Integer;>;)V
    MethodParameters:
                 Name  Flags
      numberOfPermits  

  public boolean tryAcquire();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.netflix.hystrix.AbstractCommand$TryableSemaphoreActual this
         0: .line 1617
            aload 0 /* this */
            getfield com.netflix.hystrix.AbstractCommand$TryableSemaphoreActual.count:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.incrementAndGet:()I
            istore 1 /* currentCount */
        start local 1 // int currentCount
         1: .line 1618
            iload 1 /* currentCount */
            aload 0 /* this */
            getfield com.netflix.hystrix.AbstractCommand$TryableSemaphoreActual.numberOfPermits:Lcom/netflix/hystrix/strategy/properties/HystrixProperty;
            invokeinterface com.netflix.hystrix.strategy.properties.HystrixProperty.get:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            if_icmple 4
         2: .line 1619
            aload 0 /* this */
            getfield com.netflix.hystrix.AbstractCommand$TryableSemaphoreActual.count:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.decrementAndGet:()I
            pop
         3: .line 1620
            iconst_0
            ireturn
         4: .line 1622
      StackMap locals: int
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // int currentCount
        end local 0 // com.netflix.hystrix.AbstractCommand$TryableSemaphoreActual this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lcom/netflix/hystrix/AbstractCommand$TryableSemaphoreActual;
            1    5     1  currentCount  I

  public void release();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.AbstractCommand$TryableSemaphoreActual this
         0: .line 1628
            aload 0 /* this */
            getfield com.netflix.hystrix.AbstractCommand$TryableSemaphoreActual.count:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.decrementAndGet:()I
            pop
         1: .line 1629
            return
        end local 0 // com.netflix.hystrix.AbstractCommand$TryableSemaphoreActual this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/netflix/hystrix/AbstractCommand$TryableSemaphoreActual;

  public int getNumberOfPermitsUsed();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.AbstractCommand$TryableSemaphoreActual this
         0: .line 1633
            aload 0 /* this */
            getfield com.netflix.hystrix.AbstractCommand$TryableSemaphoreActual.count:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
            ireturn
        end local 0 // com.netflix.hystrix.AbstractCommand$TryableSemaphoreActual this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/AbstractCommand$TryableSemaphoreActual;
}
SourceFile: "AbstractCommand.java"
NestHost: com.netflix.hystrix.AbstractCommand
InnerClasses:
  abstract TryableSemaphore = com.netflix.hystrix.AbstractCommand$TryableSemaphore of com.netflix.hystrix.AbstractCommand
  TryableSemaphoreActual = com.netflix.hystrix.AbstractCommand$TryableSemaphoreActual of com.netflix.hystrix.AbstractCommand