class sun.nio.ch.AsynchronousChannelGroupImpl$3 implements java.security.PrivilegedAction<java.lang.Object>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.nio.ch.AsynchronousChannelGroupImpl$3
super_class: java.lang.Object
{
final sun.nio.ch.AsynchronousChannelGroupImpl this$0;
descriptor: Lsun/nio/ch/AsynchronousChannelGroupImpl;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.nio.ch.AsynchronousChannelGroupImpl);
descriptor: (Lsun/nio/ch/AsynchronousChannelGroupImpl;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // sun.nio.ch.AsynchronousChannelGroupImpl$3 this
0: .line 250
aload 0 /* this */
aload 1
putfield sun.nio.ch.AsynchronousChannelGroupImpl$3.this$0:Lsun/nio/ch/AsynchronousChannelGroupImpl;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // sun.nio.ch.AsynchronousChannelGroupImpl$3 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/nio/ch/AsynchronousChannelGroupImpl$3;
MethodParameters:
Name Flags
this$0 final
public java.lang.Void run();
descriptor: ()Ljava/lang/Void;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // sun.nio.ch.AsynchronousChannelGroupImpl$3 this
0: .line 252
aload 0 /* this */
getfield sun.nio.ch.AsynchronousChannelGroupImpl$3.this$0:Lsun/nio/ch/AsynchronousChannelGroupImpl;
getfield sun.nio.ch.AsynchronousChannelGroupImpl.pool:Lsun/nio/ch/ThreadPool;
invokevirtual sun.nio.ch.ThreadPool.executor:()Ljava/util/concurrent/ExecutorService;
invokeinterface java.util.concurrent.ExecutorService.shutdown:()V
1: .line 253
aload 0 /* this */
getfield sun.nio.ch.AsynchronousChannelGroupImpl$3.this$0:Lsun/nio/ch/AsynchronousChannelGroupImpl;
getfield sun.nio.ch.AsynchronousChannelGroupImpl.timeoutExecutor:Ljava/util/concurrent/ScheduledThreadPoolExecutor;
invokevirtual java.util.concurrent.ScheduledThreadPoolExecutor.shutdown:()V
2: .line 254
aconst_null
areturn
end local 0 // sun.nio.ch.AsynchronousChannelGroupImpl$3 this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/nio/ch/AsynchronousChannelGroupImpl$3;
public java.lang.Object run();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: .line 1
aload 0
invokevirtual sun.nio.ch.AsynchronousChannelGroupImpl$3.run:()Ljava/lang/Void;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedAction<Ljava/lang/Object;>;
SourceFile: "AsynchronousChannelGroupImpl.java"
EnclosingMethod: sun.nio.ch.AsynchronousChannelGroupImpl.shutdownExecutors:()V
NestHost: sun.nio.ch.AsynchronousChannelGroupImpl
InnerClasses:
sun.nio.ch.AsynchronousChannelGroupImpl$3