public class org.graalvm.compiler.debug.DelegatingDebugConfig implements org.graalvm.compiler.debug.DebugConfig
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.graalvm.compiler.debug.DelegatingDebugConfig
super_class: java.lang.Object
{
protected final org.graalvm.compiler.debug.DebugConfig delegate;
descriptor: Lorg/graalvm/compiler/debug/DebugConfig;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
private final java.util.Map<org.graalvm.compiler.debug.DelegatingDebugConfig$Feature, java.lang.Boolean> featureState;
descriptor: Ljava/util/Map;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/Map<Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;Ljava/lang/Boolean;>;
private final java.util.Map<org.graalvm.compiler.debug.DelegatingDebugConfig$Level, java.lang.Integer> levelState;
descriptor: Ljava/util/Map;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/Map<Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Level;Ljava/lang/Integer;>;
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.graalvm.compiler.debug.internal.DebugScope.getConfig:()Lorg/graalvm/compiler/debug/DebugConfig;
invokespecial org.graalvm.compiler.debug.DelegatingDebugConfig.<init>:(Lorg/graalvm/compiler/debug/DebugConfig;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
public void <init>(org.graalvm.compiler.debug.DebugConfig);
descriptor: (Lorg/graalvm/compiler/debug/DebugConfig;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new java.util.EnumMap
dup
ldc Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;
invokespecial java.util.EnumMap.<init>:(Ljava/lang/Class;)V
putfield org.graalvm.compiler.debug.DelegatingDebugConfig.featureState:Ljava/util/Map;
2: aload 0
new java.util.EnumMap
dup
ldc Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Level;
invokespecial java.util.EnumMap.<init>:(Ljava/lang/Class;)V
putfield org.graalvm.compiler.debug.DelegatingDebugConfig.levelState:Ljava/util/Map;
3: aload 0
aload 1
putfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
0 5 1 delegate Lorg/graalvm/compiler/debug/DebugConfig;
MethodParameters:
Name Flags
delegate
public org.graalvm.compiler.debug.DelegatingDebugConfig enable(org.graalvm.compiler.debug.DelegatingDebugConfig$Feature);
descriptor: (Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;)Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.featureState:Ljava/util/Map;
aload 1
getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
0 2 1 feature Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;
MethodParameters:
Name Flags
feature
public org.graalvm.compiler.debug.DelegatingDebugConfig disable(org.graalvm.compiler.debug.DelegatingDebugConfig$Feature);
descriptor: (Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;)Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.featureState:Ljava/util/Map;
aload 1
getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
0 2 1 feature Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;
MethodParameters:
Name Flags
feature
public org.graalvm.compiler.debug.DelegatingDebugConfig override(org.graalvm.compiler.debug.DelegatingDebugConfig$Level, int);
descriptor: (Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Level;I)Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.levelState:Ljava/util/Map;
aload 1
iload 2
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
0 2 1 level Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Level;
0 2 2 newLevel I
MethodParameters:
Name Flags
level
newLevel
public org.graalvm.compiler.debug.DelegatingDebugConfig delegate(org.graalvm.compiler.debug.DelegatingDebugConfig$Feature);
descriptor: (Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;)Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.featureState:Ljava/util/Map;
aload 1
aconst_null
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
0 2 1 feature Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;
MethodParameters:
Name Flags
feature
public org.graalvm.compiler.debug.DelegatingDebugConfig delegate(org.graalvm.compiler.debug.DelegatingDebugConfig$Level);
descriptor: (Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Level;)Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.levelState:Ljava/util/Map;
aload 1
aconst_null
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
0 2 1 level Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Level;
MethodParameters:
Name Flags
level
public int getLogLevel();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.levelState:Ljava/util/Map;
getstatic org.graalvm.compiler.debug.DelegatingDebugConfig$Level.LOG:Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Level;
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Integer
astore 1
start local 1 1: aload 1
ifnonnull 3
2: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
invokeinterface org.graalvm.compiler.debug.DebugConfig.getLogLevel:()I
ireturn
3: StackMap locals: java.lang.Integer
StackMap stack:
aload 1
invokevirtual java.lang.Integer.intValue:()I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
1 4 1 ls Ljava/lang/Integer;
public boolean isLogEnabledForMethod();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.featureState:Ljava/util/Map;
getstatic org.graalvm.compiler.debug.DelegatingDebugConfig$Feature.LOG_METHOD:Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Boolean
astore 1
start local 1 1: aload 1
ifnonnull 3
2: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
invokeinterface org.graalvm.compiler.debug.DebugConfig.isLogEnabledForMethod:()Z
ireturn
3: StackMap locals: java.lang.Boolean
StackMap stack:
aload 1
invokevirtual java.lang.Boolean.booleanValue:()Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
1 4 1 fs Ljava/lang/Boolean;
public boolean isCountEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.featureState:Ljava/util/Map;
getstatic org.graalvm.compiler.debug.DelegatingDebugConfig$Feature.COUNT:Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Boolean
astore 1
start local 1 1: aload 1
ifnonnull 3
2: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
invokeinterface org.graalvm.compiler.debug.DebugConfig.isCountEnabled:()Z
ireturn
3: StackMap locals: java.lang.Boolean
StackMap stack:
aload 1
invokevirtual java.lang.Boolean.booleanValue:()Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
1 4 1 fs Ljava/lang/Boolean;
public boolean isMemUseTrackingEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.featureState:Ljava/util/Map;
getstatic org.graalvm.compiler.debug.DelegatingDebugConfig$Feature.TRACK_MEM_USE:Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Boolean
astore 1
start local 1 1: aload 1
ifnonnull 3
2: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
invokeinterface org.graalvm.compiler.debug.DebugConfig.isMemUseTrackingEnabled:()Z
ireturn
3: StackMap locals: java.lang.Boolean
StackMap stack:
aload 1
invokevirtual java.lang.Boolean.booleanValue:()Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
1 4 1 fs Ljava/lang/Boolean;
public int getDumpLevel();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.levelState:Ljava/util/Map;
getstatic org.graalvm.compiler.debug.DelegatingDebugConfig$Level.DUMP:Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Level;
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Integer
astore 1
start local 1 1: aload 1
ifnonnull 3
2: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
invokeinterface org.graalvm.compiler.debug.DebugConfig.getDumpLevel:()I
ireturn
3: StackMap locals: java.lang.Integer
StackMap stack:
aload 1
invokevirtual java.lang.Integer.intValue:()I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
1 4 1 ls Ljava/lang/Integer;
public boolean isDumpEnabledForMethod();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.featureState:Ljava/util/Map;
getstatic org.graalvm.compiler.debug.DelegatingDebugConfig$Feature.DUMP_METHOD:Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Boolean
astore 1
start local 1 1: aload 1
ifnonnull 3
2: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
invokeinterface org.graalvm.compiler.debug.DebugConfig.isDumpEnabledForMethod:()Z
ireturn
3: StackMap locals: java.lang.Boolean
StackMap stack:
aload 1
invokevirtual java.lang.Boolean.booleanValue:()Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
1 4 1 fs Ljava/lang/Boolean;
public boolean isVerifyEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.featureState:Ljava/util/Map;
getstatic org.graalvm.compiler.debug.DelegatingDebugConfig$Feature.VERIFY:Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Boolean
astore 1
start local 1 1: aload 1
ifnonnull 3
2: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
invokeinterface org.graalvm.compiler.debug.DebugConfig.isVerifyEnabled:()Z
ireturn
3: StackMap locals: java.lang.Boolean
StackMap stack:
aload 1
invokevirtual java.lang.Boolean.booleanValue:()Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
1 4 1 fs Ljava/lang/Boolean;
public boolean isVerifyEnabledForMethod();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.featureState:Ljava/util/Map;
getstatic org.graalvm.compiler.debug.DelegatingDebugConfig$Feature.VERIFY_METHOD:Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Boolean
astore 1
start local 1 1: aload 1
ifnonnull 3
2: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
invokeinterface org.graalvm.compiler.debug.DebugConfig.isVerifyEnabledForMethod:()Z
ireturn
3: StackMap locals: java.lang.Boolean
StackMap stack:
aload 1
invokevirtual java.lang.Boolean.booleanValue:()Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
1 4 1 fs Ljava/lang/Boolean;
public boolean isTimeEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.featureState:Ljava/util/Map;
getstatic org.graalvm.compiler.debug.DelegatingDebugConfig$Feature.TIME:Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Boolean
astore 1
start local 1 1: aload 1
ifnonnull 3
2: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
invokeinterface org.graalvm.compiler.debug.DebugConfig.isTimeEnabled:()Z
ireturn
3: StackMap locals: java.lang.Boolean
StackMap stack:
aload 1
invokevirtual java.lang.Boolean.booleanValue:()Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
1 4 1 fs Ljava/lang/Boolean;
public boolean isMethodMeterEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.featureState:Ljava/util/Map;
getstatic org.graalvm.compiler.debug.DelegatingDebugConfig$Feature.METHOD_METRICS:Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Boolean
astore 1
start local 1 1: aload 1
ifnonnull 3
2: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
invokeinterface org.graalvm.compiler.debug.DebugConfig.isMethodMeterEnabled:()Z
ireturn
3: StackMap locals: java.lang.Boolean
StackMap stack:
aload 1
invokevirtual java.lang.Boolean.booleanValue:()Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
1 4 1 fs Ljava/lang/Boolean;
public java.lang.RuntimeException interceptException(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.featureState:Ljava/util/Map;
getstatic org.graalvm.compiler.debug.DelegatingDebugConfig$Feature.INTERCEPT:Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Boolean
astore 2
start local 2 1: aload 2
ifnull 2
aload 2
invokevirtual java.lang.Boolean.booleanValue:()Z
ifeq 3
2: StackMap locals: java.lang.Boolean
StackMap stack:
aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
aload 1
invokeinterface org.graalvm.compiler.debug.DebugConfig.interceptException:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
areturn
3: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
0 4 1 e Ljava/lang/Throwable;
1 4 2 fs Ljava/lang/Boolean;
MethodParameters:
Name Flags
e
public java.util.Collection<org.graalvm.compiler.debug.DebugDumpHandler> dumpHandlers();
descriptor: ()Ljava/util/Collection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
invokeinterface org.graalvm.compiler.debug.DebugConfig.dumpHandlers:()Ljava/util/Collection;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
Signature: ()Ljava/util/Collection<Lorg/graalvm/compiler/debug/DebugDumpHandler;>;
public java.util.Collection<org.graalvm.compiler.debug.DebugVerifyHandler> verifyHandlers();
descriptor: ()Ljava/util/Collection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
invokeinterface org.graalvm.compiler.debug.DebugConfig.verifyHandlers:()Ljava/util/Collection;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
Signature: ()Ljava/util/Collection<Lorg/graalvm/compiler/debug/DebugVerifyHandler;>;
public java.io.PrintStream output();
descriptor: ()Ljava/io/PrintStream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
invokeinterface org.graalvm.compiler.debug.DebugConfig.output:()Ljava/io/PrintStream;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
public void addToContext(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
aload 1
invokeinterface org.graalvm.compiler.debug.DebugConfig.addToContext:(Ljava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
0 2 1 o Ljava/lang/Object;
MethodParameters:
Name Flags
o
public void removeFromContext(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
aload 1
invokeinterface org.graalvm.compiler.debug.DebugConfig.removeFromContext:(Ljava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
0 2 1 o Ljava/lang/Object;
MethodParameters:
Name Flags
o
}
SourceFile: "DelegatingDebugConfig.java"
NestMembers:
org.graalvm.compiler.debug.DelegatingDebugConfig$Feature org.graalvm.compiler.debug.DelegatingDebugConfig$Level
InnerClasses:
public final Feature = org.graalvm.compiler.debug.DelegatingDebugConfig$Feature of org.graalvm.compiler.debug.DelegatingDebugConfig
public final Level = org.graalvm.compiler.debug.DelegatingDebugConfig$Level of org.graalvm.compiler.debug.DelegatingDebugConfig