class com.sun.media.sound.SoftSynthesizer$2 implements java.security.PrivilegedAction<java.io.InputStream>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.media.sound.SoftSynthesizer$2
  super_class: java.lang.Object
{
  final com.sun.media.sound.SoftSynthesizer this$0;
    descriptor: Lcom/sun/media/sound/SoftSynthesizer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.media.sound.SoftSynthesizer);
    descriptor: (Lcom/sun/media/sound/SoftSynthesizer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.media.sound.SoftSynthesizer$2 this
         0: .line 669
            aload 0 /* this */
            aload 1
            putfield com.sun.media.sound.SoftSynthesizer$2.this$0:Lcom/sun/media/sound/SoftSynthesizer;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.media.sound.SoftSynthesizer$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/media/sound/SoftSynthesizer$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.io.InputStream run();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=1
        start local 0 // com.sun.media.sound.SoftSynthesizer$2 this
         0: .line 671
            invokestatic java.lang.System.getProperties:()Ljava/util/Properties;
            ldc "os.name"
            invokevirtual java.util.Properties.getProperty:(Ljava/lang/String;)Ljava/lang/String;
         1: .line 672
            ldc "Linux"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 18
         2: .line 674
            iconst_4
            anewarray java.io.File
            dup
            iconst_0
         3: .line 676
            new java.io.File
            dup
            ldc "/usr/share/soundfonts/"
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            aastore
            dup
            iconst_1
         4: .line 677
            new java.io.File
            dup
            ldc "/usr/local/share/soundfonts/"
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            aastore
            dup
            iconst_2
         5: .line 679
            new java.io.File
            dup
            ldc "/usr/share/sounds/sf2/"
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            aastore
            dup
            iconst_3
         6: .line 680
            new java.io.File
            dup
            ldc "/usr/local/share/sounds/sf2/"
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            aastore
         7: .line 674
            astore 1 /* systemSoundFontsDir */
        start local 1 // java.io.File[] systemSoundFontsDir
         8: .line 686
            aload 1 /* systemSoundFontsDir */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 17
      StackMap locals: com.sun.media.sound.SoftSynthesizer$2 java.io.File[] top int int java.io.File[]
      StackMap stack:
         9: aload 5
            iload 3
            aaload
            astore 2 /* systemSoundFontDir */
        start local 2 // java.io.File systemSoundFontDir
        10: .line 687
            aload 2 /* systemSoundFontDir */
            invokevirtual java.io.File.exists:()Z
            ifeq 16
        11: .line 688
            new java.io.File
            dup
            aload 2 /* systemSoundFontDir */
            ldc "default.sf2"
            invokespecial java.io.File.<init>:(Ljava/io/File;Ljava/lang/String;)V
            astore 6 /* defaultSoundFont */
        start local 6 // java.io.File defaultSoundFont
        12: .line 689
            aload 6 /* defaultSoundFont */
            invokevirtual java.io.File.exists:()Z
            ifeq 16
        13: .line 691
            new java.io.FileInputStream
            dup
            aload 6 /* defaultSoundFont */
            invokespecial java.io.FileInputStream.<init>:(Ljava/io/File;)V
        14: areturn
        15: .line 692
      StackMap locals: com.sun.media.sound.SoftSynthesizer$2 java.io.File[] java.io.File int int java.io.File[] java.io.File
      StackMap stack: java.io.IOException
            pop
        end local 6 // java.io.File defaultSoundFont
        end local 2 // java.io.File systemSoundFontDir
        16: .line 686
      StackMap locals: com.sun.media.sound.SoftSynthesizer$2 java.io.File[] top int int java.io.File[]
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
        17: iload 3
            iload 4
            if_icmplt 9
        end local 1 // java.io.File[] systemSoundFontsDir
        18: .line 699
      StackMap locals: com.sun.media.sound.SoftSynthesizer$2
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.sun.media.sound.SoftSynthesizer$2 this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   19     0                 this  Lcom/sun/media/sound/SoftSynthesizer$2;
            8   18     1  systemSoundFontsDir  [Ljava/io/File;
           10   16     2   systemSoundFontDir  Ljava/io/File;
           12   16     6     defaultSoundFont  Ljava/io/File;
      Exception table:
        from    to  target  type
          13    14      15  Class java.io.IOException

  public java.lang.Object run();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.sun.media.sound.SoftSynthesizer$2.run:()Ljava/io/InputStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedAction<Ljava/io/InputStream;>;
SourceFile: "SoftSynthesizer.java"
EnclosingMethod: com.sun.media.sound.SoftSynthesizer.getDefaultSoundbank:()Ljavax/sound/midi/Soundbank;
NestHost: com.sun.media.sound.SoftSynthesizer
InnerClasses:
  com.sun.media.sound.SoftSynthesizer$2