public class com.oracle.svm.jni.JNIThreadLocalPendingException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.svm.jni.JNIThreadLocalPendingException
  super_class: java.lang.Object
{
  private static final com.oracle.svm.core.threadlocal.FastThreadLocalObject<java.lang.Throwable> pendingException;
    descriptor: Lcom/oracle/svm/core/threadlocal/FastThreadLocalObject;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/threadlocal/FastThreadLocalObject<Ljava/lang/Throwable;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 34
            ldc Ljava/lang/Throwable;
            invokestatic com.oracle.svm.core.threadlocal.FastThreadLocalFactory.createObject:(Ljava/lang/Class;)Lcom/oracle/svm/core/threadlocal/FastThreadLocalObject;
            putstatic com.oracle.svm.jni.JNIThreadLocalPendingException.pendingException:Lcom/oracle/svm/core/threadlocal/FastThreadLocalObject;
            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.jni.JNIThreadLocalPendingException this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.jni.JNIThreadLocalPendingException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/jni/JNIThreadLocalPendingException;

  public static java.lang.Throwable get();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 37
            getstatic com.oracle.svm.jni.JNIThreadLocalPendingException.pendingException:Lcom/oracle/svm/core/threadlocal/FastThreadLocalObject;
            invokevirtual com.oracle.svm.core.threadlocal.FastThreadLocalObject.get:()Ljava/lang/Object;
            checkcast java.lang.Throwable
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static void set(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Throwable t
         0: .line 41
            getstatic com.oracle.svm.jni.JNIThreadLocalPendingException.pendingException:Lcom/oracle/svm/core/threadlocal/FastThreadLocalObject;
            aload 0 /* t */
            invokevirtual com.oracle.svm.core.threadlocal.FastThreadLocalObject.set:(Ljava/lang/Object;)V
         1: .line 42
            return
        end local 0 // java.lang.Throwable t
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public static void clear();
    descriptor: ()V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 45
            aconst_null
            invokestatic com.oracle.svm.jni.JNIThreadLocalPendingException.set:(Ljava/lang/Throwable;)V
         1: .line 46
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "JNIThreadLocalPendingException.java"