public class org.eclipse.jetty.util.thread.Locker$Lock implements java.lang.AutoCloseable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.util.thread.Locker$Lock
  super_class: java.lang.Object
{
  final org.eclipse.jetty.util.thread.Locker this$0;
    descriptor: Lorg/eclipse/jetty/util/thread/Locker;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.eclipse.jetty.util.thread.Locker);
    descriptor: (Lorg/eclipse/jetty/util/thread/Locker;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.thread.Locker$Lock this
         0: .line 69
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jetty.util.thread.Locker$Lock.this$0:Lorg/eclipse/jetty/util/thread/Locker;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jetty.util.thread.Locker$Lock this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/thread/Locker$Lock;
    MethodParameters:
        Name  Flags
      this$0  final

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.thread.Locker$Lock this
         0: .line 74
            aload 0 /* this */
            getfield org.eclipse.jetty.util.thread.Locker$Lock.this$0:Lorg/eclipse/jetty/util/thread/Locker;
            getfield org.eclipse.jetty.util.thread.Locker._lock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         1: .line 75
            return
        end local 0 // org.eclipse.jetty.util.thread.Locker$Lock this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/util/thread/Locker$Lock;
}
SourceFile: "Locker.java"
NestHost: org.eclipse.jetty.util.thread.Locker
InnerClasses:
  public Lock = org.eclipse.jetty.util.thread.Locker$Lock of org.eclipse.jetty.util.thread.Locker