public final class org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration
super_class: java.lang.Object
{
private final boolean eagerResolving;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final boolean unresolvedIsError;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$BytecodeExceptionMode bytecodeExceptionMode;
descriptor: Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final boolean omitAssertions;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.util.List<jdk.vm.ci.meta.ResolvedJavaType> skippedExceptionTypes;
descriptor: Ljava/util/List;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/List<Ljdk/vm/ci/meta/ResolvedJavaType;>;
private final boolean insertFullInfopoints;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final boolean trackNodeSourcePosition;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final boolean retainLocalVariables;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins plugins;
descriptor: Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final boolean replaceLocalsWithConstants;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private void <init>(boolean, boolean, org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$BytecodeExceptionMode, boolean, boolean, boolean, boolean, boolean, java.util.List<jdk.vm.ci.meta.ResolvedJavaType>, org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins);
descriptor: (ZZLorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;ZZZZZLjava/util/List;Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=11, args_size=11
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 start local 9 start local 10 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iload 1
putfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.eagerResolving:Z
2: aload 0
iload 2
putfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.unresolvedIsError:Z
3: aload 0
aload 3
putfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.bytecodeExceptionMode:Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;
4: aload 0
iload 4
putfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.omitAssertions:Z
5: aload 0
iload 5
putfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.insertFullInfopoints:Z
6: aload 0
iload 6
putfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.trackNodeSourcePosition:Z
7: aload 0
iload 7
putfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.retainLocalVariables:Z
8: aload 0
iload 8
putfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.replaceLocalsWithConstants:Z
9: aload 0
aload 9
putfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.skippedExceptionTypes:Ljava/util/List;
10: aload 0
aload 10
putfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.plugins:Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;
11: return
end local 10 end local 9 end local 8 end local 7 end local 6 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/GraphBuilderConfiguration;
0 12 1 eagerResolving Z
0 12 2 unresolvedIsError Z
0 12 3 bytecodeExceptionMode Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;
0 12 4 omitAssertions Z
0 12 5 insertFullInfopoints Z
0 12 6 trackNodeSourcePosition Z
0 12 7 retainLocalVariables Z
0 12 8 replaceLocalsWithConstants Z
0 12 9 skippedExceptionTypes Ljava/util/List<Ljdk/vm/ci/meta/ResolvedJavaType;>;
0 12 10 plugins Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;
Signature: (ZZLorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;ZZZZZLjava/util/List<Ljdk/vm/ci/meta/ResolvedJavaType;>;Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;)V
MethodParameters:
Name Flags
eagerResolving
unresolvedIsError
bytecodeExceptionMode
omitAssertions
insertFullInfopoints
trackNodeSourcePosition
retainLocalVariables
replaceLocalsWithConstants
skippedExceptionTypes
plugins
public org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration copy();
descriptor: ()Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
flags: (0x0001) ACC_PUBLIC
Code:
stack=12, locals=3, args_size=1
start local 0 0: new org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins
dup
aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.plugins:Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;
invokespecial org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;)V
astore 1
start local 1 1: new org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration
dup
2: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.eagerResolving:Z
3: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.unresolvedIsError:Z
4: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.bytecodeExceptionMode:Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;
5: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.omitAssertions:Z
6: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.insertFullInfopoints:Z
7: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.trackNodeSourcePosition:Z
8: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.retainLocalVariables:Z
9: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.replaceLocalsWithConstants:Z
10: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.skippedExceptionTypes:Ljava/util/List;
11: aload 1
12: invokespecial org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.<init>:(ZZLorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;ZZZZZLjava/util/List;Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;)V
astore 2
start local 2 13: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
1 14 1 newPlugins Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;
13 14 2 result Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
public org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration withUnresolvedIsError(boolean);
descriptor: (Z)Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
flags: (0x0001) ACC_PUBLIC
Code:
stack=12, locals=2, args_size=2
start local 0 start local 1 0: new org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration
dup
1: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.eagerResolving:Z
2: iload 1
3: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.bytecodeExceptionMode:Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;
4: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.omitAssertions:Z
5: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.insertFullInfopoints:Z
6: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.trackNodeSourcePosition:Z
7: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.retainLocalVariables:Z
8: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.replaceLocalsWithConstants:Z
9: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.skippedExceptionTypes:Ljava/util/List;
10: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.plugins:Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;
11: invokespecial org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.<init>:(ZZLorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;ZZZZZLjava/util/List;Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
0 12 1 newUnresolvedIsError Z
MethodParameters:
Name Flags
newUnresolvedIsError
public org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration withEagerResolving(boolean);
descriptor: (Z)Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
flags: (0x0001) ACC_PUBLIC
Code:
stack=12, locals=2, args_size=2
start local 0 start local 1 0: new org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration
dup
1: iload 1
2: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.unresolvedIsError:Z
3: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.bytecodeExceptionMode:Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;
4: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.omitAssertions:Z
5: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.insertFullInfopoints:Z
6: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.trackNodeSourcePosition:Z
7: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.retainLocalVariables:Z
8: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.replaceLocalsWithConstants:Z
9: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.skippedExceptionTypes:Ljava/util/List;
10: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.plugins:Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;
11: invokespecial org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.<init>:(ZZLorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;ZZZZZLjava/util/List;Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
0 12 1 newEagerResolving Z
MethodParameters:
Name Flags
newEagerResolving
public org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration withSkippedExceptionTypes(jdk.vm.ci.meta.ResolvedJavaType[]);
descriptor: ([Ljdk/vm/ci/meta/ResolvedJavaType;)Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
flags: (0x0001) ACC_PUBLIC
Code:
stack=12, locals=2, args_size=2
start local 0 start local 1 0: new org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration
dup
1: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.eagerResolving:Z
2: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.unresolvedIsError:Z
3: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.bytecodeExceptionMode:Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;
4: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.omitAssertions:Z
5: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.insertFullInfopoints:Z
6: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.trackNodeSourcePosition:Z
7: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.retainLocalVariables:Z
8: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.replaceLocalsWithConstants:Z
9: aload 1
invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
10: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.plugins:Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;
11: invokespecial org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.<init>:(ZZLorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;ZZZZZLjava/util/List;Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
0 12 1 newSkippedExceptionTypes [Ljdk/vm/ci/meta/ResolvedJavaType;
MethodParameters:
Name Flags
newSkippedExceptionTypes
public org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration withBytecodeExceptionMode(org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$BytecodeExceptionMode);
descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;)Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
flags: (0x0001) ACC_PUBLIC
Code:
stack=12, locals=2, args_size=2
start local 0 start local 1 0: new org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration
dup
aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.eagerResolving:Z
1: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.unresolvedIsError:Z
2: aload 1
3: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.omitAssertions:Z
4: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.insertFullInfopoints:Z
5: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.trackNodeSourcePosition:Z
6: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.retainLocalVariables:Z
7: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.replaceLocalsWithConstants:Z
8: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.skippedExceptionTypes:Ljava/util/List;
9: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.plugins:Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;
10: invokespecial org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.<init>:(ZZLorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;ZZZZZLjava/util/List;Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
0 11 1 newBytecodeExceptionMode Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;
MethodParameters:
Name Flags
newBytecodeExceptionMode
public org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration withOmitAssertions(boolean);
descriptor: (Z)Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
flags: (0x0001) ACC_PUBLIC
Code:
stack=12, locals=2, args_size=2
start local 0 start local 1 0: new org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration
dup
1: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.eagerResolving:Z
2: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.unresolvedIsError:Z
3: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.bytecodeExceptionMode:Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;
4: iload 1
5: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.insertFullInfopoints:Z
6: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.trackNodeSourcePosition:Z
7: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.retainLocalVariables:Z
8: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.replaceLocalsWithConstants:Z
9: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.skippedExceptionTypes:Ljava/util/List;
10: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.plugins:Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;
11: invokespecial org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.<init>:(ZZLorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;ZZZZZLjava/util/List;Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
0 12 1 newOmitAssertions Z
MethodParameters:
Name Flags
newOmitAssertions
public org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration withFullInfopoints(boolean);
descriptor: (Z)Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
flags: (0x0001) ACC_PUBLIC
Code:
stack=12, locals=2, args_size=2
start local 0 start local 1 0: new org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration
dup
1: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.eagerResolving:Z
2: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.unresolvedIsError:Z
3: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.bytecodeExceptionMode:Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;
4: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.omitAssertions:Z
5: iload 1
6: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.trackNodeSourcePosition:Z
7: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.retainLocalVariables:Z
8: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.replaceLocalsWithConstants:Z
9: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.skippedExceptionTypes:Ljava/util/List;
10: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.plugins:Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;
11: invokespecial org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.<init>:(ZZLorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;ZZZZZLjava/util/List;Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
0 12 1 newInsertFullInfopoints Z
MethodParameters:
Name Flags
newInsertFullInfopoints
public org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration withNodeSourcePosition(boolean);
descriptor: (Z)Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
flags: (0x0001) ACC_PUBLIC
Code:
stack=12, locals=2, args_size=2
start local 0 start local 1 0: new org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration
dup
1: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.eagerResolving:Z
2: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.unresolvedIsError:Z
3: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.bytecodeExceptionMode:Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;
4: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.omitAssertions:Z
5: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.insertFullInfopoints:Z
6: iload 1
7: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.retainLocalVariables:Z
8: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.replaceLocalsWithConstants:Z
9: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.skippedExceptionTypes:Ljava/util/List;
10: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.plugins:Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;
11: invokespecial org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.<init>:(ZZLorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;ZZZZZLjava/util/List;Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
0 12 1 newTrackNodeSourcePosition Z
MethodParameters:
Name Flags
newTrackNodeSourcePosition
public org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration withRetainLocalVariables(boolean);
descriptor: (Z)Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
flags: (0x0001) ACC_PUBLIC
Code:
stack=12, locals=2, args_size=2
start local 0 start local 1 0: new org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration
dup
1: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.eagerResolving:Z
2: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.unresolvedIsError:Z
3: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.bytecodeExceptionMode:Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;
4: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.omitAssertions:Z
5: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.insertFullInfopoints:Z
6: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.trackNodeSourcePosition:Z
7: iload 1
8: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.replaceLocalsWithConstants:Z
9: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.skippedExceptionTypes:Ljava/util/List;
10: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.plugins:Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;
11: invokespecial org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.<init>:(ZZLorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;ZZZZZLjava/util/List;Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
0 12 1 newRetainLocalVariables Z
MethodParameters:
Name Flags
newRetainLocalVariables
public org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration withReplaceLocalsWithConstants(boolean);
descriptor: (Z)Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
flags: (0x0001) ACC_PUBLIC
Code:
stack=12, locals=2, args_size=2
start local 0 start local 1 0: new org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration
dup
1: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.eagerResolving:Z
2: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.unresolvedIsError:Z
3: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.bytecodeExceptionMode:Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;
4: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.omitAssertions:Z
5: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.insertFullInfopoints:Z
6: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.trackNodeSourcePosition:Z
7: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.retainLocalVariables:Z
8: iload 1
9: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.skippedExceptionTypes:Ljava/util/List;
10: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.plugins:Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;
11: invokespecial org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.<init>:(ZZLorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;ZZZZZLjava/util/List;Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
0 12 1 newReplaceLocalsWithConstants Z
MethodParameters:
Name Flags
newReplaceLocalsWithConstants
public java.util.List<jdk.vm.ci.meta.ResolvedJavaType> getSkippedExceptionTypes();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.skippedExceptionTypes:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
Signature: ()Ljava/util/List<Ljdk/vm/ci/meta/ResolvedJavaType;>;
public boolean eagerResolving();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.eagerResolving:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
public org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$BytecodeExceptionMode getBytecodeExceptionMode();
descriptor: ()Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.bytecodeExceptionMode:Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
public boolean omitAssertions();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.omitAssertions:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
public boolean trackNodeSourcePosition();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.trackNodeSourcePosition:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
public boolean retainLocalVariables();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.retainLocalVariables:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
public boolean insertFullInfopoints();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.insertFullInfopoints:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
public boolean replaceLocalsWithConstants();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.replaceLocalsWithConstants:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
public static org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration getDefault(org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins);
descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;)Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=12, locals=1, args_size=1
start local 0 0: new org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration
dup
1: iconst_0
2: iconst_0
3: getstatic org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$BytecodeExceptionMode.Profile:Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;
4: iconst_0
5: iconst_0
6: iconst_0
7: iconst_0
8: iconst_0
9: invokestatic java.util.Collections.emptyList:()Ljava/util/List;
10: aload 0
11: invokespecial org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.<init>:(ZZLorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;ZZZZZLjava/util/List;Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 plugins Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;
MethodParameters:
Name Flags
plugins
public static org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration getSnippetDefault(org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins);
descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;)Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=12, locals=1, args_size=1
start local 0 0: new org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration
dup
1: iconst_1
2: iconst_1
3: getstatic org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$BytecodeExceptionMode.OmitAll:Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;
4: iconst_0
5: iconst_0
6: iconst_0
7: iconst_0
8: iconst_0
9: invokestatic java.util.Collections.emptyList:()Ljava/util/List;
10: aload 0
11: invokespecial org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.<init>:(ZZLorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$BytecodeExceptionMode;ZZZZZLjava/util/List;Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 plugins Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;
MethodParameters:
Name Flags
plugins
public boolean unresolvedIsError();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.unresolvedIsError:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
public org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins getPlugins();
descriptor: ()Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.plugins:Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
}
SourceFile: "GraphBuilderConfiguration.java"
NestMembers:
org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$BytecodeExceptionMode org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins
InnerClasses:
public final BytecodeExceptionMode = org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$BytecodeExceptionMode of org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration
public Plugins = org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins of org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration