public class org.eclipse.jetty.util.Promise$Adapter<U> implements org.eclipse.jetty.util.Promise<U>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.util.Promise$Adapter
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.Promise$Adapter this
         0: .line 57
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jetty.util.Promise$Adapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/Promise$Adapter<TU;>;

  public void failed(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.Promise$Adapter this
        start local 1 // java.lang.Throwable x
         0: .line 62
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokestatic org.eclipse.jetty.util.log.Log.getLogger:(Ljava/lang/Class;)Lorg/eclipse/jetty/util/log/Logger;
            aload 1 /* x */
            invokeinterface org.eclipse.jetty.util.log.Logger.warn:(Ljava/lang/Throwable;)V
         1: .line 63
            return
        end local 1 // java.lang.Throwable x
        end local 0 // org.eclipse.jetty.util.Promise$Adapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/util/Promise$Adapter<TU;>;
            0    2     1     x  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      x     
}
Signature: <U:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/jetty/util/Promise<TU;>;
SourceFile: "Promise.java"
NestHost: org.eclipse.jetty.util.Promise
InnerClasses:
  public Adapter = org.eclipse.jetty.util.Promise$Adapter of org.eclipse.jetty.util.Promise