final class com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord extends java.util.logging.LogRecord
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord
  super_class: java.util.logging.LogRecord
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private final com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord$FormatKind formatKind;
    descriptor: Lcom/oracle/truffle/polyglot/PolyglotLoggers$ImmutableLogRecord$FormatKind;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.util.logging.Level, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Object[], java.lang.Throwable, com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord$FormatKind);
    descriptor: (Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;Ljava/lang/Throwable;Lcom/oracle/truffle/polyglot/PolyglotLoggers$ImmutableLogRecord$FormatKind;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=11, args_size=9
        start local 0 // com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord this
        start local 1 // java.util.logging.Level level
        start local 2 // java.lang.String loggerName
        start local 3 // java.lang.String message
        start local 4 // java.lang.String className
        start local 5 // java.lang.String methodName
        start local 6 // java.lang.Object[] parameters
        start local 7 // java.lang.Throwable thrown
        start local 8 // com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord$FormatKind formatKind
         0: .line 336
            aload 0 /* this */
            aload 1 /* level */
            aload 3 /* message */
            invokespecial java.util.logging.LogRecord.<init>:(Ljava/util/logging/Level;Ljava/lang/String;)V
         1: .line 337
            aload 0 /* this */
            aload 2 /* loggerName */
            invokespecial java.util.logging.LogRecord.setLoggerName:(Ljava/lang/String;)V
         2: .line 338
            aload 4 /* className */
            ifnull 4
         3: .line 339
            aload 0 /* this */
            aload 4 /* className */
            invokespecial java.util.logging.LogRecord.setSourceClassName:(Ljava/lang/String;)V
         4: .line 341
      StackMap locals: com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord java.util.logging.Level java.lang.String java.lang.String java.lang.String java.lang.String java.lang.Object[] java.lang.Throwable com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord$FormatKind
      StackMap stack:
            aload 5 /* methodName */
            ifnull 6
         5: .line 342
            aload 0 /* this */
            aload 5 /* methodName */
            invokespecial java.util.logging.LogRecord.setSourceMethodName:(Ljava/lang/String;)V
         6: .line 344
      StackMap locals:
      StackMap stack:
            aload 6 /* parameters */
            astore 9 /* copy */
        start local 9 // java.lang.Object[] copy
         7: .line 345
            aload 6 /* parameters */
            ifnull 14
            aload 6 /* parameters */
            arraylength
            ifle 14
         8: .line 346
            aload 6 /* parameters */
            arraylength
            anewarray java.lang.Object
            astore 9 /* copy */
         9: .line 347
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        10: goto 13
        11: .line 348
      StackMap locals: java.lang.Object[] int
      StackMap stack:
            aload 9 /* copy */
            iload 10 /* i */
            aload 6 /* parameters */
            iload 10 /* i */
            aaload
            invokestatic com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord.safeValue:(Ljava/lang/Object;)Ljava/lang/Object;
            aastore
        12: .line 347
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 10 /* i */
            aload 6 /* parameters */
            arraylength
            if_icmplt 11
        end local 10 // int i
        14: .line 351
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 9 /* copy */
            invokespecial java.util.logging.LogRecord.setParameters:([Ljava/lang/Object;)V
        15: .line 352
            aload 0 /* this */
            aload 7 /* thrown */
            invokespecial java.util.logging.LogRecord.setThrown:(Ljava/lang/Throwable;)V
        16: .line 353
            aload 0 /* this */
            aload 8 /* formatKind */
            putfield com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord.formatKind:Lcom/oracle/truffle/polyglot/PolyglotLoggers$ImmutableLogRecord$FormatKind;
        17: .line 354
            return
        end local 9 // java.lang.Object[] copy
        end local 8 // com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord$FormatKind formatKind
        end local 7 // java.lang.Throwable thrown
        end local 6 // java.lang.Object[] parameters
        end local 5 // java.lang.String methodName
        end local 4 // java.lang.String className
        end local 3 // java.lang.String message
        end local 2 // java.lang.String loggerName
        end local 1 // java.util.logging.Level level
        end local 0 // com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   18     0        this  Lcom/oracle/truffle/polyglot/PolyglotLoggers$ImmutableLogRecord;
            0   18     1       level  Ljava/util/logging/Level;
            0   18     2  loggerName  Ljava/lang/String;
            0   18     3     message  Ljava/lang/String;
            0   18     4   className  Ljava/lang/String;
            0   18     5  methodName  Ljava/lang/String;
            0   18     6  parameters  [Ljava/lang/Object;
            0   18     7      thrown  Ljava/lang/Throwable;
            0   18     8  formatKind  Lcom/oracle/truffle/polyglot/PolyglotLoggers$ImmutableLogRecord$FormatKind;
            7   18     9        copy  [Ljava/lang/Object;
           10   14    10           i  I
    MethodParameters:
            Name  Flags
      level       final
      loggerName  final
      message     final
      className   final
      methodName  final
      parameters  final
      thrown      final
      formatKind  

  public void setLevel(java.util.logging.Level);
    descriptor: (Ljava/util/logging/Level;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord this
        start local 1 // java.util.logging.Level level
         0: .line 358
            new java.lang.UnsupportedOperationException
            dup
            ldc "Setting Level is not supported."
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.util.logging.Level level
        end local 0 // com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/polyglot/PolyglotLoggers$ImmutableLogRecord;
            0    1     1  level  Ljava/util/logging/Level;
    MethodParameters:
       Name  Flags
      level  

  public void setLoggerName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord this
        start local 1 // java.lang.String name
         0: .line 363
            new java.lang.UnsupportedOperationException
            dup
            ldc "Setting Logger Name is not supported."
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.String name
        end local 0 // com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotLoggers$ImmutableLogRecord;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public void setMessage(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord this
        start local 1 // java.lang.String message
         0: .line 368
            new java.lang.UnsupportedOperationException
            dup
            ldc "Setting Messag is not supported."
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.String message
        end local 0 // com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/truffle/polyglot/PolyglotLoggers$ImmutableLogRecord;
            0    1     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  public void setMillis(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord this
        start local 1 // long millis
         0: .line 374
            new java.lang.UnsupportedOperationException
            dup
            ldc "Setting Millis is not supported."
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // long millis
        end local 0 // com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/polyglot/PolyglotLoggers$ImmutableLogRecord;
            0    1     1  millis  J
    MethodParameters:
        Name  Flags
      millis  

  public void setParameters(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord this
        start local 1 // java.lang.Object[] parameters
         0: .line 379
            new java.lang.UnsupportedOperationException
            dup
            ldc "Setting Parameters is not supported."
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.Object[] parameters
        end local 0 // com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/oracle/truffle/polyglot/PolyglotLoggers$ImmutableLogRecord;
            0    1     1  parameters  [Ljava/lang/Object;
    MethodParameters:
            Name  Flags
      parameters  

  public void setResourceBundle(java.util.ResourceBundle);
    descriptor: (Ljava/util/ResourceBundle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord this
        start local 1 // java.util.ResourceBundle bundle
         0: .line 384
            new java.lang.UnsupportedOperationException
            dup
            ldc "Setting Resource Bundle is not supported."
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.util.ResourceBundle bundle
        end local 0 // com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/polyglot/PolyglotLoggers$ImmutableLogRecord;
            0    1     1  bundle  Ljava/util/ResourceBundle;
    MethodParameters:
        Name  Flags
      bundle  

  public void setResourceBundleName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord this
        start local 1 // java.lang.String name
         0: .line 389
            new java.lang.UnsupportedOperationException
            dup
            ldc "Setting Resource Bundle Name is not supported."
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.String name
        end local 0 // com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotLoggers$ImmutableLogRecord;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public void setSequenceNumber(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord this
        start local 1 // long seq
         0: .line 394
            new java.lang.UnsupportedOperationException
            dup
            ldc "Setting Sequence Number is not supported."
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // long seq
        end local 0 // com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotLoggers$ImmutableLogRecord;
            0    1     1   seq  J
    MethodParameters:
      Name  Flags
      seq   

  public void setSourceClassName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord this
        start local 1 // java.lang.String sourceClassName
         0: .line 399
            new java.lang.UnsupportedOperationException
            dup
            ldc "Setting Parameters is not supported."
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.String sourceClassName
        end local 0 // com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/oracle/truffle/polyglot/PolyglotLoggers$ImmutableLogRecord;
            0    1     1  sourceClassName  Ljava/lang/String;
    MethodParameters:
                 Name  Flags
      sourceClassName  

  public void setSourceMethodName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord this
        start local 1 // java.lang.String sourceMethodName
         0: .line 404
            new java.lang.UnsupportedOperationException
            dup
            ldc "Setting Source Method Name is not supported."
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.String sourceMethodName
        end local 0 // com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lcom/oracle/truffle/polyglot/PolyglotLoggers$ImmutableLogRecord;
            0    1     1  sourceMethodName  Ljava/lang/String;
    MethodParameters:
                  Name  Flags
      sourceMethodName  

  public void setThreadID(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord this
        start local 1 // int threadID
         0: .line 409
            new java.lang.UnsupportedOperationException
            dup
            ldc "Setting Thread ID is not supported."
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int threadID
        end local 0 // com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/polyglot/PolyglotLoggers$ImmutableLogRecord;
            0    1     1  threadID  I
    MethodParameters:
          Name  Flags
      threadID  

  public void setThrown(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord this
        start local 1 // java.lang.Throwable thrown
         0: .line 414
            new java.lang.UnsupportedOperationException
            dup
            ldc "Setting Throwable is not supported."
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.Throwable thrown
        end local 0 // com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/polyglot/PolyglotLoggers$ImmutableLogRecord;
            0    1     1  thrown  Ljava/lang/Throwable;
    MethodParameters:
        Name  Flags
      thrown  

  com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord$FormatKind getFormatKind();
    descriptor: ()Lcom/oracle/truffle/polyglot/PolyglotLoggers$ImmutableLogRecord$FormatKind;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord this
         0: .line 418
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord.formatKind:Lcom/oracle/truffle/polyglot/PolyglotLoggers$ImmutableLogRecord$FormatKind;
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotLoggers$ImmutableLogRecord;

  private static java.lang.Object safeValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.lang.Object param
         0: .line 422
            aload 0 /* param */
            ifnull 1
            aload 0 /* param */
            invokestatic com.oracle.truffle.polyglot.EngineAccessor$EngineImpl.isPrimitive:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 423
      StackMap locals:
      StackMap stack:
            aload 0 /* param */
            areturn
         2: .line 426
      StackMap locals:
      StackMap stack:
            invokestatic com.oracle.truffle.api.interop.InteropLibrary.getFactory:()Lcom/oracle/truffle/api/library/LibraryFactory;
            invokevirtual com.oracle.truffle.api.library.LibraryFactory.getUncached:()Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.interop.InteropLibrary
            invokestatic com.oracle.truffle.api.interop.InteropLibrary.getFactory:()Lcom/oracle/truffle/api/library/LibraryFactory;
            invokevirtual com.oracle.truffle.api.library.LibraryFactory.getUncached:()Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.interop.InteropLibrary
            aload 0 /* param */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.toDisplayString:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.asString:(Ljava/lang/Object;)Ljava/lang/String;
         3: areturn
         4: .line 427
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.UnsupportedMessageException
            astore 1 /* e */
        start local 1 // com.oracle.truffle.api.interop.UnsupportedMessageException e
         5: .line 428
            aload 1 /* e */
            invokestatic com.oracle.truffle.api.CompilerDirectives.shouldNotReachHere:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 1 // com.oracle.truffle.api.interop.UnsupportedMessageException e
        end local 0 // java.lang.Object param
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0  param  Ljava/lang/Object;
            5    6     1      e  Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
      Exception table:
        from    to  target  type
           2     3       4  Class com.oracle.truffle.api.interop.UnsupportedMessageException
    MethodParameters:
       Name  Flags
      param  final
}
SourceFile: "PolyglotLoggers.java"
NestHost: com.oracle.truffle.polyglot.PolyglotLoggers
InnerClasses:
  final EngineImpl = com.oracle.truffle.polyglot.EngineAccessor$EngineImpl of com.oracle.truffle.polyglot.EngineAccessor
  private final ImmutableLogRecord = com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord of com.oracle.truffle.polyglot.PolyglotLoggers
  final FormatKind = com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord$FormatKind of com.oracle.truffle.polyglot.PolyglotLoggers$ImmutableLogRecord