public class org.graalvm.compiler.jtt.jdk.System_currentTimeMillis02 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_currentTimeMillis02
  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_currentTimeMillis02 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_currentTimeMillis02 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/jdk/System_currentTimeMillis02;

  static void m(long[]);
    descriptor: ([J)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // long[] times
         0: .line 36
            aload 0 /* times */
            iconst_1
            invokestatic java.lang.System.currentTimeMillis:()J
            aload 0 /* times */
            iconst_0
            laload
            lsub
            lastore
         1: .line 37
            return
        end local 0 // long[] times
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  times  [J
    MethodParameters:
       Name  Flags
      times  

  public static boolean test();
    descriptor: ()Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=0
         0: .line 40
            iconst_2
            newarray 11
            astore 0 /* times */
        start local 0 // long[] times
         1: .line 41
            aload 0 /* times */
            iconst_0
            invokestatic java.lang.System.currentTimeMillis:()J
            lastore
         2: .line 42
            aload 0 /* times */
            iconst_1
            lconst_0
            lastore
         3: .line 44
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         4: goto 7
         5: .line 45
      StackMap locals: long[] int
      StackMap stack:
            aload 0 /* times */
            invokestatic org.graalvm.compiler.jtt.jdk.System_currentTimeMillis02.m:([J)V
         6: .line 44
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 1 /* i */
            sipush 5000
            if_icmplt 5
        end local 1 // int i
         8: .line 47
            aload 0 /* times */
            iconst_0
            invokestatic java.lang.System.currentTimeMillis:()J
            lastore
         9: .line 48
            aload 0 /* times */
            iconst_1
            lconst_0
            lastore
        10: .line 49
            iconst_0
            istore 1 /* i */
        start local 1 // int i
        11: goto 14
        12: .line 50
      StackMap locals:
      StackMap stack:
            aload 0 /* times */
            invokestatic org.graalvm.compiler.jtt.jdk.System_currentTimeMillis02.m:([J)V
        13: .line 49
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: aload 0 /* times */
            iconst_1
            laload
            lconst_0
            lcmp
            ifne 15
            iload 1 /* i */
            ldc 5000000
            if_icmplt 12
        end local 1 // int i
        15: .line 54
      StackMap locals:
      StackMap stack:
            aload 0 /* times */
            iconst_1
            laload
            lconst_1
            lcmp
            iflt 16
            aload 0 /* times */
            iconst_1
            laload
            ldc 100
            lcmp
            ifge 16
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        16: iconst_0
            ireturn
        end local 0 // long[] times
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            1   17     0  times  [J
            4    8     1      i  I
           11   15     1      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_currentTimeMillis02 this
         0: .line 57
            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_currentTimeMillis02 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/jdk/System_currentTimeMillis02;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "System_currentTimeMillis02.java"