class sun.lwawt.macosx.CPrinterJob$1 implements java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.lwawt.macosx.CPrinterJob$1
super_class: java.lang.Object
{
final sun.lwawt.macosx.CPrinterJob this$0;
descriptor: Lsun/lwawt/macosx/CPrinterJob;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.lwawt.macosx.CPrinterJob);
descriptor: (Lsun/lwawt/macosx/CPrinterJob;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield sun.lwawt.macosx.CPrinterJob$1.this$0:Lsun/lwawt/macosx/CPrinterJob;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/lwawt/macosx/CPrinterJob$1;
MethodParameters:
Name Flags
this$0 final
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
dup
astore 1
monitorenter
1: aload 0
getfield sun.lwawt.macosx.CPrinterJob$1.this$0:Lsun/lwawt/macosx/CPrinterJob;
iconst_0
invokestatic sun.lwawt.macosx.CPrinterJob.access$0:(Lsun/lwawt/macosx/CPrinterJob;Z)V
2: aload 1
monitorexit
3: goto 6
StackMap locals: sun.lwawt.macosx.CPrinterJob$1 sun.lwawt.macosx.CPrinterJob$1
StackMap stack: java.lang.Throwable
4: aload 1
monitorexit
5: athrow
6: StackMap locals:
StackMap stack:
aload 0
getfield sun.lwawt.macosx.CPrinterJob$1.this$0:Lsun/lwawt/macosx/CPrinterJob;
getfield sun.lwawt.macosx.CPrinterJob.printingLoop:Ljava/awt/SecondaryLoop;
ifnull 8
7: aload 0
getfield sun.lwawt.macosx.CPrinterJob$1.this$0:Lsun/lwawt/macosx/CPrinterJob;
getfield sun.lwawt.macosx.CPrinterJob.printingLoop:Ljava/awt/SecondaryLoop;
invokeinterface java.awt.SecondaryLoop.exit:()Z
pop
8: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lsun/lwawt/macosx/CPrinterJob$1;
Exception table:
from to target type
1 3 4 any
4 5 4 any
}
SourceFile: "CPrinterJob.java"
EnclosingMethod: sun.lwawt.macosx.CPrinterJob.completePrintLoop:()V
NestHost: sun.lwawt.macosx.CPrinterJob
InnerClasses:
sun.lwawt.macosx.CPrinterJob$1