final class org.graalvm.compiler.hotspot.replacements.HotSpotG1WriteBarrierSnippets$HotspotG1WriteBarrierLowerer extends org.graalvm.compiler.replacements.gc.G1WriteBarrierSnippets$G1WriteBarrierLowerer
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.graalvm.compiler.hotspot.replacements.HotSpotG1WriteBarrierSnippets$HotspotG1WriteBarrierLowerer
super_class: org.graalvm.compiler.replacements.gc.G1WriteBarrierSnippets$G1WriteBarrierLowerer
{
private final org.graalvm.compiler.core.common.CompressEncoding oopEncoding;
descriptor: Lorg/graalvm/compiler/core/common/CompressEncoding;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
static final boolean $assertionsDisabled;
descriptor: Z
flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lorg/graalvm/compiler/hotspot/replacements/HotSpotG1WriteBarrierSnippets;
invokevirtual java.lang.Class.desiredAssertionStatus:()Z
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: putstatic org.graalvm.compiler.hotspot.replacements.HotSpotG1WriteBarrierSnippets$HotspotG1WriteBarrierLowerer.$assertionsDisabled:Z
return
LocalVariableTable:
Start End Slot Name Signature
void <init>(org.graalvm.compiler.hotspot.GraalHotSpotVMConfig, org.graalvm.compiler.replacements.SnippetCounter$Group$Factory);
descriptor: (Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;Lorg/graalvm/compiler/replacements/SnippetCounter$Group$Factory;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 2
invokespecial org.graalvm.compiler.replacements.gc.G1WriteBarrierSnippets$G1WriteBarrierLowerer.<init>:(Lorg/graalvm/compiler/replacements/SnippetCounter$Group$Factory;)V
1: aload 0
aload 1
getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.useCompressedOops:Z
ifeq 2
aload 1
invokevirtual org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.getOopEncoding:()Lorg/graalvm/compiler/core/common/CompressEncoding;
goto 3
StackMap locals: org.graalvm.compiler.hotspot.replacements.HotSpotG1WriteBarrierSnippets$HotspotG1WriteBarrierLowerer org.graalvm.compiler.hotspot.GraalHotSpotVMConfig org.graalvm.compiler.replacements.SnippetCounter$Group$Factory
StackMap stack: org.graalvm.compiler.hotspot.replacements.HotSpotG1WriteBarrierSnippets$HotspotG1WriteBarrierLowerer
2: aconst_null
StackMap locals: org.graalvm.compiler.hotspot.replacements.HotSpotG1WriteBarrierSnippets$HotspotG1WriteBarrierLowerer org.graalvm.compiler.hotspot.GraalHotSpotVMConfig org.graalvm.compiler.replacements.SnippetCounter$Group$Factory
StackMap stack: org.graalvm.compiler.hotspot.replacements.HotSpotG1WriteBarrierSnippets$HotspotG1WriteBarrierLowerer org.graalvm.compiler.core.common.CompressEncoding
3: putfield org.graalvm.compiler.hotspot.replacements.HotSpotG1WriteBarrierSnippets$HotspotG1WriteBarrierLowerer.oopEncoding:Lorg/graalvm/compiler/core/common/CompressEncoding;
4: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/graalvm/compiler/hotspot/replacements/HotSpotG1WriteBarrierSnippets$HotspotG1WriteBarrierLowerer;
0 5 1 config Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
0 5 2 factory Lorg/graalvm/compiler/replacements/SnippetCounter$Group$Factory;
MethodParameters:
Name Flags
config
factory
public org.graalvm.compiler.nodes.ValueNode uncompress(org.graalvm.compiler.nodes.ValueNode);
descriptor: (Lorg/graalvm/compiler/nodes/ValueNode;)Lorg/graalvm/compiler/nodes/ValueNode;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: getstatic org.graalvm.compiler.hotspot.replacements.HotSpotG1WriteBarrierSnippets$HotspotG1WriteBarrierLowerer.$assertionsDisabled:Z
ifne 1
aload 0
getfield org.graalvm.compiler.hotspot.replacements.HotSpotG1WriteBarrierSnippets$HotspotG1WriteBarrierLowerer.oopEncoding:Lorg/graalvm/compiler/core/common/CompressEncoding;
ifnonnull 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
aload 1
aload 0
getfield org.graalvm.compiler.hotspot.replacements.HotSpotG1WriteBarrierSnippets$HotspotG1WriteBarrierLowerer.oopEncoding:Lorg/graalvm/compiler/core/common/CompressEncoding;
invokestatic org.graalvm.compiler.hotspot.nodes.HotSpotCompressionNode.uncompress:(Lorg/graalvm/compiler/nodes/ValueNode;Lorg/graalvm/compiler/core/common/CompressEncoding;)Lorg/graalvm/compiler/nodes/CompressionNode;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/graalvm/compiler/hotspot/replacements/HotSpotG1WriteBarrierSnippets$HotspotG1WriteBarrierLowerer;
0 2 1 expected Lorg/graalvm/compiler/nodes/ValueNode;
MethodParameters:
Name Flags
expected
}
SourceFile: "HotSpotG1WriteBarrierSnippets.java"
NestHost: org.graalvm.compiler.hotspot.replacements.HotSpotG1WriteBarrierSnippets
InnerClasses:
final HotspotG1WriteBarrierLowerer = org.graalvm.compiler.hotspot.replacements.HotSpotG1WriteBarrierSnippets$HotspotG1WriteBarrierLowerer of org.graalvm.compiler.hotspot.replacements.HotSpotG1WriteBarrierSnippets
public Group = org.graalvm.compiler.replacements.SnippetCounter$Group of org.graalvm.compiler.replacements.SnippetCounter
public abstract Factory = org.graalvm.compiler.replacements.SnippetCounter$Group$Factory of org.graalvm.compiler.replacements.SnippetCounter$Group
public abstract G1WriteBarrierLowerer = org.graalvm.compiler.replacements.gc.G1WriteBarrierSnippets$G1WriteBarrierLowerer of org.graalvm.compiler.replacements.gc.G1WriteBarrierSnippets