class org.eclipse.jetty.io.ManagedSelector$CloseConnections implements org.eclipse.jetty.io.ManagedSelector$SelectorUpdate
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jetty.io.ManagedSelector$CloseConnections
  super_class: java.lang.Object
{
  private final java.util.Set<java.io.Closeable> _closed;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Ljava/io/Closeable;>;

  private final java.util.concurrent.CountDownLatch _complete;
    descriptor: Ljava/util/concurrent/CountDownLatch;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final org.eclipse.jetty.io.ManagedSelector this$0;
    descriptor: Lorg/eclipse/jetty/io/ManagedSelector;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.eclipse.jetty.io.ManagedSelector);
    descriptor: (Lorg/eclipse/jetty/io/ManagedSelector;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.io.ManagedSelector$CloseConnections this
         0: .line 950
            aload 0 /* this */
            aload 1
            aconst_null
            invokespecial org.eclipse.jetty.io.ManagedSelector$CloseConnections.<init>:(Lorg/eclipse/jetty/io/ManagedSelector;Ljava/util/Set;)V
         1: .line 951
            return
        end local 0 // org.eclipse.jetty.io.ManagedSelector$CloseConnections this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/io/ManagedSelector$CloseConnections;
    MethodParameters:
        Name  Flags
      this$0  final

  private void <init>(java.util.Set<java.io.Closeable>);
    descriptor: (Lorg/eclipse/jetty/io/ManagedSelector;Ljava/util/Set;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.io.ManagedSelector$CloseConnections this
        start local 2 // java.util.Set closed
         0: .line 954
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jetty.io.ManagedSelector$CloseConnections.this$0:Lorg/eclipse/jetty/io/ManagedSelector;
         1: .line 953
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         2: .line 946
            aload 0 /* this */
            new java.util.concurrent.CountDownLatch
            dup
            iconst_1
            invokespecial java.util.concurrent.CountDownLatch.<init>:(I)V
            putfield org.eclipse.jetty.io.ManagedSelector$CloseConnections._complete:Ljava/util/concurrent/CountDownLatch;
         3: .line 955
            aload 0 /* this */
            aload 2 /* closed */
            putfield org.eclipse.jetty.io.ManagedSelector$CloseConnections._closed:Ljava/util/Set;
         4: .line 956
            return
        end local 2 // java.util.Set closed
        end local 0 // org.eclipse.jetty.io.ManagedSelector$CloseConnections this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/eclipse/jetty/io/ManagedSelector$CloseConnections;
            0    5     2  closed  Ljava/util/Set<Ljava/io/Closeable;>;
    Signature: (Ljava/util/Set<Ljava/io/Closeable;>;)V
    MethodParameters:
        Name  Flags
      this$0  final
      closed  

  public void update(java.nio.channels.Selector);
    descriptor: (Ljava/nio/channels/Selector;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.io.ManagedSelector$CloseConnections this
         0: .line 973
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method requireNonNullElse(Connection, EndPoint) is undefined for the type Objects\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.jetty.io.ManagedSelector$CloseConnections this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/io/ManagedSelector$CloseConnections;
    MethodParameters:
          Name  Flags
      selector  
}
SourceFile: "ManagedSelector.java"
NestHost: org.eclipse.jetty.io.ManagedSelector
InnerClasses:
  private CloseConnections = org.eclipse.jetty.io.ManagedSelector$CloseConnections of org.eclipse.jetty.io.ManagedSelector
  public abstract SelectorUpdate = org.eclipse.jetty.io.ManagedSelector$SelectorUpdate of org.eclipse.jetty.io.ManagedSelector