class com.sun.prism.es2.GLPixelFormat
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.prism.es2.GLPixelFormat
  super_class: java.lang.Object
{
  private final com.sun.prism.es2.GLPixelFormat$Attributes attributes;
    descriptor: Lcom/sun/prism/es2/GLPixelFormat$Attributes;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private long nativePFInfo;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private static int defaultDepthSize;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int defaultBufferSize;
    descriptor: I
    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 44
            invokedynamic run()Ljava/security/PrivilegedAction;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  com/sun/prism/es2/GLPixelFormat.lambda$0()Ljava/lang/Void; (6)
                  ()Ljava/lang/Void;
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            pop
         1: .line 49
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(long, com.sun.prism.es2.GLPixelFormat$Attributes);
    descriptor: (JLcom/sun/prism/es2/GLPixelFormat$Attributes;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.prism.es2.GLPixelFormat this
        start local 1 // long nativeScreen
        start local 3 // com.sun.prism.es2.GLPixelFormat$Attributes attributes
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 52
            aload 0 /* this */
            lload 1 /* nativeScreen */
            putfield com.sun.prism.es2.GLPixelFormat.nativeScreen:J
         2: .line 53
            aload 0 /* this */
            aload 3 /* attributes */
            putfield com.sun.prism.es2.GLPixelFormat.attributes:Lcom/sun/prism/es2/GLPixelFormat$Attributes;
         3: .line 54
            return
        end local 3 // com.sun.prism.es2.GLPixelFormat$Attributes attributes
        end local 1 // long nativeScreen
        end local 0 // com.sun.prism.es2.GLPixelFormat this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lcom/sun/prism/es2/GLPixelFormat;
            0    4     1  nativeScreen  J
            0    4     3    attributes  Lcom/sun/prism/es2/GLPixelFormat$Attributes;
    MethodParameters:
              Name  Flags
      nativeScreen  
      attributes    

  com.sun.prism.es2.GLPixelFormat$Attributes getAttributes();
    descriptor: ()Lcom/sun/prism/es2/GLPixelFormat$Attributes;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.es2.GLPixelFormat this
         0: .line 57
            aload 0 /* this */
            getfield com.sun.prism.es2.GLPixelFormat.attributes:Lcom/sun/prism/es2/GLPixelFormat$Attributes;
            areturn
        end local 0 // com.sun.prism.es2.GLPixelFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/es2/GLPixelFormat;

  long getNativeScreen();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.prism.es2.GLPixelFormat this
         0: .line 61
            aload 0 /* this */
            getfield com.sun.prism.es2.GLPixelFormat.nativeScreen:J
            lreturn
        end local 0 // com.sun.prism.es2.GLPixelFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/es2/GLPixelFormat;

  void setNativePFInfo(long);
    descriptor: (J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.prism.es2.GLPixelFormat this
        start local 1 // long nativePFInfo
         0: .line 65
            aload 0 /* this */
            lload 1 /* nativePFInfo */
            putfield com.sun.prism.es2.GLPixelFormat.nativePFInfo:J
         1: .line 66
            return
        end local 1 // long nativePFInfo
        end local 0 // com.sun.prism.es2.GLPixelFormat this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/sun/prism/es2/GLPixelFormat;
            0    2     1  nativePFInfo  J
    MethodParameters:
              Name  Flags
      nativePFInfo  

  long getNativePFInfo();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.prism.es2.GLPixelFormat this
         0: .line 69
            aload 0 /* this */
            getfield com.sun.prism.es2.GLPixelFormat.nativePFInfo:J
            lreturn
        end local 0 // com.sun.prism.es2.GLPixelFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/es2/GLPixelFormat;

  private static java.lang.Void lambda$0();
    descriptor: ()Ljava/lang/Void;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 45
            ldc "prism.glDepthSize"
            bipush 24
            invokestatic java.lang.Integer.getInteger:(Ljava/lang/String;I)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic com.sun.prism.es2.GLPixelFormat.defaultDepthSize:I
         1: .line 46
            ldc "prism.glBufferSize"
            bipush 32
            invokestatic java.lang.Integer.getInteger:(Ljava/lang/String;I)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic com.sun.prism.es2.GLPixelFormat.defaultBufferSize:I
         2: .line 47
            aconst_null
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "GLPixelFormat.java"
NestMembers:
  com.sun.prism.es2.GLPixelFormat$Attributes
InnerClasses:
  Attributes = com.sun.prism.es2.GLPixelFormat$Attributes of com.sun.prism.es2.GLPixelFormat
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles