public class org.graalvm.compiler.jtt.jdk.System_nanoTime02 extends org.graalvm.compiler.jtt.JTTTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.jtt.jdk.System_nanoTime02
  super_class: org.graalvm.compiler.jtt.JTTTest
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.jdk.System_nanoTime02 this
         0: .line 33
            aload 0 /* this */
            invokespecial org.graalvm.compiler.jtt.JTTTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.jdk.System_nanoTime02 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/jdk/System_nanoTime02;

  public static boolean test();
    descriptor: ()Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=8, args_size=0
         0: .line 36
            ldc 9223372036854775807
            lstore 0 /* minDelta */
        start local 0 // long minDelta
         1: .line 39
            iconst_0
            istore 2 /* c */
        start local 2 // int c
         2: goto 13
         3: .line 40
      StackMap locals: long int
      StackMap stack:
            invokestatic java.lang.System.nanoTime:()J
            lstore 3 /* start */
        start local 3 // long start
         4: .line 41
            lconst_0
            lstore 5 /* delta */
        start local 5 // long delta
         5: .line 43
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         6: goto 9
         7: .line 44
      StackMap locals: long long int
      StackMap stack:
            invokestatic java.lang.System.nanoTime:()J
            lload 3 /* start */
            lsub
            lstore 5 /* delta */
         8: .line 43
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: lload 5 /* delta */
            lconst_0
            lcmp
            ifne 10
            iload 7 /* i */
            ldc 50000
            if_icmplt 7
        10: .line 47
      StackMap locals:
      StackMap stack:
            lload 5 /* delta */
            lload 0 /* minDelta */
            lcmp
            ifge 12
        11: .line 48
            lload 5 /* delta */
            lstore 0 /* minDelta */
        end local 7 // int i
        end local 5 // long delta
        end local 3 // long start
        12: .line 39
      StackMap locals:
      StackMap stack:
            iinc 2 /* c */ 1
      StackMap locals:
      StackMap stack:
        13: iload 2 /* c */
            bipush 10
            if_icmplt 3
        end local 2 // int c
        14: .line 53
            lload 0 /* minDelta */
            lconst_1
            lcmp
            ifle 15
            lload 0 /* minDelta */
            ldc 30000
            lcmp
            ifge 15
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        15: iconst_0
            ireturn
        end local 0 // long minDelta
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            1   16     0  minDelta  J
            2   14     2         c  I
            4   12     3     start  J
            5   12     5     delta  J
            6   12     7         i  I

  public void run0();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.jdk.System_nanoTime02 this
         0: .line 56
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.jtt.jdk.System_nanoTime02 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/jdk/System_nanoTime02;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "System_nanoTime02.java"