public class org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration implements java.lang.AutoCloseable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration
super_class: java.lang.Object
{
private org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins;
descriptor: Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
flags: (0x0002) ACC_PRIVATE
private final java.util.List<org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Binding> bindings;
descriptor: Ljava/util/List;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/List<Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Binding;>;
private final java.lang.reflect.Type declaringType;
descriptor: Ljava/lang/reflect/Type;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
static final boolean $assertionsDisabled;
descriptor: Z
flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
invokevirtual java.lang.Class.desiredAssertionStatus:()Z
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: putstatic org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.$assertionsDisabled:Z
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins, java.lang.reflect.Type);
descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Ljava/lang/reflect/Type;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.bindings:Ljava/util/List;
2: aload 0
aload 1
putfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.plugins:Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
3: aload 0
aload 2
putfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.declaringType:Ljava/lang/reflect/Type;
4: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$LateRegistration;
0 5 1 plugins Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
0 5 2 declaringType Ljava/lang/reflect/Type;
MethodParameters:
Name Flags
plugins
declaringType
public void register(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin, java.lang.String, java.lang.reflect.Type[]);
descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=7, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: getstatic org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.$assertionsDisabled:Z
ifne 1
aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.plugins:Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
ifnonnull 1
new java.lang.AssertionError
dup
ldc "Late registrations of invocation plugins for %s is already closed"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.declaringType:Ljava/lang/reflect/Type;
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
athrow
1: StackMap locals:
StackMap stack:
aload 3
arraylength
ifeq 2
aload 3
iconst_0
aaload
ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
if_acmpne 2
iconst_0
goto 3
StackMap locals:
StackMap stack:
2: iconst_1
StackMap locals:
StackMap stack: int
3: istore 4
start local 4 4: iload 4
ifne 6
5: aload 3
iconst_0
aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.declaringType:Ljava/lang/reflect/Type;
aastore
6: StackMap locals: int
StackMap stack:
getstatic org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.$assertionsDisabled:Z
ifne 7
iload 4
ifne 7
aload 3
iconst_0
aaload
aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.declaringType:Ljava/lang/reflect/Type;
if_acmpeq 7
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
7: StackMap locals:
StackMap stack:
new org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Binding
dup
aload 1
iload 4
aload 2
aload 3
invokespecial org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Binding.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;ZLjava/lang/String;[Ljava/lang/reflect/Type;)V
astore 5
start local 5 8: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.bindings:Ljava/util/List;
aload 5
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
9: getstatic org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.$assertionsDisabled:Z
ifne 10
getstatic jdk.vm.ci.services.Services.IS_IN_NATIVE_IMAGE:Z
ifne 10
aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.plugins:Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.declaringType:Ljava/lang/reflect/Type;
aload 5
invokestatic org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Checks.check:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Ljava/lang/reflect/Type;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Binding;)Z
ifne 10
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
10: StackMap locals: org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Binding
StackMap stack:
getstatic org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.$assertionsDisabled:Z
ifne 11
getstatic jdk.vm.ci.services.Services.IS_IN_NATIVE_IMAGE:Z
ifne 11
iconst_0
aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.declaringType:Ljava/lang/reflect/Type;
aload 5
invokestatic org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Checks.checkResolvable:(ZLjava/lang/reflect/Type;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Binding;)Z
ifne 11
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
11: StackMap locals:
StackMap stack:
return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$LateRegistration;
0 12 1 plugin Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;
0 12 2 name Ljava/lang/String;
0 12 3 argumentTypes [Ljava/lang/reflect/Type;
4 12 4 isStatic Z
8 12 5 binding Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Binding;
MethodParameters:
Name Flags
plugin
name
argumentTypes
public void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=1, args_size=1
start local 0 0: getstatic org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.$assertionsDisabled:Z
ifne 1
aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.plugins:Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
ifnonnull 1
new java.lang.AssertionError
dup
ldc "Late registrations of invocation plugins for %s is already closed"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.declaringType:Ljava/lang/reflect/Type;
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
athrow
1: StackMap locals:
StackMap stack:
aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.plugins:Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.declaringType:Ljava/lang/reflect/Type;
aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.bindings:Ljava/util/List;
invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins.registerLate:(Ljava/lang/reflect/Type;Ljava/util/List;)V
2: aload 0
aconst_null
putfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.plugins:Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$LateRegistration;
}
SourceFile: "InvocationPlugins.java"
NestHost: org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins
InnerClasses:
public abstract Receiver = org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin$Receiver of org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin
public Binding = org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Binding of org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins
private Checks = org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Checks of org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins
public LateRegistration = org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration of org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins