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 35
            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=3, args_size=0
         0: .line 38
            iconst_0
            istore 0 /* i */
        start local 0 // int i
         1: goto 6
         2: .line 39
      StackMap locals: int
      StackMap stack:
            invokestatic java.lang.System.nanoTime:()J
            invokestatic java.lang.System.nanoTime:()J
            lsub
            lstore 1 /* delta */
        start local 1 // long delta
         3: .line 40
            lload 1 /* delta */
            ldc 30000
            lcmp
            ifge 5
         4: .line 41
            iconst_1
            ireturn
        end local 1 // long delta
         5: .line 38
      StackMap locals:
      StackMap stack:
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 0 /* i */
            ldc 5000000
            if_icmplt 2
        end local 0 // int i
         7: .line 44
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.inCompiledCode:()Z
            ifne 9
         8: .line 46
            iconst_1
            ireturn
         9: .line 48
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            1    7     0      i  I
            3    5     1  delta  J

  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 51
            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"