public class org.graalvm.compiler.jtt.hotspot.Test6823354$lzconI implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.jtt.hotspot.Test6823354$lzconI
  super_class: java.lang.Object
{
  static final int VALUE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=0
         0: .line 215
            iconst_0
            istore 0 /* value */
        start local 0 // int value
         1: .line 217
            ldc "value"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            invokestatic java.lang.Integer.decode:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            istore 0 /* value */
         2: .line 218
            goto 4
      StackMap locals: int
      StackMap stack: java.lang.Throwable
         3: pop
         4: .line 219
      StackMap locals:
      StackMap stack:
            iload 0 /* value */
            putstatic org.graalvm.compiler.jtt.hotspot.Test6823354$lzconI.VALUE:I
        end local 0 // int value
         5: .line 220
            return
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            1    5     0  value  I
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Throwable

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.hotspot.Test6823354$lzconI this
         0: .line 211
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.hotspot.Test6823354$lzconI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/hotspot/Test6823354$lzconI;

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.hotspot.Test6823354$lzconI this
         0: .line 223
            getstatic org.graalvm.compiler.jtt.hotspot.Test6823354$lzconI.VALUE:I
            getstatic org.graalvm.compiler.jtt.hotspot.Test6823354$lzconI.VALUE:I
            invokestatic org.graalvm.compiler.jtt.hotspot.Test6823354.lzint:(I)I
            invokestatic org.graalvm.compiler.jtt.hotspot.Test6823354$lzconI.dolzcomp:()I
            invokestatic org.graalvm.compiler.jtt.hotspot.Test6823354.check:(III)V
            return
        end local 0 // org.graalvm.compiler.jtt.hotspot.Test6823354$lzconI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/hotspot/Test6823354$lzconI;

  static int dolzcomp();
    descriptor: ()I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 224
            getstatic org.graalvm.compiler.jtt.hotspot.Test6823354$lzconI.VALUE:I
            invokestatic org.graalvm.compiler.jtt.hotspot.Test6823354.lzcomp:(I)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Test6823354.java"
NestHost: org.graalvm.compiler.jtt.hotspot.Test6823354
InnerClasses:
  public lzconI = org.graalvm.compiler.jtt.hotspot.Test6823354$lzconI of org.graalvm.compiler.jtt.hotspot.Test6823354