public class org.graalvm.compiler.jtt.hotspot.Test6823354$tzconI 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$tzconI
  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 248
            iconst_0
            istore 0 /* value */
        start local 0 // int value
         1: .line 250
            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 251
            goto 4
      StackMap locals: int
      StackMap stack: java.lang.Throwable
         3: pop
         4: .line 252
      StackMap locals:
      StackMap stack:
            iload 0 /* value */
            putstatic org.graalvm.compiler.jtt.hotspot.Test6823354$tzconI.VALUE:I
        end local 0 // int value
         5: .line 253
            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$tzconI this
         0: .line 244
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.hotspot.Test6823354$tzconI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/hotspot/Test6823354$tzconI;

  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$tzconI this
         0: .line 256
            getstatic org.graalvm.compiler.jtt.hotspot.Test6823354$tzconI.VALUE:I
            getstatic org.graalvm.compiler.jtt.hotspot.Test6823354$tzconI.VALUE:I
            invokestatic org.graalvm.compiler.jtt.hotspot.Test6823354.tzint:(I)I
            invokestatic org.graalvm.compiler.jtt.hotspot.Test6823354$tzconI.dotzcomp:()I
            invokestatic org.graalvm.compiler.jtt.hotspot.Test6823354.check:(III)V
            return
        end local 0 // org.graalvm.compiler.jtt.hotspot.Test6823354$tzconI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/hotspot/Test6823354$tzconI;

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