class sun.java2d.d3d.D3DGraphicsDevice$4 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.java2d.d3d.D3DGraphicsDevice$4
  super_class: java.lang.Object
{
  final sun.java2d.d3d.D3DGraphicsDevice this$0;
    descriptor: Lsun/java2d/d3d/D3DGraphicsDevice;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final sun.java2d.d3d.D3DGraphicsDevice$2Result val$res;
    descriptor: Lsun/java2d/d3d/D3DGraphicsDevice$2Result;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$screen;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.java2d.d3d.D3DGraphicsDevice, sun.java2d.d3d.D3DGraphicsDevice$2Result, int);
    descriptor: (Lsun/java2d/d3d/D3DGraphicsDevice;Lsun/java2d/d3d/D3DGraphicsDevice$2Result;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.java2d.d3d.D3DGraphicsDevice$4 this
         0: .line 321
            aload 0 /* this */
            aload 1
            putfield sun.java2d.d3d.D3DGraphicsDevice$4.this$0:Lsun/java2d/d3d/D3DGraphicsDevice;
            aload 0 /* this */
            aload 2
            putfield sun.java2d.d3d.D3DGraphicsDevice$4.val$res:Lsun/java2d/d3d/D3DGraphicsDevice$2Result;
            aload 0 /* this */
            iload 3
            putfield sun.java2d.d3d.D3DGraphicsDevice$4.val$screen:I
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.java2d.d3d.D3DGraphicsDevice$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/d3d/D3DGraphicsDevice$4;
    MethodParameters:
            Name  Flags
      this$0      final
      val$res     final
      val$screen  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.java2d.d3d.D3DGraphicsDevice$4 this
         0: .line 323
            aload 0 /* this */
            getfield sun.java2d.d3d.D3DGraphicsDevice$4.val$res:Lsun/java2d/d3d/D3DGraphicsDevice$2Result;
            aload 0 /* this */
            getfield sun.java2d.d3d.D3DGraphicsDevice$4.val$screen:I
            invokestatic sun.java2d.d3d.D3DGraphicsDevice.getCurrentDisplayModeNative:(I)Ljava/awt/DisplayMode;
            putfield sun.java2d.d3d.D3DGraphicsDevice$2Result.dm:Ljava/awt/DisplayMode;
         1: .line 324
            return
        end local 0 // sun.java2d.d3d.D3DGraphicsDevice$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/java2d/d3d/D3DGraphicsDevice$4;
}
SourceFile: "D3DGraphicsDevice.java"
EnclosingMethod: sun.java2d.d3d.D3DGraphicsDevice.getCurrentDisplayMode:(I)Ljava/awt/DisplayMode;
NestHost: sun.java2d.d3d.D3DGraphicsDevice
InnerClasses:
  Result = sun.java2d.d3d.D3DGraphicsDevice$2Result
  sun.java2d.d3d.D3DGraphicsDevice$4