class org.eclipse.jdt.internal.launching.LaunchingPlugin$JREUpdateJob extends org.eclipse.core.runtime.jobs.Job
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jdt.internal.launching.LaunchingPlugin$JREUpdateJob
  super_class: org.eclipse.core.runtime.jobs.Job
{
  private org.eclipse.jdt.internal.launching.LaunchingPlugin$VMChanges fChanges;
    descriptor: Lorg/eclipse/jdt/internal/launching/LaunchingPlugin$VMChanges;
    flags: (0x0002) ACC_PRIVATE

  final org.eclipse.jdt.internal.launching.LaunchingPlugin this$0;
    descriptor: Lorg/eclipse/jdt/internal/launching/LaunchingPlugin;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.eclipse.jdt.internal.launching.LaunchingPlugin, org.eclipse.jdt.internal.launching.LaunchingPlugin$VMChanges);
    descriptor: (Lorg/eclipse/jdt/internal/launching/LaunchingPlugin;Lorg/eclipse/jdt/internal/launching/LaunchingPlugin$VMChanges;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.launching.LaunchingPlugin$JREUpdateJob this
        start local 2 // org.eclipse.jdt.internal.launching.LaunchingPlugin$VMChanges changes
         0: .line 390
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jdt.internal.launching.LaunchingPlugin$JREUpdateJob.this$0:Lorg/eclipse/jdt/internal/launching/LaunchingPlugin;
         1: .line 391
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.launching.LaunchingMessages.LaunchingPlugin_1:Ljava/lang/String;
            invokespecial org.eclipse.core.runtime.jobs.Job.<init>:(Ljava/lang/String;)V
         2: .line 392
            aload 0 /* this */
            aload 2 /* changes */
            putfield org.eclipse.jdt.internal.launching.LaunchingPlugin$JREUpdateJob.fChanges:Lorg/eclipse/jdt/internal/launching/LaunchingPlugin$VMChanges;
         3: .line 393
            aload 0 /* this */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.launching.LaunchingPlugin$JREUpdateJob.setSystem:(Z)V
         4: .line 394
            return
        end local 2 // org.eclipse.jdt.internal.launching.LaunchingPlugin$VMChanges changes
        end local 0 // org.eclipse.jdt.internal.launching.LaunchingPlugin$JREUpdateJob this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/eclipse/jdt/internal/launching/LaunchingPlugin$JREUpdateJob;
            0    5     2  changes  Lorg/eclipse/jdt/internal/launching/LaunchingPlugin$VMChanges;
    MethodParameters:
         Name  Flags
      this$0   final
      changes  

  protected org.eclipse.core.runtime.IStatus run(org.eclipse.core.runtime.IProgressMonitor);
    descriptor: (Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.launching.LaunchingPlugin$JREUpdateJob this
        start local 1 // org.eclipse.core.runtime.IProgressMonitor monitor
         0: .line 402
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.launching.LaunchingPlugin$JREUpdateJob.fChanges:Lorg/eclipse/jdt/internal/launching/LaunchingPlugin$VMChanges;
            aload 1 /* monitor */
            invokevirtual org.eclipse.jdt.internal.launching.LaunchingPlugin$VMChanges.doit:(Lorg/eclipse/core/runtime/IProgressMonitor;)V
         1: .line 403
            goto 4
      StackMap locals:
      StackMap stack: org.eclipse.core.runtime.CoreException
         2: astore 2 /* e */
        start local 2 // org.eclipse.core.runtime.CoreException e
         3: .line 404
            aload 2 /* e */
            invokevirtual org.eclipse.core.runtime.CoreException.getStatus:()Lorg/eclipse/core/runtime/IStatus;
            areturn
        end local 2 // org.eclipse.core.runtime.CoreException e
         4: .line 406
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.core.runtime.Status.OK_STATUS:Lorg/eclipse/core/runtime/IStatus;
            areturn
        end local 1 // org.eclipse.core.runtime.IProgressMonitor monitor
        end local 0 // org.eclipse.jdt.internal.launching.LaunchingPlugin$JREUpdateJob this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/eclipse/jdt/internal/launching/LaunchingPlugin$JREUpdateJob;
            0    5     1  monitor  Lorg/eclipse/core/runtime/IProgressMonitor;
            3    4     2        e  Lorg/eclipse/core/runtime/CoreException;
      Exception table:
        from    to  target  type
           0     1       2  Class org.eclipse.core.runtime.CoreException
    MethodParameters:
         Name  Flags
      monitor  
}
SourceFile: "LaunchingPlugin.java"
NestHost: org.eclipse.jdt.internal.launching.LaunchingPlugin
InnerClasses:
  JREUpdateJob = org.eclipse.jdt.internal.launching.LaunchingPlugin$JREUpdateJob of org.eclipse.jdt.internal.launching.LaunchingPlugin
  VMChanges = org.eclipse.jdt.internal.launching.LaunchingPlugin$VMChanges of org.eclipse.jdt.internal.launching.LaunchingPlugin