public class com.oracle.truffle.trufflenode.NodeJSAgent extends com.oracle.truffle.js.runtime.JSAgent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.trufflenode.NodeJSAgent
  super_class: com.oracle.truffle.js.runtime.JSAgent
{
  private static final java.util.Set<com.oracle.truffle.trufflenode.NodeJSAgent> agents;
    descriptor: Ljava/util/Set;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Set<Lcom/oracle/truffle/trufflenode/NodeJSAgent;>;

  private java.lang.Thread thread;
    descriptor: Ljava/lang/Thread;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 51
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            invokestatic java.util.Collections.synchronizedSet:(Ljava/util/Set;)Ljava/util/Set;
            putstatic com.oracle.truffle.trufflenode.NodeJSAgent.agents:Ljava/util/Set;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.trufflenode.NodeJSAgent this
         0: .line 55
            aload 0 /* this */
            iconst_1
            invokespecial com.oracle.truffle.js.runtime.JSAgent.<init>:(Z)V
         1: .line 56
            return
        end local 0 // com.oracle.truffle.trufflenode.NodeJSAgent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/trufflenode/NodeJSAgent;

  void setThread(java.lang.Thread);
    descriptor: (Ljava/lang/Thread;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.trufflenode.NodeJSAgent this
        start local 1 // java.lang.Thread thread
         0: .line 59
            aload 0 /* this */
            aload 1 /* thread */
            putfield com.oracle.truffle.trufflenode.NodeJSAgent.thread:Ljava/lang/Thread;
         1: .line 60
            aload 1 /* thread */
            ifnonnull 4
         2: .line 61
            getstatic com.oracle.truffle.trufflenode.NodeJSAgent.agents:Ljava/util/Set;
            aload 0 /* this */
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            pop
         3: .line 62
            goto 5
         4: .line 63
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.trufflenode.NodeJSAgent.agents:Ljava/util/Set;
            aload 0 /* this */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         5: .line 65
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Thread thread
        end local 0 // com.oracle.truffle.trufflenode.NodeJSAgent this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/oracle/truffle/trufflenode/NodeJSAgent;
            0    6     1  thread  Ljava/lang/Thread;
    MethodParameters:
        Name  Flags
      thread  

  java.lang.Thread getThread();
    descriptor: ()Ljava/lang/Thread;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.trufflenode.NodeJSAgent this
         0: .line 68
            aload 0 /* this */
            getfield com.oracle.truffle.trufflenode.NodeJSAgent.thread:Ljava/lang/Thread;
            areturn
        end local 0 // com.oracle.truffle.trufflenode.NodeJSAgent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/trufflenode/NodeJSAgent;

  public void wakeAgent(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // com.oracle.truffle.trufflenode.NodeJSAgent this
        start local 1 // int w
         0: .line 73
            getstatic com.oracle.truffle.trufflenode.NodeJSAgent.agents:Ljava/util/Set;
            dup
            astore 2
            monitorenter
         1: .line 74
            getstatic com.oracle.truffle.trufflenode.NodeJSAgent.agents:Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4
            goto 6
      StackMap locals: com.oracle.truffle.trufflenode.NodeJSAgent int java.util.Set top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.trufflenode.NodeJSAgent
            astore 3 /* agent */
        start local 3 // com.oracle.truffle.trufflenode.NodeJSAgent agent
         3: .line 75
            aload 3 /* agent */
            invokevirtual com.oracle.truffle.trufflenode.NodeJSAgent.getSignifier:()I
            iload 1 /* w */
            if_icmpne 6
         4: .line 76
            aload 3 /* agent */
            getfield com.oracle.truffle.trufflenode.NodeJSAgent.thread:Ljava/lang/Thread;
            invokevirtual java.lang.Thread.interrupt:()V
         5: .line 77
            goto 7
        end local 3 // com.oracle.truffle.trufflenode.NodeJSAgent agent
         6: .line 74
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         7: .line 73
      StackMap locals: com.oracle.truffle.trufflenode.NodeJSAgent int java.util.Set
      StackMap stack:
            aload 2
            monitorexit
         8: goto 11
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: aload 2
            monitorexit
        10: athrow
        11: .line 81
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int w
        end local 0 // com.oracle.truffle.trufflenode.NodeJSAgent this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lcom/oracle/truffle/trufflenode/NodeJSAgent;
            0   12     1      w  I
            3    6     3  agent  Lcom/oracle/truffle/trufflenode/NodeJSAgent;
      Exception table:
        from    to  target  type
           1     8       9  any
           9    10       9  any
    MethodParameters:
      Name  Flags
      w     

  public boolean isTerminated();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.trufflenode.NodeJSAgent this
         0: .line 85
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // com.oracle.truffle.trufflenode.NodeJSAgent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/trufflenode/NodeJSAgent;

  public void terminate(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.trufflenode.NodeJSAgent this
        start local 1 // int timeout
         0: .line 90
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // int timeout
        end local 0 // com.oracle.truffle.trufflenode.NodeJSAgent this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/truffle/trufflenode/NodeJSAgent;
            0    1     1  timeout  I
    MethodParameters:
         Name  Flags
      timeout  
}
SourceFile: "NodeJSAgent.java"