class com.sun.javafx.tk.quantum.PerformanceTrackerHelper$1$1 extends java.lang.Thread
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.javafx.tk.quantum.PerformanceTrackerHelper$1$1
  super_class: java.lang.Thread
{
  final com.sun.javafx.tk.quantum.PerformanceTrackerHelper$1 this$1;
    descriptor: Lcom/sun/javafx/tk/quantum/PerformanceTrackerHelper$1;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final com.sun.javafx.tk.quantum.PerformanceTrackerHelper val$trackerImpl;
    descriptor: Lcom/sun/javafx/tk/quantum/PerformanceTrackerHelper;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.javafx.tk.quantum.PerformanceTrackerHelper$1, com.sun.javafx.tk.quantum.PerformanceTrackerHelper);
    descriptor: (Lcom/sun/javafx/tk/quantum/PerformanceTrackerHelper$1;Lcom/sun/javafx/tk/quantum/PerformanceTrackerHelper;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.javafx.tk.quantum.PerformanceTrackerHelper$1$1 this
         0: .line 61
            aload 0 /* this */
            aload 1
            putfield com.sun.javafx.tk.quantum.PerformanceTrackerHelper$1$1.this$1:Lcom/sun/javafx/tk/quantum/PerformanceTrackerHelper$1;
            aload 0 /* this */
            aload 2
            putfield com.sun.javafx.tk.quantum.PerformanceTrackerHelper$1$1.val$trackerImpl:Lcom/sun/javafx/tk/quantum/PerformanceTrackerHelper;
            aload 0 /* this */
            invokespecial java.lang.Thread.<init>:()V
            return
        end local 0 // com.sun.javafx.tk.quantum.PerformanceTrackerHelper$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/tk/quantum/PerformanceTrackerHelper$1$1;
    MethodParameters:
                 Name  Flags
      this$0           final
      val$trackerImpl  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.tk.quantum.PerformanceTrackerHelper$1$1 this
         0: .line 65
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.PerformanceTrackerHelper$1$1.val$trackerImpl:Lcom/sun/javafx/tk/quantum/PerformanceTrackerHelper;
            invokevirtual com.sun.javafx.tk.quantum.PerformanceTrackerHelper.outputLog:()V
         1: .line 66
            return
        end local 0 // com.sun.javafx.tk.quantum.PerformanceTrackerHelper$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/tk/quantum/PerformanceTrackerHelper$1$1;
}
SourceFile: "PerformanceTrackerHelper.java"
EnclosingMethod: com.sun.javafx.tk.quantum.PerformanceTrackerHelper$1.run:()Lcom/sun/javafx/tk/quantum/PerformanceTrackerHelper;
NestHost: com.sun.javafx.tk.quantum.PerformanceTrackerHelper
InnerClasses:
  com.sun.javafx.tk.quantum.PerformanceTrackerHelper$1
  com.sun.javafx.tk.quantum.PerformanceTrackerHelper$1$1