final class com.oracle.truffle.api.test.polyglot.LoggingTest$TestHandler extends java.util.logging.Handler
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.test.polyglot.LoggingTest$TestHandler
  super_class: java.util.logging.Handler
{
  private final java.util.List<java.util.logging.LogRecord> logRecords;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/util/logging/LogRecord;>;

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.LoggingTest$TestHandler this
         0: .line 1409
            aload 0 /* this */
            invokespecial java.util.logging.Handler.<init>:()V
         1: .line 1410
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.oracle.truffle.api.test.polyglot.LoggingTest$TestHandler.logRecords:Ljava/util/List;
         2: .line 1411
            return
        end local 0 // com.oracle.truffle.api.test.polyglot.LoggingTest$TestHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/test/polyglot/LoggingTest$TestHandler;

  public void publish(java.util.logging.LogRecord);
    descriptor: (Ljava/util/logging/LogRecord;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.LoggingTest$TestHandler this
        start local 1 // java.util.logging.LogRecord record
         0: .line 1415
            aload 1 /* record */
            invokevirtual java.util.logging.LogRecord.getMessage:()Ljava/lang/String;
            astore 2 /* message */
        start local 2 // java.lang.String message
         1: .line 1416
            aload 2 /* message */
            invokestatic org.junit.Assert.assertNotNull:(Ljava/lang/Object;)V
         2: .line 1417
            aload 1 /* record */
            invokevirtual java.util.logging.LogRecord.getLevel:()Ljava/util/logging/Level;
            astore 3 /* level */
        start local 3 // java.util.logging.Level level
         3: .line 1418
            aload 3 /* level */
            invokestatic org.junit.Assert.assertNotNull:(Ljava/lang/Object;)V
         4: .line 1419
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.LoggingTest$TestHandler.logRecords:Ljava/util/List;
            aload 1 /* record */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 1420
            return
        end local 3 // java.util.logging.Level level
        end local 2 // java.lang.String message
        end local 1 // java.util.logging.LogRecord record
        end local 0 // com.oracle.truffle.api.test.polyglot.LoggingTest$TestHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lcom/oracle/truffle/api/test/polyglot/LoggingTest$TestHandler;
            0    6     1   record  Ljava/util/logging/LogRecord;
            1    6     2  message  Ljava/lang/String;
            3    6     3    level  Ljava/util/logging/Level;
    MethodParameters:
        Name  Flags
      record  final

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.LoggingTest$TestHandler this
         0: .line 1424
            return
        end local 0 // com.oracle.truffle.api.test.polyglot.LoggingTest$TestHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/LoggingTest$TestHandler;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.LoggingTest$TestHandler this
         0: .line 1428
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.test.polyglot.LoggingTest$TestHandler.clear:()V
         1: .line 1429
            return
        end local 0 // com.oracle.truffle.api.test.polyglot.LoggingTest$TestHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/test/polyglot/LoggingTest$TestHandler;
    Exceptions:
      throws java.lang.SecurityException

  java.util.List<java.util.Map$Entry<java.util.logging.Level, java.lang.String>> getLog();
    descriptor: ()Ljava/util/List;
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.LoggingTest$TestHandler this
         0: .line 1432
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* res */
        start local 1 // java.util.List res
         1: .line 1433
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.LoggingTest$TestHandler.logRecords:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: com.oracle.truffle.api.test.polyglot.LoggingTest$TestHandler java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.logging.LogRecord
            astore 2 /* r */
        start local 2 // java.util.logging.LogRecord r
         3: .line 1434
            aload 1 /* res */
            new java.util.AbstractMap$SimpleImmutableEntry
            dup
            aload 2 /* r */
            invokevirtual java.util.logging.LogRecord.getLevel:()Ljava/util/logging/Level;
            aload 2 /* r */
            invokevirtual java.util.logging.LogRecord.getMessage:()Ljava/lang/String;
            invokespecial java.util.AbstractMap$SimpleImmutableEntry.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // java.util.logging.LogRecord r
         4: .line 1433
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 1436
            aload 1 /* res */
            areturn
        end local 1 // java.util.List res
        end local 0 // com.oracle.truffle.api.test.polyglot.LoggingTest$TestHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/oracle/truffle/api/test/polyglot/LoggingTest$TestHandler;
            1    6     1   res  Ljava/util/List<Ljava/util/Map$Entry<Ljava/util/logging/Level;Ljava/lang/String;>;>;
            3    4     2     r  Ljava/util/logging/LogRecord;
    Signature: ()Ljava/util/List<Ljava/util/Map$Entry<Ljava/util/logging/Level;Ljava/lang/String;>;>;

  java.util.List<java.util.logging.LogRecord> getRawLog();
    descriptor: ()Ljava/util/List;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.LoggingTest$TestHandler this
         0: .line 1440
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.LoggingTest$TestHandler.logRecords:Ljava/util/List;
            areturn
        end local 0 // com.oracle.truffle.api.test.polyglot.LoggingTest$TestHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/LoggingTest$TestHandler;
    Signature: ()Ljava/util/List<Ljava/util/logging/LogRecord;>;

  void clear();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.LoggingTest$TestHandler this
         0: .line 1444
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.LoggingTest$TestHandler.logRecords:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         1: .line 1445
            return
        end local 0 // com.oracle.truffle.api.test.polyglot.LoggingTest$TestHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/test/polyglot/LoggingTest$TestHandler;
}
SourceFile: "LoggingTest.java"
NestHost: com.oracle.truffle.api.test.polyglot.LoggingTest
InnerClasses:
  private final TestHandler = com.oracle.truffle.api.test.polyglot.LoggingTest$TestHandler of com.oracle.truffle.api.test.polyglot.LoggingTest
  public SimpleImmutableEntry = java.util.AbstractMap$SimpleImmutableEntry of java.util.AbstractMap
  public abstract Entry = java.util.Map$Entry of java.util.Map