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: 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: 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 start local 1 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
lload 1
putfield com.sun.prism.es2.GLPixelFormat.nativeScreen:J
2: aload 0
aload 3
putfield com.sun.prism.es2.GLPixelFormat.attributes:Lcom/sun/prism/es2/GLPixelFormat$Attributes;
3: return
end local 3 end local 1 end local 0 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 0: aload 0
getfield com.sun.prism.es2.GLPixelFormat.attributes:Lcom/sun/prism/es2/GLPixelFormat$Attributes;
areturn
end local 0 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 0: aload 0
getfield com.sun.prism.es2.GLPixelFormat.nativeScreen:J
lreturn
end local 0 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 start local 1 0: aload 0
lload 1
putfield com.sun.prism.es2.GLPixelFormat.nativePFInfo:J
1: return
end local 1 end local 0 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 0: aload 0
getfield com.sun.prism.es2.GLPixelFormat.nativePFInfo:J
lreturn
end local 0 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: 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: 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: 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