public final class sun.awt.CGraphicsEnvironment extends sun.java2d.SunGraphicsEnvironment
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.awt.CGraphicsEnvironment
  super_class: sun.java2d.SunGraphicsEnvironment
{
  private final java.util.Map<java.lang.Integer, sun.awt.CGraphicsDevice> devices;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/Integer;Lsun/awt/CGraphicsDevice;>;

  private int mainDisplayID;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final long displayReconfigContext;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.util.List<java.lang.ref.WeakReference<sun.awt.CGraphicsDevice>> oldDevices;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/ref/WeakReference<Lsun/awt/CGraphicsDevice;>;>;

  static java.lang.String[] sLogicalFonts;
    descriptor: [Ljava/lang/String;
    flags: (0x0008) ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 72
            invokestatic java.awt.Toolkit.getDefaultToolkit:()Ljava/awt/Toolkit;
            pop
         1: .line 74
            new sun.java2d.MacosxSurfaceManagerFactory
            dup
            invokespecial sun.java2d.MacosxSurfaceManagerFactory.<init>:()V
            invokestatic sun.java2d.SurfaceManagerFactory.setInstance:(Lsun/java2d/SurfaceManagerFactory;)V
         2: .line 253
            iconst_5
            anewarray java.lang.String
            dup
            iconst_0
            ldc "Serif"
            aastore
            dup
            iconst_1
            ldc "SansSerif"
            aastore
            dup
            iconst_2
            ldc "Monospaced"
            aastore
            dup
            iconst_3
            ldc "Dialog"
            aastore
            dup
            iconst_4
            ldc "DialogInput"
            aastore
            putstatic sun.awt.CGraphicsEnvironment.sLogicalFonts:[Ljava/lang/String;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static native int[] getDisplayIDs();
    descriptor: ()[I
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE

  private static native int getMainDisplayID();
    descriptor: ()I
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE

  public static void init();
    descriptor: ()V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=0, locals=0, args_size=0
         0: .line 68
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private native long registerDisplayReconfiguration();
    descriptor: ()J
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE

  private native void deregisterDisplayReconfiguration(long);
    descriptor: (J)V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
         Name  Flags
      context  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.awt.CGraphicsEnvironment this
         0: .line 107
            aload 0 /* this */
            invokespecial sun.java2d.SunGraphicsEnvironment.<init>:()V
         1: .line 92
            aload 0 /* this */
            new java.util.HashMap
            dup
            iconst_5
            invokespecial java.util.HashMap.<init>:(I)V
            putfield sun.awt.CGraphicsEnvironment.devices:Ljava/util/Map;
         2: .line 102
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield sun.awt.CGraphicsEnvironment.oldDevices:Ljava/util/List;
         3: .line 108
            invokestatic sun.awt.CGraphicsEnvironment.isHeadless:()Z
            ifeq 6
         4: .line 109
            aload 0 /* this */
            lconst_0
            putfield sun.awt.CGraphicsEnvironment.displayReconfigContext:J
         5: .line 110
            return
         6: .line 114
      StackMap locals: sun.awt.CGraphicsEnvironment
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.CGraphicsEnvironment.rebuildDevices:()V
         7: .line 117
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.CGraphicsEnvironment.registerDisplayReconfiguration:()J
            putfield sun.awt.CGraphicsEnvironment.displayReconfigContext:J
         8: .line 118
            aload 0 /* this */
            getfield sun.awt.CGraphicsEnvironment.displayReconfigContext:J
            lconst_0
            lcmp
            ifne 10
         9: .line 119
            new java.lang.RuntimeException
            dup
            ldc "Could not register CoreGraphics display reconfiguration callback"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 121
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.awt.CGraphicsEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/awt/CGraphicsEnvironment;

  private void rebuildDevices();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.CGraphicsEnvironment this
         0: .line 127
            aload 0 /* this */
            invokevirtual sun.awt.CGraphicsEnvironment.initDevices:()V
         1: .line 128
            aload 0 /* this */
            invokevirtual sun.awt.CGraphicsEnvironment.displayChanged:()V
         2: .line 129
            return
        end local 0 // sun.awt.CGraphicsEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/CGraphicsEnvironment;

  void _displayReconfiguration(int, boolean);
    descriptor: (IZ)V
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // sun.awt.CGraphicsEnvironment this
        start local 1 // int displayId
        start local 2 // boolean removed
         0: .line 143
            aload 0 /* this */
            invokevirtual sun.awt.CGraphicsEnvironment.rebuildDevices:()V
         1: .line 144
            return
        end local 2 // boolean removed
        end local 1 // int displayId
        end local 0 // sun.awt.CGraphicsEnvironment this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lsun/awt/CGraphicsEnvironment;
            0    2     1  displayId  I
            0    2     2    removed  Z
    MethodParameters:
           Name  Flags
      displayId  
      removed    

  protected void finalize();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.awt.CGraphicsEnvironment this
         0: .line 150
            aload 0 /* this */
            invokespecial java.lang.Object.finalize:()V
         1: .line 151
            goto 5
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 1
         3: .line 152
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.CGraphicsEnvironment.displayReconfigContext:J
            invokevirtual sun.awt.CGraphicsEnvironment.deregisterDisplayReconfiguration:(J)V
         4: .line 153
            aload 1
            athrow
         5: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.CGraphicsEnvironment.displayReconfigContext:J
            invokevirtual sun.awt.CGraphicsEnvironment.deregisterDisplayReconfiguration:(J)V
         6: .line 154
            return
        end local 0 // sun.awt.CGraphicsEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/awt/CGraphicsEnvironment;
      Exception table:
        from    to  target  type
           0     2       2  any
    Exceptions:
      throws java.lang.Throwable

  private synchronized void initDevices();
    descriptor: ()V
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=5, locals=7, args_size=1
        start local 0 // sun.awt.CGraphicsEnvironment this
         0: .line 160
            new java.util.HashMap
            dup
            aload 0 /* this */
            getfield sun.awt.CGraphicsEnvironment.devices:Ljava/util/Map;
            invokespecial java.util.HashMap.<init>:(Ljava/util/Map;)V
            astore 1 /* old */
        start local 1 // java.util.Map old
         1: .line 161
            aload 0 /* this */
            getfield sun.awt.CGraphicsEnvironment.devices:Ljava/util/Map;
            invokeinterface java.util.Map.clear:()V
         2: .line 162
            aload 0 /* this */
            invokestatic sun.awt.CGraphicsEnvironment.getMainDisplayID:()I
            putfield sun.awt.CGraphicsEnvironment.mainDisplayID:I
         3: .line 168
            aload 1 /* old */
            aload 0 /* this */
            getfield sun.awt.CGraphicsEnvironment.mainDisplayID:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifne 5
         4: .line 169
            aload 1 /* old */
            aload 0 /* this */
            getfield sun.awt.CGraphicsEnvironment.mainDisplayID:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            new sun.awt.CGraphicsDevice
            dup
            aload 0 /* this */
            getfield sun.awt.CGraphicsEnvironment.mainDisplayID:I
            invokespecial sun.awt.CGraphicsDevice.<init>:(I)V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 172
      StackMap locals: java.util.Map
      StackMap stack:
            invokestatic sun.awt.CGraphicsEnvironment.getDisplayIDs:()[I
            astore 2 /* displayIDs */
        start local 2 // int[] displayIDs
         6: .line 173
            aload 2 /* displayIDs */
            arraylength
            ifne 8
         7: .line 175
            iconst_1
            newarray 10
            dup
            iconst_0
            aload 0 /* this */
            getfield sun.awt.CGraphicsEnvironment.mainDisplayID:I
            iastore
            astore 2 /* displayIDs */
         8: .line 177
      StackMap locals: int[]
      StackMap stack:
            aload 2 /* displayIDs */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 14
      StackMap locals: sun.awt.CGraphicsEnvironment java.util.Map int[] top int int int[]
      StackMap stack:
         9: aload 6
            iload 4
            iaload
            istore 3 /* id */
        start local 3 // int id
        10: .line 178
            aload 0 /* this */
            getfield sun.awt.CGraphicsEnvironment.devices:Ljava/util/Map;
            iload 3 /* id */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 1 /* old */
            iload 3 /* id */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifeq 11
            aload 1 /* old */
            iload 3 /* id */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.awt.CGraphicsDevice
            goto 12
        11: .line 179
      StackMap locals: sun.awt.CGraphicsEnvironment java.util.Map int[] int int int int[]
      StackMap stack: java.util.Map java.lang.Integer
            new sun.awt.CGraphicsDevice
            dup
            iload 3 /* id */
            invokespecial sun.awt.CGraphicsDevice.<init>:(I)V
        12: .line 178
      StackMap locals: sun.awt.CGraphicsEnvironment java.util.Map int[] int int int int[]
      StackMap stack: java.util.Map java.lang.Integer sun.awt.CGraphicsDevice
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 3 // int id
        13: .line 177
            iinc 4 1
      StackMap locals: sun.awt.CGraphicsEnvironment java.util.Map int[] top int int int[]
      StackMap stack:
        14: iload 4
            iload 5
            if_icmplt 9
        15: .line 182
            aload 0 /* this */
            invokestatic sun.awt.CGraphicsEnvironment.getMainDisplayID:()I
            putfield sun.awt.CGraphicsEnvironment.mainDisplayID:I
        16: .line 186
            aload 0 /* this */
            getfield sun.awt.CGraphicsEnvironment.devices:Ljava/util/Map;
            aload 0 /* this */
            getfield sun.awt.CGraphicsEnvironment.mainDisplayID:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifne 18
        17: .line 187
            aload 0 /* this */
            aload 2 /* displayIDs */
            iconst_0
            iaload
            putfield sun.awt.CGraphicsEnvironment.mainDisplayID:I
        18: .line 190
      StackMap locals: sun.awt.CGraphicsEnvironment java.util.Map int[]
      StackMap stack:
            aload 1 /* old */
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 21
      StackMap locals: sun.awt.CGraphicsEnvironment java.util.Map int[] top java.util.Iterator
      StackMap stack:
        19: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.awt.CGraphicsDevice
            astore 3 /* gd */
        start local 3 // sun.awt.CGraphicsDevice gd
        20: .line 191
            aload 0 /* this */
            getfield sun.awt.CGraphicsEnvironment.oldDevices:Ljava/util/List;
            new java.lang.ref.WeakReference
            dup
            aload 3 /* gd */
            invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // sun.awt.CGraphicsDevice gd
        21: .line 190
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 19
        22: .line 195
            aload 0 /* this */
            getfield sun.awt.CGraphicsEnvironment.oldDevices:Ljava/util/List;
            invokeinterface java.util.List.listIterator:()Ljava/util/ListIterator;
        23: .line 194
            astore 3 /* it */
        start local 3 // java.util.ListIterator it
        24: .line 195
            goto 35
        25: .line 196
      StackMap locals: sun.awt.CGraphicsEnvironment java.util.Map int[] java.util.ListIterator
      StackMap stack:
            aload 3 /* it */
            invokeinterface java.util.ListIterator.next:()Ljava/lang/Object;
            checkcast java.lang.ref.WeakReference
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            checkcast sun.awt.CGraphicsDevice
            astore 4 /* gd */
        start local 4 // sun.awt.CGraphicsDevice gd
        26: .line 197
            aload 4 /* gd */
            ifnull 34
        27: .line 200
            aload 0 /* this */
            aload 4 /* gd */
            invokevirtual sun.awt.CGraphicsEnvironment.getSimilarDevice:(Lsun/awt/CGraphicsDevice;)Lsun/awt/CGraphicsDevice;
            astore 5 /* similarDevice */
        start local 5 // sun.awt.CGraphicsDevice similarDevice
        28: .line 201
            aload 5 /* similarDevice */
            ifnonnull 31
        29: .line 202
            aload 4 /* gd */
            aload 0 /* this */
            getfield sun.awt.CGraphicsEnvironment.devices:Ljava/util/Map;
            aload 0 /* this */
            getfield sun.awt.CGraphicsEnvironment.mainDisplayID:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.awt.CGraphicsDevice
            invokevirtual sun.awt.CGraphicsDevice.invalidate:(Lsun/awt/CGraphicsDevice;)V
        30: .line 203
            goto 32
        31: .line 204
      StackMap locals: sun.awt.CGraphicsDevice sun.awt.CGraphicsDevice
      StackMap stack:
            aload 4 /* gd */
            aload 5 /* similarDevice */
            invokevirtual sun.awt.CGraphicsDevice.invalidate:(Lsun/awt/CGraphicsDevice;)V
        32: .line 206
      StackMap locals:
      StackMap stack:
            aload 4 /* gd */
            invokevirtual sun.awt.CGraphicsDevice.displayChanged:()V
        end local 5 // sun.awt.CGraphicsDevice similarDevice
        33: .line 207
            goto 35
        34: .line 209
      StackMap locals:
      StackMap stack:
            aload 3 /* it */
            invokeinterface java.util.ListIterator.remove:()V
        end local 4 // sun.awt.CGraphicsDevice gd
        35: .line 195
      StackMap locals:
      StackMap stack:
            aload 3 /* it */
            invokeinterface java.util.ListIterator.hasNext:()Z
            ifne 25
        end local 3 // java.util.ListIterator it
        36: .line 212
            return
        end local 2 // int[] displayIDs
        end local 1 // java.util.Map old
        end local 0 // sun.awt.CGraphicsEnvironment this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   37     0           this  Lsun/awt/CGraphicsEnvironment;
            1   37     1            old  Ljava/util/Map<Ljava/lang/Integer;Lsun/awt/CGraphicsDevice;>;
            6   37     2     displayIDs  [I
           10   13     3             id  I
           20   21     3             gd  Lsun/awt/CGraphicsDevice;
           24   36     3             it  Ljava/util/ListIterator<Ljava/lang/ref/WeakReference<Lsun/awt/CGraphicsDevice;>;>;
           26   35     4             gd  Lsun/awt/CGraphicsDevice;
           28   33     5  similarDevice  Lsun/awt/CGraphicsDevice;

  private sun.awt.CGraphicsDevice getSimilarDevice(sun.awt.CGraphicsDevice);
    descriptor: (Lsun/awt/CGraphicsDevice;)Lsun/awt/CGraphicsDevice;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.awt.CGraphicsEnvironment this
        start local 1 // sun.awt.CGraphicsDevice old
         0: .line 215
            aload 0 /* this */
            getfield sun.awt.CGraphicsEnvironment.devices:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: sun.awt.CGraphicsEnvironment sun.awt.CGraphicsDevice top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.awt.CGraphicsDevice
            astore 2 /* device */
        start local 2 // sun.awt.CGraphicsDevice device
         2: .line 216
            aload 2 /* device */
            invokevirtual sun.awt.CGraphicsDevice.getBounds:()Ljava/awt/Rectangle;
            aload 1 /* old */
            invokevirtual sun.awt.CGraphicsDevice.getBounds:()Ljava/awt/Rectangle;
            invokevirtual java.awt.Rectangle.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 218
            aload 2 /* device */
            areturn
        end local 2 // sun.awt.CGraphicsDevice device
         4: .line 215
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 221
            aconst_null
            areturn
        end local 1 // sun.awt.CGraphicsDevice old
        end local 0 // sun.awt.CGraphicsEnvironment this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lsun/awt/CGraphicsEnvironment;
            0    6     1     old  Lsun/awt/CGraphicsDevice;
            2    4     2  device  Lsun/awt/CGraphicsDevice;
    MethodParameters:
      Name  Flags
      old   

  public synchronized java.awt.GraphicsDevice getDefaultScreenDevice();
    descriptor: ()Ljava/awt/GraphicsDevice;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.CGraphicsEnvironment this
         0: .line 226
            aload 0 /* this */
            getfield sun.awt.CGraphicsEnvironment.devices:Ljava/util/Map;
            aload 0 /* this */
            getfield sun.awt.CGraphicsEnvironment.mainDisplayID:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.awt.GraphicsDevice
            areturn
        end local 0 // sun.awt.CGraphicsEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/CGraphicsEnvironment;
    Exceptions:
      throws java.awt.HeadlessException

  public synchronized java.awt.GraphicsDevice[] getScreenDevices();
    descriptor: ()[Ljava/awt/GraphicsDevice;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.CGraphicsEnvironment this
         0: .line 231
            aload 0 /* this */
            getfield sun.awt.CGraphicsEnvironment.devices:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            aload 0 /* this */
            getfield sun.awt.CGraphicsEnvironment.devices:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.size:()I
            anewarray sun.awt.CGraphicsDevice
            invokeinterface java.util.Collection.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast java.awt.GraphicsDevice[]
            areturn
        end local 0 // sun.awt.CGraphicsEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/CGraphicsEnvironment;
    Exceptions:
      throws java.awt.HeadlessException

  public synchronized java.awt.GraphicsDevice getScreenDevice(int);
    descriptor: (I)Ljava/awt/GraphicsDevice;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.CGraphicsEnvironment this
        start local 1 // int displayID
         0: .line 235
            aload 0 /* this */
            getfield sun.awt.CGraphicsEnvironment.devices:Ljava/util/Map;
            iload 1 /* displayID */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.awt.GraphicsDevice
            areturn
        end local 1 // int displayID
        end local 0 // sun.awt.CGraphicsEnvironment this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lsun/awt/CGraphicsEnvironment;
            0    1     1  displayID  I
    MethodParameters:
           Name  Flags
      displayID  

  protected synchronized int getNumScreens();
    descriptor: ()I
    flags: (0x0024) ACC_PROTECTED, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.CGraphicsEnvironment this
         0: .line 240
            aload 0 /* this */
            getfield sun.awt.CGraphicsEnvironment.devices:Ljava/util/Map;
            invokeinterface java.util.Map.size:()I
            ireturn
        end local 0 // sun.awt.CGraphicsEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/CGraphicsEnvironment;

  protected java.awt.GraphicsDevice makeScreenDevice(int);
    descriptor: (I)Ljava/awt/GraphicsDevice;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.awt.CGraphicsEnvironment this
        start local 1 // int screennum
         0: .line 245
            new java.lang.UnsupportedOperationException
            dup
            ldc "This method is unused and should not be called in this implementation"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int screennum
        end local 0 // sun.awt.CGraphicsEnvironment this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lsun/awt/CGraphicsEnvironment;
            0    1     1  screennum  I
    MethodParameters:
           Name  Flags
      screennum  

  public boolean isDisplayLocal();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.CGraphicsEnvironment this
         0: .line 250
            iconst_1
            ireturn
        end local 0 // sun.awt.CGraphicsEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/CGraphicsEnvironment;

  public java.awt.Font[] getAllFonts();
    descriptor: ()[Ljava/awt/Font;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=1
        start local 0 // sun.awt.CGraphicsEnvironment this
         0: .line 259
            aload 0 /* this */
            invokespecial sun.java2d.SunGraphicsEnvironment.getAllFonts:()[Ljava/awt/Font;
            astore 2 /* superFonts */
        start local 2 // java.awt.Font[] superFonts
         1: .line 261
            getstatic sun.awt.CGraphicsEnvironment.sLogicalFonts:[Ljava/lang/String;
            arraylength
            istore 3 /* numLogical */
        start local 3 // int numLogical
         2: .line 262
            aload 2 /* superFonts */
            arraylength
            istore 4 /* numOtherFonts */
        start local 4 // int numOtherFonts
         3: .line 264
            iload 4 /* numOtherFonts */
            iload 3 /* numLogical */
            iadd
            anewarray java.awt.Font
            astore 1 /* newFonts */
        start local 1 // java.awt.Font[] newFonts
         4: .line 265
            aload 2 /* superFonts */
            iconst_0
            aload 1 /* newFonts */
            iload 3 /* numLogical */
            iload 4 /* numOtherFonts */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 267
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 9
         7: .line 269
      StackMap locals: sun.awt.CGraphicsEnvironment java.awt.Font[] java.awt.Font[] int int int
      StackMap stack:
            aload 1 /* newFonts */
            iload 5 /* i */
            new java.awt.Font
            dup
            getstatic sun.awt.CGraphicsEnvironment.sLogicalFonts:[Ljava/lang/String;
            iload 5 /* i */
            aaload
            iconst_0
            iconst_1
            invokespecial java.awt.Font.<init>:(Ljava/lang/String;II)V
            aastore
         8: .line 267
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 5 /* i */
            iload 3 /* numLogical */
            if_icmplt 7
        end local 5 // int i
        10: .line 271
            aload 1 /* newFonts */
            areturn
        end local 4 // int numOtherFonts
        end local 3 // int numLogical
        end local 2 // java.awt.Font[] superFonts
        end local 1 // java.awt.Font[] newFonts
        end local 0 // sun.awt.CGraphicsEnvironment this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lsun/awt/CGraphicsEnvironment;
            4   11     1       newFonts  [Ljava/awt/Font;
            1   11     2     superFonts  [Ljava/awt/Font;
            2   11     3     numLogical  I
            3   11     4  numOtherFonts  I
            6   10     5              i  I
}
SourceFile: "CGraphicsEnvironment.java"