public interface org.graalvm.compiler.debug.DebugConfig
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.graalvm.compiler.debug.DebugConfig
super_class: java.lang.Object
{
public abstract org.graalvm.compiler.options.OptionValues getOptions();
descriptor: ()Lorg/graalvm/compiler/options/OptionValues;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract int getLogLevel(org.graalvm.compiler.debug.DebugContext$Scope);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext$Scope;)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
scope
public abstract int getDumpLevel(org.graalvm.compiler.debug.DebugContext$Scope);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext$Scope;)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
scope
public abstract boolean isLogEnabledForMethod(org.graalvm.compiler.debug.DebugContext$Scope);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext$Scope;)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
scope
public abstract boolean isCountEnabled(org.graalvm.compiler.debug.DebugContext$Scope);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext$Scope;)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
scope
public abstract boolean isMemUseTrackingEnabled(org.graalvm.compiler.debug.DebugContext$Scope);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext$Scope;)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
scope
public abstract boolean isDumpEnabledForMethod(org.graalvm.compiler.debug.DebugContext$Scope);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext$Scope;)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
scope
public abstract boolean isVerifyEnabled(org.graalvm.compiler.debug.DebugContext$Scope);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext$Scope;)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
scope
public abstract boolean isVerifyEnabledForMethod(org.graalvm.compiler.debug.DebugContext$Scope);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext$Scope;)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
scope
public abstract boolean isTimeEnabled(org.graalvm.compiler.debug.DebugContext$Scope);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext$Scope;)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
scope
public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
debug
e
public abstract java.util.Collection<org.graalvm.compiler.debug.DebugDumpHandler> dumpHandlers();
descriptor: ()Ljava/util/Collection;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/util/Collection<Lorg/graalvm/compiler/debug/DebugDumpHandler;>;
public abstract java.io.PrintStream output();
descriptor: ()Ljava/io/PrintStream;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract java.util.Collection<org.graalvm.compiler.debug.DebugVerifyHandler> verifyHandlers();
descriptor: ()Ljava/util/Collection;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/util/Collection<Lorg/graalvm/compiler/debug/DebugVerifyHandler;>;
public void closeDumpHandlers(boolean);
descriptor: (Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=5, args_size=2
start local 0 start local 1 0: aload 0
invokeinterface org.graalvm.compiler.debug.DebugConfig.dumpHandlers:()Ljava/util/Collection;
invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
astore 3
goto 7
StackMap locals: org.graalvm.compiler.debug.DebugConfig int top java.util.Iterator
StackMap stack:
1: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.graalvm.compiler.debug.DebugDumpHandler
astore 2
start local 2 2: aload 2
invokeinterface org.graalvm.compiler.debug.DebugDumpHandler.close:()V
3: goto 7
StackMap locals: org.graalvm.compiler.debug.DebugConfig int org.graalvm.compiler.debug.DebugDumpHandler java.util.Iterator
StackMap stack: java.lang.Throwable
4: astore 4
start local 4 5: iload 1
ifne 7
6: aload 4
athrow
end local 4 end local 2 7: StackMap locals: org.graalvm.compiler.debug.DebugConfig int top java.util.Iterator
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
8: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/graalvm/compiler/debug/DebugConfig;
0 9 1 ignoreErrors Z
2 7 2 handler Lorg/graalvm/compiler/debug/DebugDumpHandler;
5 7 4 e Ljava/lang/Throwable;
Exception table:
from to target type
2 3 4 Class java.lang.Throwable
MethodParameters:
Name Flags
ignoreErrors
public static jdk.vm.ci.meta.JavaMethod asJavaMethod(java.lang.Object);
descriptor: (Ljava/lang/Object;)Ljdk/vm/ci/meta/JavaMethod;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
instanceof org.graalvm.compiler.debug.JavaMethodContext
ifeq 2
1: aload 0
checkcast org.graalvm.compiler.debug.JavaMethodContext
invokeinterface org.graalvm.compiler.debug.JavaMethodContext.asJavaMethod:()Ljdk/vm/ci/meta/JavaMethod;
areturn
2: StackMap locals:
StackMap stack:
aload 0
instanceof jdk.vm.ci.meta.JavaMethod
ifeq 4
3: aload 0
checkcast jdk.vm.ci.meta.JavaMethod
areturn
4: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 context Ljava/lang/Object;
MethodParameters:
Name Flags
context
}
SourceFile: "DebugConfig.java"
InnerClasses:
public abstract Scope = org.graalvm.compiler.debug.DebugContext$Scope of org.graalvm.compiler.debug.DebugContext