public class org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver implements org.eclipse.jdt.launching.IRuntimeClasspathEntryResolver2
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver
  super_class: java.lang.Object
{
  private static org.eclipse.jdt.core.IAccessRule[] EMPTY_RULES;
    descriptor: [Lorg/eclipse/jdt/core/IAccessRule;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 45
            iconst_0
            anewarray org.eclipse.jdt.core.IAccessRule
            putstatic org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver.EMPTY_RULES:[Lorg/eclipse/jdt/core/IAccessRule;
            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 // org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver this
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/launching/JRERuntimeClasspathEntryResolver;

  public org.eclipse.jdt.launching.IRuntimeClasspathEntry[] resolveRuntimeClasspathEntry(org.eclipse.jdt.launching.IRuntimeClasspathEntry, org.eclipse.debug.core.ILaunchConfiguration);
    descriptor: (Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;Lorg/eclipse/debug/core/ILaunchConfiguration;)[Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver this
        start local 1 // org.eclipse.jdt.launching.IRuntimeClasspathEntry entry
        start local 2 // org.eclipse.debug.core.ILaunchConfiguration configuration
         0: .line 52
            aconst_null
            astore 3 /* jre */
        start local 3 // org.eclipse.jdt.launching.IVMInstall jre
         1: .line 53
            aload 1 /* entry */
            invokeinterface org.eclipse.jdt.launching.IRuntimeClasspathEntry.getType:()I
            iconst_4
            if_icmpne 4
            aload 1 /* entry */
            invokeinterface org.eclipse.jdt.launching.IRuntimeClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            invokeinterface org.eclipse.core.runtime.IPath.segmentCount:()I
            iconst_1
            if_icmple 4
         2: .line 55
            aload 1 /* entry */
            invokeinterface org.eclipse.jdt.launching.IRuntimeClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            invokestatic org.eclipse.jdt.internal.launching.JREContainerInitializer.resolveVM:(Lorg/eclipse/core/runtime/IPath;)Lorg/eclipse/jdt/launching/IVMInstall;
            astore 3 /* jre */
         3: .line 56
            goto 5
         4: .line 58
      StackMap locals: org.eclipse.jdt.launching.IVMInstall
      StackMap stack:
            aload 2 /* configuration */
            invokestatic org.eclipse.jdt.launching.JavaRuntime.computeVMInstall:(Lorg/eclipse/debug/core/ILaunchConfiguration;)Lorg/eclipse/jdt/launching/IVMInstall;
            astore 3 /* jre */
         5: .line 60
      StackMap locals:
      StackMap stack:
            aload 3 /* jre */
            ifnonnull 7
         6: .line 62
            iconst_0
            anewarray org.eclipse.jdt.launching.IRuntimeClasspathEntry
            areturn
         7: .line 64
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* jre */
            aload 1 /* entry */
            invokeinterface org.eclipse.jdt.launching.IRuntimeClasspathEntry.getClasspathProperty:()I
            invokevirtual org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver.resolveLibraryLocations:(Lorg/eclipse/jdt/launching/IVMInstall;I)[Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
            areturn
        end local 3 // org.eclipse.jdt.launching.IVMInstall jre
        end local 2 // org.eclipse.debug.core.ILaunchConfiguration configuration
        end local 1 // org.eclipse.jdt.launching.IRuntimeClasspathEntry entry
        end local 0 // org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lorg/eclipse/jdt/internal/launching/JRERuntimeClasspathEntryResolver;
            0    8     1          entry  Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
            0    8     2  configuration  Lorg/eclipse/debug/core/ILaunchConfiguration;
            1    8     3            jre  Lorg/eclipse/jdt/launching/IVMInstall;
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
               Name  Flags
      entry          
      configuration  

  public org.eclipse.jdt.launching.IRuntimeClasspathEntry[] resolveRuntimeClasspathEntry(org.eclipse.jdt.launching.IRuntimeClasspathEntry, org.eclipse.jdt.core.IJavaProject);
    descriptor: (Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;Lorg/eclipse/jdt/core/IJavaProject;)[Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver this
        start local 1 // org.eclipse.jdt.launching.IRuntimeClasspathEntry entry
        start local 2 // org.eclipse.jdt.core.IJavaProject project
         0: .line 72
            aconst_null
            astore 3 /* jre */
        start local 3 // org.eclipse.jdt.launching.IVMInstall jre
         1: .line 73
            aload 1 /* entry */
            invokeinterface org.eclipse.jdt.launching.IRuntimeClasspathEntry.getType:()I
            iconst_4
            if_icmpne 4
            aload 1 /* entry */
            invokeinterface org.eclipse.jdt.launching.IRuntimeClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            invokeinterface org.eclipse.core.runtime.IPath.segmentCount:()I
            iconst_1
            if_icmple 4
         2: .line 75
            aload 1 /* entry */
            invokeinterface org.eclipse.jdt.launching.IRuntimeClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            invokestatic org.eclipse.jdt.internal.launching.JREContainerInitializer.resolveVM:(Lorg/eclipse/core/runtime/IPath;)Lorg/eclipse/jdt/launching/IVMInstall;
            astore 3 /* jre */
         3: .line 76
            goto 5
         4: .line 78
      StackMap locals: org.eclipse.jdt.launching.IVMInstall
      StackMap stack:
            aload 2 /* project */
            invokestatic org.eclipse.jdt.launching.JavaRuntime.getVMInstall:(Lorg/eclipse/jdt/core/IJavaProject;)Lorg/eclipse/jdt/launching/IVMInstall;
            astore 3 /* jre */
         5: .line 80
      StackMap locals:
      StackMap stack:
            aload 3 /* jre */
            ifnonnull 7
         6: .line 82
            iconst_0
            anewarray org.eclipse.jdt.launching.IRuntimeClasspathEntry
            areturn
         7: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* jre */
            aload 1 /* entry */
            invokeinterface org.eclipse.jdt.launching.IRuntimeClasspathEntry.getClasspathProperty:()I
            invokevirtual org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver.resolveLibraryLocations:(Lorg/eclipse/jdt/launching/IVMInstall;I)[Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
            areturn
        end local 3 // org.eclipse.jdt.launching.IVMInstall jre
        end local 2 // org.eclipse.jdt.core.IJavaProject project
        end local 1 // org.eclipse.jdt.launching.IRuntimeClasspathEntry entry
        end local 0 // org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/eclipse/jdt/internal/launching/JRERuntimeClasspathEntryResolver;
            0    8     1    entry  Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
            0    8     2  project  Lorg/eclipse/jdt/core/IJavaProject;
            1    8     3      jre  Lorg/eclipse/jdt/launching/IVMInstall;
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
         Name  Flags
      entry    
      project  

  protected org.eclipse.jdt.launching.IRuntimeClasspathEntry[] resolveLibraryLocations(org.eclipse.jdt.launching.IVMInstall, int);
    descriptor: (Lorg/eclipse/jdt/launching/IVMInstall;I)[Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=15, args_size=3
        start local 0 // org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver this
        start local 1 // org.eclipse.jdt.launching.IVMInstall vm
        start local 2 // int kind
         0: .line 94
            aload 1 /* vm */
            invokeinterface org.eclipse.jdt.launching.IVMInstall.getLibraryLocations:()[Lorg/eclipse/jdt/launching/LibraryLocation;
            astore 3 /* libs */
        start local 3 // org.eclipse.jdt.launching.LibraryLocation[] libs
         1: .line 95
            aload 1 /* vm */
            invokeinterface org.eclipse.jdt.launching.IVMInstall.getVMInstallType:()Lorg/eclipse/jdt/launching/IVMInstallType;
            aload 1 /* vm */
            invokeinterface org.eclipse.jdt.launching.IVMInstall.getInstallLocation:()Ljava/io/File;
            invokeinterface org.eclipse.jdt.launching.IVMInstallType.getDefaultLibraryLocations:(Ljava/io/File;)[Lorg/eclipse/jdt/launching/LibraryLocation;
            astore 4 /* defaultLibs */
        start local 4 // org.eclipse.jdt.launching.LibraryLocation[] defaultLibs
         2: .line 96
            iconst_0
            istore 5 /* overrideJavadoc */
        start local 5 // boolean overrideJavadoc
         3: .line 97
            aload 3 /* libs */
            ifnonnull 7
         4: .line 99
            aload 4 /* defaultLibs */
            astore 3 /* libs */
         5: .line 100
            iconst_1
            istore 5 /* overrideJavadoc */
         6: .line 101
            goto 9
      StackMap locals: org.eclipse.jdt.launching.LibraryLocation[] org.eclipse.jdt.launching.LibraryLocation[] int
      StackMap stack:
         7: aload 3 /* libs */
            aload 4 /* defaultLibs */
            invokestatic org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver.isSameArchives:([Lorg/eclipse/jdt/launching/LibraryLocation;[Lorg/eclipse/jdt/launching/LibraryLocation;)Z
            ifne 9
         8: .line 103
            iconst_2
            istore 2 /* kind */
         9: .line 105
      StackMap locals:
      StackMap stack:
            iload 2 /* kind */
            iconst_2
            if_icmpne 32
        10: .line 106
            aload 1 /* vm */
            invokeinterface org.eclipse.jdt.launching.IVMInstall.getInstallLocation:()Ljava/io/File;
            astore 6 /* vmInstallLocation */
        start local 6 // java.io.File vmInstallLocation
        11: .line 107
            aload 6 /* vmInstallLocation */
            ifnull 32
        12: .line 108
            aload 6 /* vmInstallLocation */
            invokevirtual java.io.File.getAbsolutePath:()Ljava/lang/String;
            invokestatic org.eclipse.jdt.internal.launching.LaunchingPlugin.getLibraryInfo:(Ljava/lang/String;)Lorg/eclipse/jdt/internal/launching/LibraryInfo;
            astore 7 /* libraryInfo */
        start local 7 // org.eclipse.jdt.internal.launching.LibraryInfo libraryInfo
        13: .line 109
            aload 7 /* libraryInfo */
            ifnull 32
        14: .line 112
            aload 7 /* libraryInfo */
            invokevirtual org.eclipse.jdt.internal.launching.LibraryInfo.getExtensionDirs:()[Ljava/lang/String;
            astore 8 /* extensionDirsArray */
        start local 8 // java.lang.String[] extensionDirsArray
        15: .line 113
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 9 /* extensionDirsSet */
        start local 9 // java.util.Set extensionDirsSet
        16: .line 114
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        17: goto 20
        18: .line 115
      StackMap locals: org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver org.eclipse.jdt.launching.IVMInstall int org.eclipse.jdt.launching.LibraryLocation[] org.eclipse.jdt.launching.LibraryLocation[] int java.io.File org.eclipse.jdt.internal.launching.LibraryInfo java.lang.String[] java.util.Set int
      StackMap stack:
            aload 9 /* extensionDirsSet */
            aload 8 /* extensionDirsArray */
            iload 10 /* i */
            aaload
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        19: .line 114
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 10 /* i */
            aload 8 /* extensionDirsArray */
            arraylength
            if_icmplt 18
        end local 10 // int i
        21: .line 117
            new java.util.ArrayList
            dup
            aload 3 /* libs */
            arraylength
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 10 /* resolvedEntries */
        start local 10 // java.util.List resolvedEntries
        22: .line 118
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        23: goto 30
        24: .line 119
      StackMap locals: org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver org.eclipse.jdt.launching.IVMInstall int org.eclipse.jdt.launching.LibraryLocation[] org.eclipse.jdt.launching.LibraryLocation[] int java.io.File org.eclipse.jdt.internal.launching.LibraryInfo java.lang.String[] java.util.Set java.util.List int
      StackMap stack:
            aload 3 /* libs */
            iload 11 /* i */
            aaload
            astore 12 /* location */
        start local 12 // org.eclipse.jdt.launching.LibraryLocation location
        25: .line 120
            aload 12 /* location */
            invokevirtual org.eclipse.jdt.launching.LibraryLocation.getSystemLibraryPath:()Lorg/eclipse/core/runtime/IPath;
            astore 13 /* libraryPath */
        start local 13 // org.eclipse.core.runtime.IPath libraryPath
        26: .line 121
            aload 13 /* libraryPath */
            invokeinterface org.eclipse.core.runtime.IPath.toFile:()Ljava/io/File;
            invokevirtual java.io.File.getParent:()Ljava/lang/String;
            astore 14 /* dir */
        start local 14 // java.lang.String dir
        27: .line 123
            aload 9 /* extensionDirsSet */
            aload 14 /* dir */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 29
        28: .line 124
            aload 10 /* resolvedEntries */
            aload 0 /* this */
            aload 1 /* vm */
            aload 12 /* location */
            iload 2 /* kind */
            iload 5 /* overrideJavadoc */
            invokevirtual org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver.resolveLibraryLocation:(Lorg/eclipse/jdt/launching/IVMInstall;Lorg/eclipse/jdt/launching/LibraryLocation;IZ)Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 14 // java.lang.String dir
        end local 13 // org.eclipse.core.runtime.IPath libraryPath
        end local 12 // org.eclipse.jdt.launching.LibraryLocation location
        29: .line 118
      StackMap locals:
      StackMap stack:
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        30: iload 11 /* i */
            aload 3 /* libs */
            arraylength
            if_icmplt 24
        end local 11 // int i
        31: .line 127
            aload 10 /* resolvedEntries */
            aload 10 /* resolvedEntries */
            invokeinterface java.util.List.size:()I
            anewarray org.eclipse.jdt.launching.IRuntimeClasspathEntry
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast org.eclipse.jdt.launching.IRuntimeClasspathEntry[]
            areturn
        end local 10 // java.util.List resolvedEntries
        end local 9 // java.util.Set extensionDirsSet
        end local 8 // java.lang.String[] extensionDirsArray
        end local 7 // org.eclipse.jdt.internal.launching.LibraryInfo libraryInfo
        end local 6 // java.io.File vmInstallLocation
        32: .line 131
      StackMap locals: org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver org.eclipse.jdt.launching.IVMInstall int org.eclipse.jdt.launching.LibraryLocation[] org.eclipse.jdt.launching.LibraryLocation[] int
      StackMap stack:
            new java.util.ArrayList
            dup
            aload 3 /* libs */
            arraylength
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 6 /* resolvedEntries */
        start local 6 // java.util.List resolvedEntries
        33: .line 132
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        34: goto 39
        35: .line 133
      StackMap locals: java.util.List int
      StackMap stack:
            aload 3 /* libs */
            iload 7 /* i */
            aaload
            invokevirtual org.eclipse.jdt.launching.LibraryLocation.getSystemLibraryPath:()Lorg/eclipse/core/runtime/IPath;
            astore 8 /* systemLibraryPath */
        start local 8 // org.eclipse.core.runtime.IPath systemLibraryPath
        36: .line 134
            aload 8 /* systemLibraryPath */
            invokeinterface org.eclipse.core.runtime.IPath.toFile:()Ljava/io/File;
            invokevirtual java.io.File.exists:()Z
            ifeq 38
        37: .line 135
            aload 6 /* resolvedEntries */
            aload 0 /* this */
            aload 1 /* vm */
            aload 3 /* libs */
            iload 7 /* i */
            aaload
            iload 2 /* kind */
            iload 5 /* overrideJavadoc */
            invokevirtual org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver.resolveLibraryLocation:(Lorg/eclipse/jdt/launching/IVMInstall;Lorg/eclipse/jdt/launching/LibraryLocation;IZ)Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 8 // org.eclipse.core.runtime.IPath systemLibraryPath
        38: .line 132
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        39: iload 7 /* i */
            aload 3 /* libs */
            arraylength
            if_icmplt 35
        end local 7 // int i
        40: .line 138
            aload 6 /* resolvedEntries */
            aload 6 /* resolvedEntries */
            invokeinterface java.util.List.size:()I
            anewarray org.eclipse.jdt.launching.IRuntimeClasspathEntry
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast org.eclipse.jdt.launching.IRuntimeClasspathEntry[]
            areturn
        end local 6 // java.util.List resolvedEntries
        end local 5 // boolean overrideJavadoc
        end local 4 // org.eclipse.jdt.launching.LibraryLocation[] defaultLibs
        end local 3 // org.eclipse.jdt.launching.LibraryLocation[] libs
        end local 2 // int kind
        end local 1 // org.eclipse.jdt.launching.IVMInstall vm
        end local 0 // org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   41     0                this  Lorg/eclipse/jdt/internal/launching/JRERuntimeClasspathEntryResolver;
            0   41     1                  vm  Lorg/eclipse/jdt/launching/IVMInstall;
            0   41     2                kind  I
            1   41     3                libs  [Lorg/eclipse/jdt/launching/LibraryLocation;
            2   41     4         defaultLibs  [Lorg/eclipse/jdt/launching/LibraryLocation;
            3   41     5     overrideJavadoc  Z
           11   32     6   vmInstallLocation  Ljava/io/File;
           13   32     7         libraryInfo  Lorg/eclipse/jdt/internal/launching/LibraryInfo;
           15   32     8  extensionDirsArray  [Ljava/lang/String;
           16   32     9    extensionDirsSet  Ljava/util/Set<Ljava/lang/String;>;
           17   21    10                   i  I
           22   32    10     resolvedEntries  Ljava/util/List<Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;>;
           23   31    11                   i  I
           25   29    12            location  Lorg/eclipse/jdt/launching/LibraryLocation;
           26   29    13         libraryPath  Lorg/eclipse/core/runtime/IPath;
           27   29    14                 dir  Ljava/lang/String;
           33   41     6     resolvedEntries  Ljava/util/List<Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;>;
           34   40     7                   i  I
           36   38     8   systemLibraryPath  Lorg/eclipse/core/runtime/IPath;
    MethodParameters:
      Name  Flags
      vm    
      kind  

  public static boolean isSameArchives(org.eclipse.jdt.launching.LibraryLocation[], org.eclipse.jdt.launching.LibraryLocation[]);
    descriptor: ([Lorg/eclipse/jdt/launching/LibraryLocation;[Lorg/eclipse/jdt/launching/LibraryLocation;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.jdt.launching.LibraryLocation[] libs
        start local 1 // org.eclipse.jdt.launching.LibraryLocation[] defaultLibs
         0: .line 151
            aload 0 /* libs */
            arraylength
            aload 1 /* defaultLibs */
            arraylength
            if_icmpeq 2
         1: .line 152
            iconst_0
            ireturn
         2: .line 154
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2 /* dpath */
        start local 2 // org.eclipse.core.runtime.IPath dpath
         3: aconst_null
            astore 3 /* lpath */
        start local 3 // org.eclipse.core.runtime.IPath lpath
         4: .line 155
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 14
         6: .line 156
      StackMap locals: org.eclipse.core.runtime.IPath org.eclipse.core.runtime.IPath int
      StackMap stack:
            aload 1 /* defaultLibs */
            iload 4 /* i */
            aaload
            invokevirtual org.eclipse.jdt.launching.LibraryLocation.getSystemLibraryPath:()Lorg/eclipse/core/runtime/IPath;
            astore 2 /* dpath */
         7: .line 157
            aload 0 /* libs */
            iload 4 /* i */
            aaload
            invokevirtual org.eclipse.jdt.launching.LibraryLocation.getSystemLibraryPath:()Lorg/eclipse/core/runtime/IPath;
            astore 3 /* lpath */
         8: .line 158
            invokestatic org.eclipse.core.runtime.Platform.getOS:()Ljava/lang/String;
            ldc "win32"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 11
         9: .line 160
            aload 2 /* dpath */
            invokeinterface org.eclipse.core.runtime.IPath.removeTrailingSeparator:()Lorg/eclipse/core/runtime/IPath;
            invokeinterface org.eclipse.core.runtime.IPath.toOSString:()Ljava/lang/String;
            aload 3 /* lpath */
            invokeinterface org.eclipse.core.runtime.IPath.removeTrailingSeparator:()Lorg/eclipse/core/runtime/IPath;
            invokeinterface org.eclipse.core.runtime.IPath.toOSString:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 13
        10: .line 161
            iconst_0
            ireturn
        11: .line 163
      StackMap locals:
      StackMap stack:
            aload 2 /* dpath */
            aload 3 /* lpath */
            invokeinterface org.eclipse.core.runtime.IPath.equals:(Ljava/lang/Object;)Z
            ifne 13
        12: .line 164
            iconst_0
            ireturn
        13: .line 155
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 4 /* i */
            aload 1 /* defaultLibs */
            arraylength
            if_icmplt 6
        end local 4 // int i
        15: .line 167
            iconst_1
            ireturn
        end local 3 // org.eclipse.core.runtime.IPath lpath
        end local 2 // org.eclipse.core.runtime.IPath dpath
        end local 1 // org.eclipse.jdt.launching.LibraryLocation[] defaultLibs
        end local 0 // org.eclipse.jdt.launching.LibraryLocation[] libs
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   16     0         libs  [Lorg/eclipse/jdt/launching/LibraryLocation;
            0   16     1  defaultLibs  [Lorg/eclipse/jdt/launching/LibraryLocation;
            3   16     2        dpath  Lorg/eclipse/core/runtime/IPath;
            4   16     3        lpath  Lorg/eclipse/core/runtime/IPath;
            5   15     4            i  I
    MethodParameters:
             Name  Flags
      libs         
      defaultLibs  

  public org.eclipse.jdt.launching.IVMInstall resolveVMInstall(org.eclipse.jdt.core.IClasspathEntry);
    descriptor: (Lorg/eclipse/jdt/core/IClasspathEntry;)Lorg/eclipse/jdt/launching/IVMInstall;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver this
        start local 1 // org.eclipse.jdt.core.IClasspathEntry entry
         0: .line 175
            aload 1 /* entry */
            invokeinterface org.eclipse.jdt.core.IClasspathEntry.getEntryKind:()I
            tableswitch { // 4 - 5
                    4: 1
                    5: 3
              default: 5
          }
         1: .line 177
      StackMap locals:
      StackMap stack:
            aload 1 /* entry */
            invokeinterface org.eclipse.jdt.core.IClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            iconst_0
            invokeinterface org.eclipse.core.runtime.IPath.segment:(I)Ljava/lang/String;
            ldc "JRE_LIB"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         2: .line 178
            invokestatic org.eclipse.jdt.launching.JavaRuntime.getDefaultVMInstall:()Lorg/eclipse/jdt/launching/IVMInstall;
            areturn
         3: .line 182
      StackMap locals:
      StackMap stack:
            aload 1 /* entry */
            invokeinterface org.eclipse.jdt.core.IClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            iconst_0
            invokeinterface org.eclipse.core.runtime.IPath.segment:(I)Ljava/lang/String;
            getstatic org.eclipse.jdt.launching.JavaRuntime.JRE_CONTAINER:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 183
            aload 1 /* entry */
            invokeinterface org.eclipse.jdt.core.IClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            invokestatic org.eclipse.jdt.internal.launching.JREContainerInitializer.resolveVM:(Lorg/eclipse/core/runtime/IPath;)Lorg/eclipse/jdt/launching/IVMInstall;
            areturn
         5: .line 189
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // org.eclipse.jdt.core.IClasspathEntry entry
        end local 0 // org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/eclipse/jdt/internal/launching/JRERuntimeClasspathEntryResolver;
            0    6     1  entry  Lorg/eclipse/jdt/core/IClasspathEntry;
    MethodParameters:
       Name  Flags
      entry  

  public boolean isVMInstallReference(org.eclipse.jdt.core.IClasspathEntry);
    descriptor: (Lorg/eclipse/jdt/core/IClasspathEntry;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver this
        start local 1 // org.eclipse.jdt.core.IClasspathEntry entry
         0: .line 197
            aload 1 /* entry */
            invokeinterface org.eclipse.jdt.core.IClasspathEntry.getEntryKind:()I
            tableswitch { // 4 - 5
                    4: 1
                    5: 3
              default: 5
          }
         1: .line 199
      StackMap locals:
      StackMap stack:
            aload 1 /* entry */
            invokeinterface org.eclipse.jdt.core.IClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            iconst_0
            invokeinterface org.eclipse.core.runtime.IPath.segment:(I)Ljava/lang/String;
            ldc "JRE_LIB"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         2: .line 200
            iconst_1
            ireturn
         3: .line 204
      StackMap locals:
      StackMap stack:
            aload 1 /* entry */
            invokeinterface org.eclipse.jdt.core.IClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            iconst_0
            invokeinterface org.eclipse.core.runtime.IPath.segment:(I)Ljava/lang/String;
            getstatic org.eclipse.jdt.launching.JavaRuntime.JRE_CONTAINER:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 205
            iconst_1
            ireturn
         5: .line 211
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // org.eclipse.jdt.core.IClasspathEntry entry
        end local 0 // org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/eclipse/jdt/internal/launching/JRERuntimeClasspathEntryResolver;
            0    6     1  entry  Lorg/eclipse/jdt/core/IClasspathEntry;
    MethodParameters:
       Name  Flags
      entry  

  private org.eclipse.jdt.launching.IRuntimeClasspathEntry resolveLibraryLocation(org.eclipse.jdt.launching.IVMInstall, org.eclipse.jdt.launching.LibraryLocation, int, boolean);
    descriptor: (Lorg/eclipse/jdt/launching/IVMInstall;Lorg/eclipse/jdt/launching/LibraryLocation;IZ)Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=11, args_size=5
        start local 0 // org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver this
        start local 1 // org.eclipse.jdt.launching.IVMInstall vm
        start local 2 // org.eclipse.jdt.launching.LibraryLocation location
        start local 3 // int kind
        start local 4 // boolean overrideJavaDoc
         0: .line 225
            aload 2 /* location */
            invokevirtual org.eclipse.jdt.launching.LibraryLocation.getSystemLibraryPath:()Lorg/eclipse/core/runtime/IPath;
            astore 5 /* libraryPath */
        start local 5 // org.eclipse.core.runtime.IPath libraryPath
         1: .line 226
            aload 2 /* location */
            invokevirtual org.eclipse.jdt.launching.LibraryLocation.getJavadocLocation:()Ljava/net/URL;
            astore 6 /* javadocLocation */
        start local 6 // java.net.URL javadocLocation
         2: .line 227
            iload 4 /* overrideJavaDoc */
            ifeq 4
            aload 6 /* javadocLocation */
            ifnonnull 4
         3: .line 228
            aload 1 /* vm */
            invokeinterface org.eclipse.jdt.launching.IVMInstall.getJavadocLocation:()Ljava/net/URL;
            astore 6 /* javadocLocation */
         4: .line 230
      StackMap locals: org.eclipse.core.runtime.IPath java.net.URL
      StackMap stack:
            aconst_null
            astore 7 /* attributes */
        start local 7 // org.eclipse.jdt.core.IClasspathAttribute[] attributes
         5: .line 231
            aload 6 /* javadocLocation */
            ifnonnull 8
         6: .line 232
            iconst_0
            anewarray org.eclipse.jdt.core.IClasspathAttribute
            astore 7 /* attributes */
         7: .line 233
            goto 9
         8: .line 234
      StackMap locals: org.eclipse.jdt.core.IClasspathAttribute[]
      StackMap stack:
            iconst_1
            anewarray org.eclipse.jdt.core.IClasspathAttribute
            dup
            iconst_0
            ldc "javadoc_location"
            aload 6 /* javadocLocation */
            invokevirtual java.net.URL.toExternalForm:()Ljava/lang/String;
            invokestatic org.eclipse.jdt.core.JavaCore.newClasspathAttribute:(Ljava/lang/String;Ljava/lang/String;)Lorg/eclipse/jdt/core/IClasspathAttribute;
            aastore
            astore 7 /* attributes */
         9: .line 236
      StackMap locals:
      StackMap stack:
            aload 5 /* libraryPath */
            aload 2 /* location */
            invokevirtual org.eclipse.jdt.launching.LibraryLocation.getSystemLibraryPath:()Lorg/eclipse/core/runtime/IPath;
            aload 2 /* location */
            invokevirtual org.eclipse.jdt.launching.LibraryLocation.getPackageRootPath:()Lorg/eclipse/core/runtime/IPath;
            getstatic org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver.EMPTY_RULES:[Lorg/eclipse/jdt/core/IAccessRule;
            aload 7 /* attributes */
            iconst_0
            invokestatic org.eclipse.jdt.core.JavaCore.newLibraryEntry:(Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/core/runtime/IPath;[Lorg/eclipse/jdt/core/IAccessRule;[Lorg/eclipse/jdt/core/IClasspathAttribute;Z)Lorg/eclipse/jdt/core/IClasspathEntry;
            astore 8 /* cpe */
        start local 8 // org.eclipse.jdt.core.IClasspathEntry cpe
        10: .line 237
            new org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
            dup
            aload 8 /* cpe */
            invokespecial org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.<init>:(Lorg/eclipse/jdt/core/IClasspathEntry;)V
            astore 9 /* resolved */
        start local 9 // org.eclipse.jdt.launching.IRuntimeClasspathEntry resolved
        11: .line 238
            aload 9 /* resolved */
            iload 3 /* kind */
            invokeinterface org.eclipse.jdt.launching.IRuntimeClasspathEntry.setClasspathProperty:(I)V
        12: .line 239
            aload 2 /* location */
            invokevirtual org.eclipse.jdt.launching.LibraryLocation.getSystemLibrarySourcePath:()Lorg/eclipse/core/runtime/IPath;
            astore 10 /* sourcePath */
        start local 10 // org.eclipse.core.runtime.IPath sourcePath
        13: .line 240
            aload 10 /* sourcePath */
            ifnull 16
            aload 10 /* sourcePath */
            invokeinterface org.eclipse.core.runtime.IPath.isEmpty:()Z
            ifne 16
        14: .line 241
            aload 9 /* resolved */
            aload 10 /* sourcePath */
            invokeinterface org.eclipse.jdt.launching.IRuntimeClasspathEntry.setSourceAttachmentPath:(Lorg/eclipse/core/runtime/IPath;)V
        15: .line 242
            aload 9 /* resolved */
            aload 2 /* location */
            invokevirtual org.eclipse.jdt.launching.LibraryLocation.getPackageRootPath:()Lorg/eclipse/core/runtime/IPath;
            invokeinterface org.eclipse.jdt.launching.IRuntimeClasspathEntry.setSourceAttachmentRootPath:(Lorg/eclipse/core/runtime/IPath;)V
        16: .line 244
      StackMap locals: org.eclipse.jdt.core.IClasspathEntry org.eclipse.jdt.launching.IRuntimeClasspathEntry org.eclipse.core.runtime.IPath
      StackMap stack:
            aload 9 /* resolved */
            areturn
        end local 10 // org.eclipse.core.runtime.IPath sourcePath
        end local 9 // org.eclipse.jdt.launching.IRuntimeClasspathEntry resolved
        end local 8 // org.eclipse.jdt.core.IClasspathEntry cpe
        end local 7 // org.eclipse.jdt.core.IClasspathAttribute[] attributes
        end local 6 // java.net.URL javadocLocation
        end local 5 // org.eclipse.core.runtime.IPath libraryPath
        end local 4 // boolean overrideJavaDoc
        end local 3 // int kind
        end local 2 // org.eclipse.jdt.launching.LibraryLocation location
        end local 1 // org.eclipse.jdt.launching.IVMInstall vm
        end local 0 // org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   17     0             this  Lorg/eclipse/jdt/internal/launching/JRERuntimeClasspathEntryResolver;
            0   17     1               vm  Lorg/eclipse/jdt/launching/IVMInstall;
            0   17     2         location  Lorg/eclipse/jdt/launching/LibraryLocation;
            0   17     3             kind  I
            0   17     4  overrideJavaDoc  Z
            1   17     5      libraryPath  Lorg/eclipse/core/runtime/IPath;
            2   17     6  javadocLocation  Ljava/net/URL;
            5   17     7       attributes  [Lorg/eclipse/jdt/core/IClasspathAttribute;
           10   17     8              cpe  Lorg/eclipse/jdt/core/IClasspathEntry;
           11   17     9         resolved  Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
           13   17    10       sourcePath  Lorg/eclipse/core/runtime/IPath;
    MethodParameters:
                 Name  Flags
      vm               
      location         
      kind             
      overrideJavaDoc  
}
SourceFile: "JRERuntimeClasspathEntryResolver.java"