class com.oracle.svm.jni.functions.JNIFunctions$Support$JNIExceptionHandlerReturnZero
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.svm.jni.functions.JNIFunctions$Support$JNIExceptionHandlerReturnZero
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.jni.functions.JNIFunctions$Support$JNIExceptionHandlerReturnZero this
         0: .line 1059
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.jni.functions.JNIFunctions$Support$JNIExceptionHandlerReturnZero this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/jni/functions/JNIFunctions$Support$JNIExceptionHandlerReturnZero;

  static int handle(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Throwable t
         0: .line 1061
            aload 0 /* t */
            invokestatic com.oracle.svm.jni.functions.JNIFunctions$Support.handleException:(Ljava/lang/Throwable;)V
         1: .line 1062
            iconst_0
            ireturn
        end local 0 // java.lang.Throwable t
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     
}
SourceFile: "JNIFunctions.java"
NestHost: com.oracle.svm.jni.functions.JNIFunctions
InnerClasses:
  Support = com.oracle.svm.jni.functions.JNIFunctions$Support of com.oracle.svm.jni.functions.JNIFunctions
  JNIExceptionHandlerReturnZero = com.oracle.svm.jni.functions.JNIFunctions$Support$JNIExceptionHandlerReturnZero of com.oracle.svm.jni.functions.JNIFunctions$Support