final class org.graalvm.compiler.debug.DebugConfigImpl implements org.graalvm.compiler.debug.DebugConfig
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.graalvm.compiler.debug.DebugConfigImpl
super_class: java.lang.Object
{
private final org.graalvm.compiler.options.OptionValues options;
descriptor: Lorg/graalvm/compiler/options/OptionValues;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.graalvm.compiler.debug.DebugFilter countFilter;
descriptor: Lorg/graalvm/compiler/debug/DebugFilter;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.graalvm.compiler.debug.DebugFilter logFilter;
descriptor: Lorg/graalvm/compiler/debug/DebugFilter;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.graalvm.compiler.debug.DebugFilter trackMemUseFilter;
descriptor: Lorg/graalvm/compiler/debug/DebugFilter;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.graalvm.compiler.debug.DebugFilter timerFilter;
descriptor: Lorg/graalvm/compiler/debug/DebugFilter;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.graalvm.compiler.debug.DebugFilter dumpFilter;
descriptor: Lorg/graalvm/compiler/debug/DebugFilter;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.graalvm.compiler.debug.DebugFilter verifyFilter;
descriptor: Lorg/graalvm/compiler/debug/DebugFilter;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.graalvm.compiler.debug.MethodFilter methodFilter;
descriptor: Lorg/graalvm/compiler/debug/MethodFilter;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.util.List<org.graalvm.compiler.debug.DebugDumpHandler> dumpHandlers;
descriptor: Ljava/util/List;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/List<Lorg/graalvm/compiler/debug/DebugDumpHandler;>;
private final java.util.List<org.graalvm.compiler.debug.DebugVerifyHandler> verifyHandlers;
descriptor: Ljava/util/List;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/List<Lorg/graalvm/compiler/debug/DebugVerifyHandler;>;
private final java.io.PrintStream output;
descriptor: Ljava/io/PrintStream;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(org.graalvm.compiler.options.OptionValues);
descriptor: (Lorg/graalvm/compiler/options/OptionValues;)V
flags: (0x0000)
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
getstatic org.graalvm.compiler.debug.TTY.out:Ljava/io/PrintStream;
invokestatic java.util.Collections.emptyList:()Ljava/util/List;
invokestatic java.util.Collections.emptyList:()Ljava/util/List;
invokespecial org.graalvm.compiler.debug.DebugConfigImpl.<init>:(Lorg/graalvm/compiler/options/OptionValues;Ljava/io/PrintStream;Ljava/util/List;Ljava/util/List;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/graalvm/compiler/debug/DebugConfigImpl;
0 2 1 options Lorg/graalvm/compiler/options/OptionValues;
MethodParameters:
Name Flags
options
void <init>(org.graalvm.compiler.options.OptionValues, java.io.PrintStream, java.util.List<org.graalvm.compiler.debug.DebugDumpHandler>, java.util.List<org.graalvm.compiler.debug.DebugVerifyHandler>);
descriptor: (Lorg/graalvm/compiler/options/OptionValues;Ljava/io/PrintStream;Ljava/util/List;Ljava/util/List;)V
flags: (0x0000)
Code:
stack=12, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
getstatic org.graalvm.compiler.debug.DebugOptions.Log:Lorg/graalvm/compiler/options/OptionKey;
aload 1
invokevirtual org.graalvm.compiler.options.OptionKey.getValue:(Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/Object;
checkcast java.lang.String
1: getstatic org.graalvm.compiler.debug.DebugOptions.Count:Lorg/graalvm/compiler/options/OptionKey;
aload 1
invokevirtual org.graalvm.compiler.options.OptionKey.getValue:(Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/Object;
checkcast java.lang.String
2: getstatic org.graalvm.compiler.debug.DebugOptions.TrackMemUse:Lorg/graalvm/compiler/options/OptionKey;
aload 1
invokevirtual org.graalvm.compiler.options.OptionKey.getValue:(Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/Object;
checkcast java.lang.String
3: getstatic org.graalvm.compiler.debug.DebugOptions.Time:Lorg/graalvm/compiler/options/OptionKey;
aload 1
invokevirtual org.graalvm.compiler.options.OptionKey.getValue:(Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/Object;
checkcast java.lang.String
4: getstatic org.graalvm.compiler.debug.DebugOptions.Dump:Lorg/graalvm/compiler/options/OptionKey;
aload 1
invokevirtual org.graalvm.compiler.options.OptionKey.getValue:(Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/Object;
checkcast java.lang.String
5: aload 1
invokestatic org.graalvm.compiler.debug.DebugConfigImpl.getVerifyOptionValue:(Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/String;
6: getstatic org.graalvm.compiler.debug.DebugOptions.MethodFilter:Lorg/graalvm/compiler/options/OptionKey;
aload 1
invokevirtual org.graalvm.compiler.options.OptionKey.getValue:(Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/Object;
checkcast java.lang.String
7: aload 2
aload 3
aload 4
invokespecial org.graalvm.compiler.debug.DebugConfigImpl.<init>:(Lorg/graalvm/compiler/options/OptionValues;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/io/PrintStream;Ljava/util/List;Ljava/util/List;)V
8: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/graalvm/compiler/debug/DebugConfigImpl;
0 9 1 options Lorg/graalvm/compiler/options/OptionValues;
0 9 2 output Ljava/io/PrintStream;
0 9 3 dumpHandlers Ljava/util/List<Lorg/graalvm/compiler/debug/DebugDumpHandler;>;
0 9 4 verifyHandlers Ljava/util/List<Lorg/graalvm/compiler/debug/DebugVerifyHandler;>;
Signature: (Lorg/graalvm/compiler/options/OptionValues;Ljava/io/PrintStream;Ljava/util/List<Lorg/graalvm/compiler/debug/DebugDumpHandler;>;Ljava/util/List<Lorg/graalvm/compiler/debug/DebugVerifyHandler;>;)V
MethodParameters:
Name Flags
options
output
dumpHandlers
verifyHandlers
void <init>(org.graalvm.compiler.options.OptionValues, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.io.PrintStream, java.util.List<org.graalvm.compiler.debug.DebugDumpHandler>, java.util.List<org.graalvm.compiler.debug.DebugVerifyHandler>);
descriptor: (Lorg/graalvm/compiler/options/OptionValues;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/io/PrintStream;Ljava/util/List;Ljava/util/List;)V
flags: (0x0000)
Code:
stack=2, locals=12, args_size=12
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 start local 11 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.graalvm.compiler.debug.DebugConfigImpl.options:Lorg/graalvm/compiler/options/OptionValues;
2: aload 0
aload 2
invokestatic org.graalvm.compiler.debug.DebugFilter.parse:(Ljava/lang/String;)Lorg/graalvm/compiler/debug/DebugFilter;
putfield org.graalvm.compiler.debug.DebugConfigImpl.logFilter:Lorg/graalvm/compiler/debug/DebugFilter;
3: aload 0
aload 3
invokestatic org.graalvm.compiler.debug.DebugFilter.parse:(Ljava/lang/String;)Lorg/graalvm/compiler/debug/DebugFilter;
putfield org.graalvm.compiler.debug.DebugConfigImpl.countFilter:Lorg/graalvm/compiler/debug/DebugFilter;
4: aload 0
aload 4
invokestatic org.graalvm.compiler.debug.DebugFilter.parse:(Ljava/lang/String;)Lorg/graalvm/compiler/debug/DebugFilter;
putfield org.graalvm.compiler.debug.DebugConfigImpl.trackMemUseFilter:Lorg/graalvm/compiler/debug/DebugFilter;
5: aload 0
aload 5
invokestatic org.graalvm.compiler.debug.DebugFilter.parse:(Ljava/lang/String;)Lorg/graalvm/compiler/debug/DebugFilter;
putfield org.graalvm.compiler.debug.DebugConfigImpl.timerFilter:Lorg/graalvm/compiler/debug/DebugFilter;
6: aload 0
aload 6
invokestatic org.graalvm.compiler.debug.DebugFilter.parse:(Ljava/lang/String;)Lorg/graalvm/compiler/debug/DebugFilter;
putfield org.graalvm.compiler.debug.DebugConfigImpl.dumpFilter:Lorg/graalvm/compiler/debug/DebugFilter;
7: aload 0
aload 7
invokestatic org.graalvm.compiler.debug.DebugFilter.parse:(Ljava/lang/String;)Lorg/graalvm/compiler/debug/DebugFilter;
putfield org.graalvm.compiler.debug.DebugConfigImpl.verifyFilter:Lorg/graalvm/compiler/debug/DebugFilter;
8: aload 8
ifnull 9
aload 8
invokevirtual java.lang.String.isEmpty:()Z
ifeq 11
9: StackMap locals: org.graalvm.compiler.debug.DebugConfigImpl org.graalvm.compiler.options.OptionValues java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.io.PrintStream java.util.List java.util.List
StackMap stack:
aload 0
aconst_null
putfield org.graalvm.compiler.debug.DebugConfigImpl.methodFilter:Lorg/graalvm/compiler/debug/MethodFilter;
10: goto 12
11: StackMap locals:
StackMap stack:
aload 0
aload 8
invokestatic org.graalvm.compiler.debug.MethodFilter.parse:(Ljava/lang/String;)Lorg/graalvm/compiler/debug/MethodFilter;
putfield org.graalvm.compiler.debug.DebugConfigImpl.methodFilter:Lorg/graalvm/compiler/debug/MethodFilter;
12: StackMap locals:
StackMap stack:
aload 0
aload 10
invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
putfield org.graalvm.compiler.debug.DebugConfigImpl.dumpHandlers:Ljava/util/List;
13: aload 0
aload 11
invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
putfield org.graalvm.compiler.debug.DebugConfigImpl.verifyHandlers:Ljava/util/List;
14: aload 0
aload 9
putfield org.graalvm.compiler.debug.DebugConfigImpl.output:Ljava/io/PrintStream;
15: return
end local 11 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 16 0 this Lorg/graalvm/compiler/debug/DebugConfigImpl;
0 16 1 options Lorg/graalvm/compiler/options/OptionValues;
0 16 2 logFilter Ljava/lang/String;
0 16 3 countFilter Ljava/lang/String;
0 16 4 trackMemUseFilter Ljava/lang/String;
0 16 5 timerFilter Ljava/lang/String;
0 16 6 dumpFilter Ljava/lang/String;
0 16 7 verifyFilter Ljava/lang/String;
0 16 8 methodFilter Ljava/lang/String;
0 16 9 output Ljava/io/PrintStream;
0 16 10 dumpHandlers Ljava/util/List<Lorg/graalvm/compiler/debug/DebugDumpHandler;>;
0 16 11 verifyHandlers Ljava/util/List<Lorg/graalvm/compiler/debug/DebugVerifyHandler;>;
Signature: (Lorg/graalvm/compiler/options/OptionValues;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/io/PrintStream;Ljava/util/List<Lorg/graalvm/compiler/debug/DebugDumpHandler;>;Ljava/util/List<Lorg/graalvm/compiler/debug/DebugVerifyHandler;>;)V
MethodParameters:
Name Flags
options
logFilter
countFilter
trackMemUseFilter
timerFilter
dumpFilter
verifyFilter
methodFilter
output
dumpHandlers
verifyHandlers
private static java.lang.String getVerifyOptionValue(org.graalvm.compiler.options.OptionValues);
descriptor: (Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/String;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic org.graalvm.compiler.debug.DebugOptions.Verify:Lorg/graalvm/compiler/options/OptionKey;
aload 0
invokevirtual org.graalvm.compiler.options.OptionKey.hasBeenSet:(Lorg/graalvm/compiler/options/OptionValues;)Z
ifne 1
invokestatic org.graalvm.compiler.debug.Assertions.assertionsEnabled:()Z
ifeq 1
ldc ""
goto 2
StackMap locals:
StackMap stack:
1: getstatic org.graalvm.compiler.debug.DebugOptions.Verify:Lorg/graalvm/compiler/options/OptionKey;
aload 0
invokevirtual org.graalvm.compiler.options.OptionKey.getValue:(Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/Object;
checkcast java.lang.String
StackMap locals:
StackMap stack: java.lang.String
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 values Lorg/graalvm/compiler/options/OptionValues;
MethodParameters:
Name Flags
values
public org.graalvm.compiler.options.OptionValues getOptions();
descriptor: ()Lorg/graalvm/compiler/options/OptionValues;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.graalvm.compiler.debug.DebugConfigImpl.options:Lorg/graalvm/compiler/options/OptionValues;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/debug/DebugConfigImpl;
public int getLogLevel(org.graalvm.compiler.debug.DebugContext$Scope);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext$Scope;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aload 0
getfield org.graalvm.compiler.debug.DebugConfigImpl.logFilter:Lorg/graalvm/compiler/debug/DebugFilter;
invokevirtual org.graalvm.compiler.debug.DebugConfigImpl.getLevel:(Lorg/graalvm/compiler/debug/DebugContext$Scope;Lorg/graalvm/compiler/debug/DebugFilter;)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/debug/DebugConfigImpl;
0 1 1 scope Lorg/graalvm/compiler/debug/DebugContext$Scope;
MethodParameters:
Name Flags
scope
public boolean isLogEnabledForMethod(org.graalvm.compiler.debug.DebugContext$Scope);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext$Scope;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aload 0
getfield org.graalvm.compiler.debug.DebugConfigImpl.logFilter:Lorg/graalvm/compiler/debug/DebugFilter;
invokevirtual org.graalvm.compiler.debug.DebugConfigImpl.isEnabledForMethod:(Lorg/graalvm/compiler/debug/DebugContext$Scope;Lorg/graalvm/compiler/debug/DebugFilter;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/debug/DebugConfigImpl;
0 1 1 scope Lorg/graalvm/compiler/debug/DebugContext$Scope;
MethodParameters:
Name Flags
scope
public boolean isCountEnabled(org.graalvm.compiler.debug.DebugContext$Scope);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext$Scope;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aload 0
getfield org.graalvm.compiler.debug.DebugConfigImpl.countFilter:Lorg/graalvm/compiler/debug/DebugFilter;
invokevirtual org.graalvm.compiler.debug.DebugConfigImpl.isEnabled:(Lorg/graalvm/compiler/debug/DebugContext$Scope;Lorg/graalvm/compiler/debug/DebugFilter;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/debug/DebugConfigImpl;
0 1 1 scope Lorg/graalvm/compiler/debug/DebugContext$Scope;
MethodParameters:
Name Flags
scope
public boolean isMemUseTrackingEnabled(org.graalvm.compiler.debug.DebugContext$Scope);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext$Scope;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aload 0
getfield org.graalvm.compiler.debug.DebugConfigImpl.trackMemUseFilter:Lorg/graalvm/compiler/debug/DebugFilter;
invokevirtual org.graalvm.compiler.debug.DebugConfigImpl.isEnabled:(Lorg/graalvm/compiler/debug/DebugContext$Scope;Lorg/graalvm/compiler/debug/DebugFilter;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/debug/DebugConfigImpl;
0 1 1 scope Lorg/graalvm/compiler/debug/DebugContext$Scope;
MethodParameters:
Name Flags
scope
public int getDumpLevel(org.graalvm.compiler.debug.DebugContext$Scope);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext$Scope;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aload 0
getfield org.graalvm.compiler.debug.DebugConfigImpl.dumpFilter:Lorg/graalvm/compiler/debug/DebugFilter;
invokevirtual org.graalvm.compiler.debug.DebugConfigImpl.getLevel:(Lorg/graalvm/compiler/debug/DebugContext$Scope;Lorg/graalvm/compiler/debug/DebugFilter;)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/debug/DebugConfigImpl;
0 1 1 scope Lorg/graalvm/compiler/debug/DebugContext$Scope;
MethodParameters:
Name Flags
scope
public boolean isDumpEnabledForMethod(org.graalvm.compiler.debug.DebugContext$Scope);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext$Scope;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aload 0
getfield org.graalvm.compiler.debug.DebugConfigImpl.dumpFilter:Lorg/graalvm/compiler/debug/DebugFilter;
invokevirtual org.graalvm.compiler.debug.DebugConfigImpl.isEnabledForMethod:(Lorg/graalvm/compiler/debug/DebugContext$Scope;Lorg/graalvm/compiler/debug/DebugFilter;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/debug/DebugConfigImpl;
0 1 1 scope Lorg/graalvm/compiler/debug/DebugContext$Scope;
MethodParameters:
Name Flags
scope
public boolean isVerifyEnabled(org.graalvm.compiler.debug.DebugContext$Scope);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext$Scope;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aload 0
getfield org.graalvm.compiler.debug.DebugConfigImpl.verifyFilter:Lorg/graalvm/compiler/debug/DebugFilter;
invokevirtual org.graalvm.compiler.debug.DebugConfigImpl.isEnabled:(Lorg/graalvm/compiler/debug/DebugContext$Scope;Lorg/graalvm/compiler/debug/DebugFilter;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/debug/DebugConfigImpl;
0 1 1 scope Lorg/graalvm/compiler/debug/DebugContext$Scope;
MethodParameters:
Name Flags
scope
public boolean isVerifyEnabledForMethod(org.graalvm.compiler.debug.DebugContext$Scope);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext$Scope;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aload 0
getfield org.graalvm.compiler.debug.DebugConfigImpl.verifyFilter:Lorg/graalvm/compiler/debug/DebugFilter;
invokevirtual org.graalvm.compiler.debug.DebugConfigImpl.isEnabledForMethod:(Lorg/graalvm/compiler/debug/DebugContext$Scope;Lorg/graalvm/compiler/debug/DebugFilter;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/debug/DebugConfigImpl;
0 1 1 scope Lorg/graalvm/compiler/debug/DebugContext$Scope;
MethodParameters:
Name Flags
scope
public boolean isTimeEnabled(org.graalvm.compiler.debug.DebugContext$Scope);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext$Scope;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aload 0
getfield org.graalvm.compiler.debug.DebugConfigImpl.timerFilter:Lorg/graalvm/compiler/debug/DebugFilter;
invokevirtual org.graalvm.compiler.debug.DebugConfigImpl.isEnabled:(Lorg/graalvm/compiler/debug/DebugContext$Scope;Lorg/graalvm/compiler/debug/DebugFilter;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/debug/DebugConfigImpl;
0 1 1 scope Lorg/graalvm/compiler/debug/DebugContext$Scope;
MethodParameters:
Name Flags
scope
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.DebugConfigImpl.output:Ljava/io/PrintStream;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/debug/DebugConfigImpl;
private boolean isEnabled(org.graalvm.compiler.debug.DebugContext$Scope, org.graalvm.compiler.debug.DebugFilter);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext$Scope;Lorg/graalvm/compiler/debug/DebugFilter;)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual org.graalvm.compiler.debug.DebugConfigImpl.getLevel:(Lorg/graalvm/compiler/debug/DebugContext$Scope;Lorg/graalvm/compiler/debug/DebugFilter;)I
ifle 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/graalvm/compiler/debug/DebugConfigImpl;
0 2 1 scope Lorg/graalvm/compiler/debug/DebugContext$Scope;
0 2 2 filter Lorg/graalvm/compiler/debug/DebugFilter;
MethodParameters:
Name Flags
scope
filter
private int getLevel(org.graalvm.compiler.debug.DebugContext$Scope, org.graalvm.compiler.debug.DebugFilter);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext$Scope;Lorg/graalvm/compiler/debug/DebugFilter;)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 2
ifnonnull 3
1: iconst_0
istore 3
start local 3 2: goto 5
end local 3 3: StackMap locals:
StackMap stack:
aload 1
invokeinterface org.graalvm.compiler.debug.DebugContext$Scope.getQualifiedName:()Ljava/lang/String;
astore 4
start local 4 4: aload 2
aload 4
invokevirtual org.graalvm.compiler.debug.DebugFilter.matchLevel:(Ljava/lang/String;)I
istore 3
end local 4 start local 3 5: StackMap locals: int
StackMap stack:
iload 3
iflt 7
aload 0
aload 1
invokevirtual org.graalvm.compiler.debug.DebugConfigImpl.checkMethodFilter:(Lorg/graalvm/compiler/debug/DebugContext$Scope;)Z
ifne 7
6: iconst_m1
istore 3
7: StackMap locals:
StackMap stack:
iload 3
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/graalvm/compiler/debug/DebugConfigImpl;
0 8 1 scope Lorg/graalvm/compiler/debug/DebugContext$Scope;
0 8 2 filter Lorg/graalvm/compiler/debug/DebugFilter;
2 3 3 level I
5 8 3 level I
4 5 4 currentScope Ljava/lang/String;
MethodParameters:
Name Flags
scope
filter
private boolean isEnabledForMethod(org.graalvm.compiler.debug.DebugContext$Scope, org.graalvm.compiler.debug.DebugFilter);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext$Scope;Lorg/graalvm/compiler/debug/DebugFilter;)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 2
ifnull 1
aload 0
aload 1
invokevirtual org.graalvm.compiler.debug.DebugConfigImpl.checkMethodFilter:(Lorg/graalvm/compiler/debug/DebugContext$Scope;)Z
ifeq 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/graalvm/compiler/debug/DebugConfigImpl;
0 2 1 scope Lorg/graalvm/compiler/debug/DebugContext$Scope;
0 2 2 filter Lorg/graalvm/compiler/debug/DebugFilter;
MethodParameters:
Name Flags
scope
filter
private boolean checkMethodFilter(org.graalvm.compiler.debug.DebugContext$Scope);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext$Scope;)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=7, args_size=2
start local 0 start local 1 0: aload 0
getfield org.graalvm.compiler.debug.DebugConfigImpl.methodFilter:Lorg/graalvm/compiler/debug/MethodFilter;
ifnonnull 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aconst_null
astore 2
start local 2 3: aload 1
invokeinterface org.graalvm.compiler.debug.DebugContext$Scope.getCurrentContext:()Ljava/lang/Iterable;
astore 3
start local 3 4: aload 3
invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
astore 5
goto 13
StackMap locals: org.graalvm.compiler.debug.DebugConfigImpl org.graalvm.compiler.debug.DebugContext$Scope jdk.vm.ci.meta.JavaMethod java.lang.Iterable top java.util.Iterator
StackMap stack:
5: aload 5
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
astore 4
start local 4 6: aload 0
getfield org.graalvm.compiler.debug.DebugConfigImpl.methodFilter:Lorg/graalvm/compiler/debug/MethodFilter;
ifnull 13
7: aload 4
invokestatic org.graalvm.compiler.debug.DebugConfig.asJavaMethod:(Ljava/lang/Object;)Ljdk/vm/ci/meta/JavaMethod;
astore 6
start local 6 8: aload 6
ifnull 13
9: getstatic org.graalvm.compiler.debug.DebugOptions.MethodFilterRootOnly:Lorg/graalvm/compiler/options/OptionKey;
aload 0
getfield org.graalvm.compiler.debug.DebugConfigImpl.options:Lorg/graalvm/compiler/options/OptionValues;
invokevirtual org.graalvm.compiler.options.OptionKey.getValue:(Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/Object;
checkcast java.lang.Boolean
invokevirtual java.lang.Boolean.booleanValue:()Z
ifne 12
10: aload 0
getfield org.graalvm.compiler.debug.DebugConfigImpl.methodFilter:Lorg/graalvm/compiler/debug/MethodFilter;
aload 6
invokevirtual org.graalvm.compiler.debug.MethodFilter.matches:(Ljdk/vm/ci/meta/JavaMethod;)Z
ifeq 13
11: iconst_1
ireturn
12: StackMap locals: org.graalvm.compiler.debug.DebugConfigImpl org.graalvm.compiler.debug.DebugContext$Scope jdk.vm.ci.meta.JavaMethod java.lang.Iterable java.lang.Object java.util.Iterator jdk.vm.ci.meta.JavaMethod
StackMap stack:
aload 6
astore 2
end local 6 end local 4 13: StackMap locals: org.graalvm.compiler.debug.DebugConfigImpl org.graalvm.compiler.debug.DebugContext$Scope jdk.vm.ci.meta.JavaMethod java.lang.Iterable top java.util.Iterator
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 5
14: aload 2
ifnull 16
aload 0
getfield org.graalvm.compiler.debug.DebugConfigImpl.methodFilter:Lorg/graalvm/compiler/debug/MethodFilter;
aload 2
invokevirtual org.graalvm.compiler.debug.MethodFilter.matches:(Ljdk/vm/ci/meta/JavaMethod;)Z
ifeq 16
15: iconst_1
ireturn
16: StackMap locals: org.graalvm.compiler.debug.DebugConfigImpl org.graalvm.compiler.debug.DebugContext$Scope jdk.vm.ci.meta.JavaMethod java.lang.Iterable
StackMap stack:
iconst_0
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lorg/graalvm/compiler/debug/DebugConfigImpl;
0 17 1 scope Lorg/graalvm/compiler/debug/DebugContext$Scope;
3 17 2 lastMethod Ljdk/vm/ci/meta/JavaMethod;
4 17 3 context Ljava/lang/Iterable<Ljava/lang/Object;>;
6 13 4 o Ljava/lang/Object;
8 13 6 method Ljdk/vm/ci/meta/JavaMethod;
MethodParameters:
Name Flags
scope
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
astore 1
start local 1 1: aload 1
ldc "Debug config:"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
2: aload 1
ldc "Log"
aload 0
getfield org.graalvm.compiler.debug.DebugConfigImpl.logFilter:Lorg/graalvm/compiler/debug/DebugFilter;
invokestatic org.graalvm.compiler.debug.DebugConfigImpl.add:(Ljava/lang/StringBuilder;Ljava/lang/String;Ljava/lang/Object;)V
3: aload 1
ldc "Count"
aload 0
getfield org.graalvm.compiler.debug.DebugConfigImpl.countFilter:Lorg/graalvm/compiler/debug/DebugFilter;
invokestatic org.graalvm.compiler.debug.DebugConfigImpl.add:(Ljava/lang/StringBuilder;Ljava/lang/String;Ljava/lang/Object;)V
4: aload 1
ldc "Time"
aload 0
getfield org.graalvm.compiler.debug.DebugConfigImpl.timerFilter:Lorg/graalvm/compiler/debug/DebugFilter;
invokestatic org.graalvm.compiler.debug.DebugConfigImpl.add:(Ljava/lang/StringBuilder;Ljava/lang/String;Ljava/lang/Object;)V
5: aload 1
ldc "Dump"
aload 0
getfield org.graalvm.compiler.debug.DebugConfigImpl.dumpFilter:Lorg/graalvm/compiler/debug/DebugFilter;
invokestatic org.graalvm.compiler.debug.DebugConfigImpl.add:(Ljava/lang/StringBuilder;Ljava/lang/String;Ljava/lang/Object;)V
6: aload 1
ldc "MethodFilter"
aload 0
getfield org.graalvm.compiler.debug.DebugConfigImpl.methodFilter:Lorg/graalvm/compiler/debug/MethodFilter;
invokestatic org.graalvm.compiler.debug.DebugConfigImpl.add:(Ljava/lang/StringBuilder;Ljava/lang/String;Ljava/lang/Object;)V
7: aload 1
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/graalvm/compiler/debug/DebugConfigImpl;
1 8 1 sb Ljava/lang/StringBuilder;
private static void add(java.lang.StringBuilder, java.lang.String, java.lang.Object);
descriptor: (Ljava/lang/StringBuilder;Ljava/lang/String;Ljava/lang/Object;)V
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 2
ifnull 8
1: aload 0
bipush 32
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
2: aload 0
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
3: aload 0
bipush 61
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
4: aload 2
instanceof java.lang.Object[]
ifeq 7
5: aload 0
aload 2
checkcast java.lang.Object[]
invokestatic java.util.Arrays.toString:([Ljava/lang/Object;)Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
6: goto 8
7: StackMap locals:
StackMap stack:
aload 0
aload 2
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
8: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 sb Ljava/lang/StringBuilder;
0 9 1 name Ljava/lang/String;
0 9 2 filter Ljava/lang/Object;
MethodParameters:
Name Flags
sb
name
filter
public java.lang.RuntimeException interceptException(org.graalvm.compiler.debug.DebugContext, java.lang.Throwable);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=11, args_size=3
start local 0 start local 1 start local 2 0: aload 2
instanceof jdk.vm.ci.code.BailoutException
ifeq 6
1: aload 2
instanceof org.graalvm.compiler.debug.CausableByCompilerAssert
ifeq 2
aload 2
checkcast org.graalvm.compiler.debug.CausableByCompilerAssert
invokeinterface org.graalvm.compiler.debug.CausableByCompilerAssert.isCausedByCompilerAssert:()Z
ifeq 2
iconst_1
goto 3
StackMap locals:
StackMap stack:
2: iconst_0
StackMap locals:
StackMap stack: int
3: istore 3
start local 3 4: getstatic org.graalvm.compiler.debug.DebugOptions.InterceptBailout:Lorg/graalvm/compiler/options/OptionKey;
aload 0
getfield org.graalvm.compiler.debug.DebugConfigImpl.options:Lorg/graalvm/compiler/options/OptionValues;
invokevirtual org.graalvm.compiler.options.OptionKey.getValue:(Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/Object;
checkcast java.lang.Boolean
invokevirtual java.lang.Boolean.booleanValue:()Z
ifne 6
iload 3
ifne 6
5: aconst_null
areturn
end local 3 6: StackMap locals:
StackMap stack:
new org.graalvm.compiler.options.OptionValues
dup
aload 0
getfield org.graalvm.compiler.debug.DebugConfigImpl.options:Lorg/graalvm/compiler/options/OptionValues;
7: getstatic org.graalvm.compiler.debug.DebugOptions.Count:Lorg/graalvm/compiler/options/OptionKey;
aconst_null
bipush 10
anewarray java.lang.Object
dup
iconst_0
8: getstatic org.graalvm.compiler.debug.DebugOptions.Time:Lorg/graalvm/compiler/options/OptionKey;
aastore
dup
iconst_1
aconst_null
aastore
dup
iconst_2
9: getstatic org.graalvm.compiler.debug.DebugOptions.TrackMemUse:Lorg/graalvm/compiler/options/OptionKey;
aastore
dup
iconst_3
aconst_null
aastore
dup
iconst_4
10: getstatic org.graalvm.compiler.debug.DebugOptions.Verify:Lorg/graalvm/compiler/options/OptionKey;
aastore
dup
iconst_5
aconst_null
aastore
dup
bipush 6
11: getstatic org.graalvm.compiler.debug.DebugOptions.Dump:Lorg/graalvm/compiler/options/OptionKey;
aastore
dup
bipush 7
ldc ":1"
aastore
dup
bipush 8
12: getstatic org.graalvm.compiler.debug.DebugOptions.Log:Lorg/graalvm/compiler/options/OptionKey;
aastore
dup
bipush 9
ldc ":1"
13: aastore
invokespecial org.graalvm.compiler.options.OptionValues.<init>:(Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/options/OptionKey;Ljava/lang/Object;[Ljava/lang/Object;)V
astore 3
start local 3 14: new org.graalvm.compiler.debug.DebugConfigImpl
dup
aload 3
aload 0
getfield org.graalvm.compiler.debug.DebugConfigImpl.output:Ljava/io/PrintStream;
aload 0
getfield org.graalvm.compiler.debug.DebugConfigImpl.dumpHandlers:Ljava/util/List;
aload 0
getfield org.graalvm.compiler.debug.DebugConfigImpl.verifyHandlers:Ljava/util/List;
invokespecial org.graalvm.compiler.debug.DebugConfigImpl.<init>:(Lorg/graalvm/compiler/options/OptionValues;Ljava/io/PrintStream;Ljava/util/List;Ljava/util/List;)V
astore 4
start local 4 15: aload 1
getfield org.graalvm.compiler.debug.DebugContext.currentScope:Lorg/graalvm/compiler/debug/ScopeImpl;
astore 5
start local 5 16: aload 5
aload 4
invokevirtual org.graalvm.compiler.debug.ScopeImpl.updateFlags:(Lorg/graalvm/compiler/debug/DebugConfigImpl;)V
17: new java.io.ByteArrayOutputStream
dup
invokespecial java.io.ByteArrayOutputStream.<init>:()V
astore 6
start local 6 18: aload 2
new java.io.PrintStream
dup
aload 6
invokespecial java.io.PrintStream.<init>:(Ljava/io/OutputStream;)V
invokevirtual java.lang.Throwable.printStackTrace:(Ljava/io/PrintStream;)V
19: aload 1
ldc "Exception raised in scope %s: %s"
aload 1
invokevirtual org.graalvm.compiler.debug.DebugContext.getCurrentScopeName:()Ljava/lang/String;
aload 6
invokevirtual org.graalvm.compiler.debug.DebugContext.log:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
20: new java.util.IdentityHashMap
dup
invokespecial java.util.IdentityHashMap.<init>:()V
astore 7
start local 7 21: aload 1
invokevirtual org.graalvm.compiler.debug.DebugContext.context:()Ljava/lang/Iterable;
invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
astore 9
goto 28
StackMap locals: org.graalvm.compiler.debug.DebugConfigImpl org.graalvm.compiler.debug.DebugContext java.lang.Throwable org.graalvm.compiler.options.OptionValues org.graalvm.compiler.debug.DebugConfigImpl org.graalvm.compiler.debug.ScopeImpl java.io.ByteArrayOutputStream java.util.Map top java.util.Iterator
StackMap stack:
22: aload 9
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
astore 8
start local 8 23: aload 7
aload 8
invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
ifne 28
24: aload 7
aload 8
aload 8
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
25: getstatic org.graalvm.compiler.debug.DebugOptions.DumpOnError:Lorg/graalvm/compiler/options/OptionKey;
aload 0
getfield org.graalvm.compiler.debug.DebugConfigImpl.options:Lorg/graalvm/compiler/options/OptionValues;
invokevirtual org.graalvm.compiler.options.OptionKey.getValue:(Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/Object;
checkcast java.lang.Boolean
invokevirtual java.lang.Boolean.booleanValue:()Z
ifne 26
getstatic org.graalvm.compiler.debug.DebugOptions.Dump:Lorg/graalvm/compiler/options/OptionKey;
aload 0
getfield org.graalvm.compiler.debug.DebugConfigImpl.options:Lorg/graalvm/compiler/options/OptionValues;
invokevirtual org.graalvm.compiler.options.OptionKey.getValue:(Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/Object;
ifnull 27
26: StackMap locals: org.graalvm.compiler.debug.DebugConfigImpl org.graalvm.compiler.debug.DebugContext java.lang.Throwable org.graalvm.compiler.options.OptionValues org.graalvm.compiler.debug.DebugConfigImpl org.graalvm.compiler.debug.ScopeImpl java.io.ByteArrayOutputStream java.util.Map java.lang.Object java.util.Iterator
StackMap stack:
aload 1
iconst_1
aload 8
ldc "Exception: %s"
aload 2
invokevirtual org.graalvm.compiler.debug.DebugContext.dump:(ILjava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V
27: StackMap locals:
StackMap stack:
aload 1
ldc "Context obj %s"
aload 8
invokevirtual org.graalvm.compiler.debug.DebugContext.log:(Ljava/lang/String;Ljava/lang/Object;)V
end local 8 28: StackMap locals: org.graalvm.compiler.debug.DebugConfigImpl org.graalvm.compiler.debug.DebugContext java.lang.Throwable org.graalvm.compiler.options.OptionValues org.graalvm.compiler.debug.DebugConfigImpl org.graalvm.compiler.debug.ScopeImpl java.io.ByteArrayOutputStream java.util.Map top java.util.Iterator
StackMap stack:
aload 9
invokeinterface java.util.Iterator.hasNext:()Z
ifne 22
end local 7 end local 6 29: goto 33
StackMap locals: org.graalvm.compiler.debug.DebugConfigImpl org.graalvm.compiler.debug.DebugContext java.lang.Throwable org.graalvm.compiler.options.OptionValues org.graalvm.compiler.debug.DebugConfigImpl org.graalvm.compiler.debug.ScopeImpl
StackMap stack: java.lang.Throwable
30: astore 10
31: aload 5
aload 0
invokevirtual org.graalvm.compiler.debug.ScopeImpl.updateFlags:(Lorg/graalvm/compiler/debug/DebugConfigImpl;)V
32: aload 10
athrow
33: StackMap locals:
StackMap stack:
aload 5
aload 0
invokevirtual org.graalvm.compiler.debug.ScopeImpl.updateFlags:(Lorg/graalvm/compiler/debug/DebugConfigImpl;)V
34: aconst_null
areturn
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 35 0 this Lorg/graalvm/compiler/debug/DebugConfigImpl;
0 35 1 debug Lorg/graalvm/compiler/debug/DebugContext;
0 35 2 e Ljava/lang/Throwable;
4 6 3 causedByCompilerAssert Z
14 35 3 interceptOptions Lorg/graalvm/compiler/options/OptionValues;
15 35 4 config Lorg/graalvm/compiler/debug/DebugConfigImpl;
16 35 5 scope Lorg/graalvm/compiler/debug/ScopeImpl;
18 29 6 baos Ljava/io/ByteArrayOutputStream;
21 29 7 firstSeen Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
23 28 8 o Ljava/lang/Object;
Exception table:
from to target type
17 30 30 any
MethodParameters:
Name Flags
debug
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.DebugConfigImpl.dumpHandlers:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/debug/DebugConfigImpl;
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.DebugConfigImpl.verifyHandlers:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/debug/DebugConfigImpl;
Signature: ()Ljava/util/Collection<Lorg/graalvm/compiler/debug/DebugVerifyHandler;>;
}
SourceFile: "DebugConfigImpl.java"
InnerClasses:
public abstract Scope = org.graalvm.compiler.debug.DebugContext$Scope of org.graalvm.compiler.debug.DebugContext