final class com.oracle.svm.truffle.tck.WhiteListParser$UnsupportedPlatformException extends java.lang.Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.truffle.tck.WhiteListParser$UnsupportedPlatformException
  super_class: java.lang.Exception
{
  void <init>(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.oracle.svm.truffle.tck.WhiteListParser$UnsupportedPlatformException this
        start local 1 // java.lang.Class clazz
         0: .line 317
            aload 0 /* this */
            ldc "The class %s is supported only on platforms: %s"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 318
            aload 1 /* clazz */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
         2: .line 319
            aload 1 /* clazz */
            ldc Lorg/graalvm/nativeimage/Platforms;
            invokevirtual java.lang.Class.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast org.graalvm.nativeimage.Platforms
            invokeinterface org.graalvm.nativeimage.Platforms.value:()[Ljava/lang/Class;
            invokestatic java.util.Arrays.toString:([Ljava/lang/Object;)Ljava/lang/String;
            aastore
         3: .line 317
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
         4: .line 320
            return
        end local 1 // java.lang.Class clazz
        end local 0 // com.oracle.svm.truffle.tck.WhiteListParser$UnsupportedPlatformException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/oracle/svm/truffle/tck/WhiteListParser$UnsupportedPlatformException;
            0    5     1  clazz  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)V
    MethodParameters:
       Name  Flags
      clazz  

  void <init>(java.lang.Package);
    descriptor: (Ljava/lang/Package;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.oracle.svm.truffle.tck.WhiteListParser$UnsupportedPlatformException this
        start local 1 // java.lang.Package pkg
         0: .line 323
            aload 0 /* this */
            ldc "The package %s is supported only on platforms: %s"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 324
            aload 1 /* pkg */
            invokevirtual java.lang.Package.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
         2: .line 325
            aload 1 /* pkg */
            ldc Lorg/graalvm/nativeimage/Platforms;
            invokevirtual java.lang.Package.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast org.graalvm.nativeimage.Platforms
            invokeinterface org.graalvm.nativeimage.Platforms.value:()[Ljava/lang/Class;
            invokestatic java.util.Arrays.toString:([Ljava/lang/Object;)Ljava/lang/String;
            aastore
         3: .line 323
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
         4: .line 326
            return
        end local 1 // java.lang.Package pkg
        end local 0 // com.oracle.svm.truffle.tck.WhiteListParser$UnsupportedPlatformException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/svm/truffle/tck/WhiteListParser$UnsupportedPlatformException;
            0    5     1   pkg  Ljava/lang/Package;
    MethodParameters:
      Name  Flags
      pkg   
}
SourceFile: "WhiteListParser.java"
NestHost: com.oracle.svm.truffle.tck.WhiteListParser
InnerClasses:
  private final UnsupportedPlatformException = com.oracle.svm.truffle.tck.WhiteListParser$UnsupportedPlatformException of com.oracle.svm.truffle.tck.WhiteListParser