class javafx.animation.AnimationTimer$AnimationTimerReceiver implements com.sun.scenario.animation.shared.TimerReceiver
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.animation.AnimationTimer$AnimationTimerReceiver
super_class: java.lang.Object
{
final javafx.animation.AnimationTimer this$0;
descriptor: Ljavafx/animation/AnimationTimer;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(javafx.animation.AnimationTimer);
descriptor: (Ljavafx/animation/AnimationTimer;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 // javafx.animation.AnimationTimer$AnimationTimerReceiver this
0: .line 50
aload 0 /* this */
aload 1
putfield javafx.animation.AnimationTimer$AnimationTimerReceiver.this$0:Ljavafx/animation/AnimationTimer;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // javafx.animation.AnimationTimer$AnimationTimerReceiver this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/animation/AnimationTimer$AnimationTimerReceiver;
MethodParameters:
Name Flags
this$0 final
public void handle(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 // javafx.animation.AnimationTimer$AnimationTimerReceiver this
start local 1 // long now
0: .line 52
aload 0 /* this */
getfield javafx.animation.AnimationTimer$AnimationTimerReceiver.this$0:Ljavafx/animation/AnimationTimer;
getfield javafx.animation.AnimationTimer.accessCtrlCtx:Ljava/security/AccessControlContext;
ifnonnull 2
1: .line 53
new java.lang.IllegalStateException
dup
ldc "Error: AccessControlContext not captured"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: .line 56
StackMap locals:
StackMap stack:
aload 0 /* this */
lload 1 /* now */
invokedynamic run(Ljavafx/animation/AnimationTimer$AnimationTimerReceiver;J)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;
javafx/animation/AnimationTimer$AnimationTimerReceiver.lambda$0(J)Ljava/lang/Void; (7)
()Ljava/lang/Void;
3: .line 59
aload 0 /* this */
getfield javafx.animation.AnimationTimer$AnimationTimerReceiver.this$0:Ljavafx/animation/AnimationTimer;
getfield javafx.animation.AnimationTimer.accessCtrlCtx:Ljava/security/AccessControlContext;
4: .line 56
invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;
pop
5: .line 60
return
end local 1 // long now
end local 0 // javafx.animation.AnimationTimer$AnimationTimerReceiver this
LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Ljavafx/animation/AnimationTimer$AnimationTimerReceiver;
0 6 1 now J
MethodParameters:
Name Flags
now final
private java.lang.Void lambda$0(long);
descriptor: (J)Ljava/lang/Void;
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=2
start local 0 // javafx.animation.AnimationTimer$AnimationTimerReceiver this
0: .line 57
aload 0 /* this */
getfield javafx.animation.AnimationTimer$AnimationTimerReceiver.this$0:Ljavafx/animation/AnimationTimer;
lload 1
invokevirtual javafx.animation.AnimationTimer.handle:(J)V
1: .line 58
aconst_null
areturn
end local 0 // javafx.animation.AnimationTimer$AnimationTimerReceiver this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavafx/animation/AnimationTimer$AnimationTimerReceiver;
}
SourceFile: "AnimationTimer.java"
NestHost: javafx.animation.AnimationTimer
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
private AnimationTimerReceiver = javafx.animation.AnimationTimer$AnimationTimerReceiver of javafx.animation.AnimationTimer