public class com.oracle.svm.test.FinishedDefaultThreadTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.svm.test.FinishedDefaultThreadTest
  super_class: java.lang.Object
{
  private static final java.lang.Thread currentThread;
    descriptor: Ljava/lang/Thread;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final boolean initAtBuildTime;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 35
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            putstatic com.oracle.svm.test.FinishedDefaultThreadTest.currentThread:Ljava/lang/Thread;
         1: .line 36
            invokestatic org.graalvm.nativeimage.ImageInfo.inImageBuildtimeCode:()Z
            putstatic com.oracle.svm.test.FinishedDefaultThreadTest.initAtBuildTime:Z
         2: .line 37
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.test.FinishedDefaultThreadTest this
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.test.FinishedDefaultThreadTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/test/FinishedDefaultThreadTest;

  public void checkThread();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.svm.test.FinishedDefaultThreadTest this
         0: .line 41
            ldc "The thread instance is available"
            getstatic com.oracle.svm.test.FinishedDefaultThreadTest.currentThread:Ljava/lang/Thread;
            invokestatic org.junit.Assert.assertNotNull:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 42
            getstatic com.oracle.svm.test.FinishedDefaultThreadTest.initAtBuildTime:Z
            ifeq 4
         2: .line 43
            ldc "It has finished"
            getstatic java.lang.Thread$State.TERMINATED:Ljava/lang/Thread$State;
            getstatic com.oracle.svm.test.FinishedDefaultThreadTest.currentThread:Ljava/lang/Thread;
            invokevirtual java.lang.Thread.getState:()Ljava/lang/Thread$State;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 44
            goto 5
         4: .line 45
      StackMap locals:
      StackMap stack:
            ldc "It is still running"
            getstatic java.lang.Thread$State.RUNNABLE:Ljava/lang/Thread$State;
            getstatic com.oracle.svm.test.FinishedDefaultThreadTest.currentThread:Ljava/lang/Thread;
            invokevirtual java.lang.Thread.getState:()Ljava/lang/Thread$State;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 47
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.oracle.svm.test.FinishedDefaultThreadTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/oracle/svm/test/FinishedDefaultThreadTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "FinishedDefaultThreadTest.java"
InnerClasses:
  public final State = java.lang.Thread$State of java.lang.Thread