public class org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets implements org.graalvm.compiler.replacements.Snippets
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets
super_class: java.lang.Object
{
public static final jdk.internal.vm.compiler.word.LocationIdentity METHOD_COUNTERS;
descriptor: Ljdk/internal/vm/compiler/word/LocationIdentity;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc "MethodCounters"
invokestatic org.graalvm.compiler.nodes.NamedLocationIdentity.mutable:(Ljava/lang/String;)Lorg/graalvm/compiler/nodes/NamedLocationIdentity;
putstatic org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets.METHOD_COUNTERS:Ljdk/internal/vm/compiler/word/LocationIdentity;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/hotspot/replacements/profiling/ProfileSnippets;
public static native void methodInvocationEvent(org.graalvm.compiler.core.common.spi.ForeignCallDescriptor, org.graalvm.compiler.hotspot.word.MethodCountersPointer);
descriptor: (Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Lorg/graalvm/compiler/hotspot/word/MethodCountersPointer;)V
flags: (0x0109) ACC_PUBLIC, ACC_STATIC, ACC_NATIVE
RuntimeVisibleAnnotations:
org.graalvm.compiler.graph.Node$NodeIntrinsic(value = Lorg/graalvm/compiler/nodes/extended/ForeignCallNode;)
RuntimeVisibleParameterAnnotations:
0:
org.graalvm.compiler.graph.Node$ConstantNodeParameter()
1:
MethodParameters:
Name Flags
descriptor
counters
protected static int notificationMask(int, int);
descriptor: (II)I
flags: (0x000c) ACC_PROTECTED, ACC_STATIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: iconst_1
iload 1
ishl
iconst_1
isub
istore 2
start local 2 1: iconst_1
iload 0
ishl
iconst_1
isub
istore 3
start local 3 2: iload 3
iload 2
iconst_m1
ixor
iand
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 freqLog I
0 3 1 stepLog I
1 3 2 stepMask I
2 3 3 frequencyMask I
RuntimeVisibleAnnotations:
org.graalvm.compiler.api.replacements.Snippet()
MethodParameters:
Name Flags
freqLog
stepLog
public static void profileMethodEntry(org.graalvm.compiler.hotspot.word.MethodCountersPointer, int, int, int);
descriptor: (Lorg/graalvm/compiler/hotspot/word/MethodCountersPointer;III)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.invocationCounterOffset:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
getstatic org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets.METHOD_COUNTERS:Ljdk/internal/vm/compiler/word/LocationIdentity;
invokevirtual org.graalvm.compiler.hotspot.word.MethodCountersPointer.readInt:(ILjdk/internal/vm/compiler/word/LocationIdentity;)I
getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.invocationCounterIncrement:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
iload 1
imul
iadd
istore 4
start local 4 1: aload 0
getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.invocationCounterOffset:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
iload 4
getstatic org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets.METHOD_COUNTERS:Ljdk/internal/vm/compiler/word/LocationIdentity;
invokevirtual org.graalvm.compiler.hotspot.word.MethodCountersPointer.writeIntSideEffectFree:(IILjdk/internal/vm/compiler/word/LocationIdentity;)V
2: iload 3
iflt 8
3: iload 3
iload 2
invokestatic org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets.notificationMask:(II)I
istore 5
start local 5 4: ldc 0.010000000000000009
iload 4
iload 5
getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.invocationCounterShift:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
ishl
iand
ifne 5
iconst_1
goto 6
StackMap locals: org.graalvm.compiler.hotspot.word.MethodCountersPointer int int int int int
StackMap stack: double
5: iconst_0
StackMap locals: org.graalvm.compiler.hotspot.word.MethodCountersPointer int int int int int
StackMap stack: double int
6: invokestatic org.graalvm.compiler.nodes.extended.BranchProbabilityNode.probability:(DZ)Z
ifeq 8
7: getstatic org.graalvm.compiler.hotspot.HotSpotBackend.INVOCATION_EVENT:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
aload 0
invokestatic org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets.methodInvocationEvent:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Lorg/graalvm/compiler/hotspot/word/MethodCountersPointer;)V
end local 5 8: StackMap locals:
StackMap stack:
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 counters Lorg/graalvm/compiler/hotspot/word/MethodCountersPointer;
0 9 1 step I
0 9 2 stepLog I
0 9 3 freqLog I
1 9 4 counterValue I
4 8 5 mask I
RuntimeVisibleAnnotations:
org.graalvm.compiler.api.replacements.Snippet()
RuntimeVisibleParameterAnnotations:
0:
1:
2:
3:
org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
MethodParameters:
Name Flags
counters
step
stepLog
freqLog
public static native void methodBackedgeEvent(org.graalvm.compiler.core.common.spi.ForeignCallDescriptor, org.graalvm.compiler.hotspot.word.MethodCountersPointer, int, int);
descriptor: (Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Lorg/graalvm/compiler/hotspot/word/MethodCountersPointer;II)V
flags: (0x0109) ACC_PUBLIC, ACC_STATIC, ACC_NATIVE
RuntimeVisibleAnnotations:
org.graalvm.compiler.graph.Node$NodeIntrinsic(value = Lorg/graalvm/compiler/nodes/extended/ForeignCallNode;)
RuntimeVisibleParameterAnnotations:
0:
org.graalvm.compiler.graph.Node$ConstantNodeParameter()
1:
2:
3:
MethodParameters:
Name Flags
descriptor
counters
bci
targetBci
public static void profileBackedge(org.graalvm.compiler.hotspot.word.MethodCountersPointer, int, int, int, int, int);
descriptor: (Lorg/graalvm/compiler/hotspot/word/MethodCountersPointer;IIIII)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=8, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.backedgeCounterOffset:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
getstatic org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets.METHOD_COUNTERS:Ljdk/internal/vm/compiler/word/LocationIdentity;
invokevirtual org.graalvm.compiler.hotspot.word.MethodCountersPointer.readInt:(ILjdk/internal/vm/compiler/word/LocationIdentity;)I
getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.invocationCounterIncrement:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
iload 1
imul
iadd
istore 6
start local 6 1: aload 0
getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.backedgeCounterOffset:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
iload 6
getstatic org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets.METHOD_COUNTERS:Ljdk/internal/vm/compiler/word/LocationIdentity;
invokevirtual org.graalvm.compiler.hotspot.word.MethodCountersPointer.writeIntSideEffectFree:(IILjdk/internal/vm/compiler/word/LocationIdentity;)V
2: iload 3
iload 2
invokestatic org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets.notificationMask:(II)I
istore 7
start local 7 3: ldc 0.010000000000000009
iload 6
iload 7
getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.invocationCounterShift:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
ishl
iand
ifne 4
iconst_1
goto 5
StackMap locals: org.graalvm.compiler.hotspot.word.MethodCountersPointer int int int int int int int
StackMap stack: double
4: iconst_0
StackMap locals: org.graalvm.compiler.hotspot.word.MethodCountersPointer int int int int int int int
StackMap stack: double int
5: invokestatic org.graalvm.compiler.nodes.extended.BranchProbabilityNode.probability:(DZ)Z
ifeq 7
6: getstatic org.graalvm.compiler.hotspot.HotSpotBackend.BACKEDGE_EVENT:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
aload 0
iload 4
iload 5
invokestatic org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets.methodBackedgeEvent:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Lorg/graalvm/compiler/hotspot/word/MethodCountersPointer;II)V
7: StackMap locals:
StackMap stack:
return
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 8 0 counters Lorg/graalvm/compiler/hotspot/word/MethodCountersPointer;
0 8 1 step I
0 8 2 stepLog I
0 8 3 freqLog I
0 8 4 bci I
0 8 5 targetBci I
1 8 6 counterValue I
3 8 7 mask I
RuntimeVisibleAnnotations:
org.graalvm.compiler.api.replacements.Snippet()
RuntimeVisibleParameterAnnotations:
0:
1:
2:
3:
org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
4:
5:
MethodParameters:
Name Flags
counters
step
stepLog
freqLog
bci
targetBci
public static void profileConditionalBackedge(org.graalvm.compiler.hotspot.word.MethodCountersPointer, int, int, int, boolean, int, int);
descriptor: (Lorg/graalvm/compiler/hotspot/word/MethodCountersPointer;IIIZII)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=6, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: iload 4
ifeq 2
1: aload 0
iload 1
iload 2
iload 3
iload 5
iload 6
invokestatic org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets.profileBackedge:(Lorg/graalvm/compiler/hotspot/word/MethodCountersPointer;IIIII)V
2: StackMap locals:
StackMap stack:
return
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 3 0 counters Lorg/graalvm/compiler/hotspot/word/MethodCountersPointer;
0 3 1 step I
0 3 2 stepLog I
0 3 3 freqLog I
0 3 4 branchCondition Z
0 3 5 bci I
0 3 6 targetBci I
RuntimeVisibleAnnotations:
org.graalvm.compiler.api.replacements.Snippet()
RuntimeVisibleParameterAnnotations:
0:
1:
2:
3:
org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
4:
5:
6:
MethodParameters:
Name Flags
counters
step
stepLog
freqLog
branchCondition
bci
targetBci
}
SourceFile: "ProfileSnippets.java"
NestMembers:
org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets$Templates
InnerClasses:
public abstract ConstantParameter = org.graalvm.compiler.api.replacements.Snippet$ConstantParameter of org.graalvm.compiler.api.replacements.Snippet
public abstract ConstantNodeParameter = org.graalvm.compiler.graph.Node$ConstantNodeParameter of org.graalvm.compiler.graph.Node
public abstract NodeIntrinsic = org.graalvm.compiler.graph.Node$NodeIntrinsic of org.graalvm.compiler.graph.Node
public Templates = org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets$Templates of org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets