public final class org.graalvm.compiler.hotspot.replacements.Log
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.graalvm.compiler.hotspot.replacements.Log
super_class: java.lang.Object
{
public static final org.graalvm.compiler.hotspot.meta.HotSpotForeignCallDescriptor LOG_PRIMITIVE;
descriptor: Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final org.graalvm.compiler.hotspot.meta.HotSpotForeignCallDescriptor LOG_OBJECT;
descriptor: Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final org.graalvm.compiler.hotspot.meta.HotSpotForeignCallDescriptor LOG_PRINTF;
descriptor: Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=11, locals=0, args_size=0
0: new org.graalvm.compiler.hotspot.meta.HotSpotForeignCallDescriptor
dup
getstatic org.graalvm.compiler.hotspot.meta.HotSpotForeignCallDescriptor$Transition.LEAF:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor$Transition;
getstatic org.graalvm.compiler.hotspot.meta.HotSpotForeignCallDescriptor$Reexecutability.REEXECUTABLE:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor$Reexecutability;
getstatic org.graalvm.compiler.hotspot.meta.HotSpotForeignCallsProviderImpl.NO_LOCATIONS:[Ljdk/internal/vm/compiler/word/LocationIdentity;
ldc "logPrimitive"
getstatic java.lang.Void.TYPE:Ljava/lang/Class;
iconst_3
anewarray java.lang.Class
dup
iconst_0
getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
aastore
dup
iconst_1
getstatic java.lang.Long.TYPE:Ljava/lang/Class;
aastore
dup
iconst_2
1: getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
2: aastore
invokespecial org.graalvm.compiler.hotspot.meta.HotSpotForeignCallDescriptor.<init>:(Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor$Transition;Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor$Reexecutability;[Ljdk/internal/vm/compiler/word/LocationIdentity;Ljava/lang/String;Ljava/lang/Class;[Ljava/lang/Class;)V
putstatic org.graalvm.compiler.hotspot.replacements.Log.LOG_PRIMITIVE:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
3: new org.graalvm.compiler.hotspot.meta.HotSpotForeignCallDescriptor
dup
getstatic org.graalvm.compiler.hotspot.meta.HotSpotForeignCallDescriptor$Transition.LEAF:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor$Transition;
getstatic org.graalvm.compiler.hotspot.meta.HotSpotForeignCallDescriptor$Reexecutability.REEXECUTABLE:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor$Reexecutability;
getstatic org.graalvm.compiler.hotspot.meta.HotSpotForeignCallsProviderImpl.NO_LOCATIONS:[Ljdk/internal/vm/compiler/word/LocationIdentity;
ldc "logObject"
getstatic java.lang.Void.TYPE:Ljava/lang/Class;
iconst_3
anewarray java.lang.Class
dup
iconst_0
ldc Ljava/lang/Object;
aastore
dup
iconst_1
getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
aastore
dup
iconst_2
4: getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
5: aastore
invokespecial org.graalvm.compiler.hotspot.meta.HotSpotForeignCallDescriptor.<init>:(Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor$Transition;Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor$Reexecutability;[Ljdk/internal/vm/compiler/word/LocationIdentity;Ljava/lang/String;Ljava/lang/Class;[Ljava/lang/Class;)V
putstatic org.graalvm.compiler.hotspot.replacements.Log.LOG_OBJECT:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
6: new org.graalvm.compiler.hotspot.meta.HotSpotForeignCallDescriptor
dup
getstatic org.graalvm.compiler.hotspot.meta.HotSpotForeignCallDescriptor$Transition.LEAF:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor$Transition;
getstatic org.graalvm.compiler.hotspot.meta.HotSpotForeignCallDescriptor$Reexecutability.REEXECUTABLE:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor$Reexecutability;
getstatic org.graalvm.compiler.hotspot.meta.HotSpotForeignCallsProviderImpl.NO_LOCATIONS:[Ljdk/internal/vm/compiler/word/LocationIdentity;
ldc "logPrintf"
getstatic java.lang.Void.TYPE:Ljava/lang/Class;
iconst_4
anewarray java.lang.Class
dup
iconst_0
ldc Lorg/graalvm/compiler/word/Word;
aastore
dup
iconst_1
getstatic java.lang.Long.TYPE:Ljava/lang/Class;
aastore
dup
iconst_2
getstatic java.lang.Long.TYPE:Ljava/lang/Class;
aastore
dup
iconst_3
7: getstatic java.lang.Long.TYPE:Ljava/lang/Class;
8: aastore
invokespecial org.graalvm.compiler.hotspot.meta.HotSpotForeignCallDescriptor.<init>:(Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor$Transition;Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor$Reexecutability;[Ljdk/internal/vm/compiler/word/LocationIdentity;Ljava/lang/String;Ljava/lang/Class;[Ljava/lang/Class;)V
putstatic org.graalvm.compiler.hotspot.replacements.Log.LOG_PRINTF:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
9: 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/Log;
private static native void log(org.graalvm.compiler.core.common.spi.ForeignCallDescriptor, java.lang.Object, boolean, boolean);
descriptor: (Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Ljava/lang/Object;ZZ)V
flags: (0x010a) ACC_PRIVATE, 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
logObject
object
asString
newline
private static native void log(org.graalvm.compiler.core.common.spi.ForeignCallDescriptor, int, long, boolean);
descriptor: (Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;IJZ)V
flags: (0x010a) ACC_PRIVATE, 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
logPrimitive
typeChar
value
newline
private static native void printf(org.graalvm.compiler.core.common.spi.ForeignCallDescriptor, org.graalvm.compiler.word.Word, long, long, long);
descriptor: (Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Lorg/graalvm/compiler/word/Word;JJJ)V
flags: (0x010a) ACC_PRIVATE, 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:
4:
MethodParameters:
Name Flags
logPrintf
format
v1
v2
v3
public static void print(boolean);
descriptor: (Z)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: getstatic org.graalvm.compiler.hotspot.replacements.Log.LOG_PRIMITIVE:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
getstatic jdk.vm.ci.meta.JavaKind.Boolean:Ljdk/vm/ci/meta/JavaKind;
invokevirtual jdk.vm.ci.meta.JavaKind.getTypeChar:()C
iload 0
ifeq 1
lconst_1
goto 2
StackMap locals: int
StackMap stack: org.graalvm.compiler.hotspot.meta.HotSpotForeignCallDescriptor int
1: lconst_0
StackMap locals: int
StackMap stack: org.graalvm.compiler.hotspot.meta.HotSpotForeignCallDescriptor int long
2: iconst_0
invokestatic org.graalvm.compiler.hotspot.replacements.Log.log:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;IJZ)V
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 value Z
MethodParameters:
Name Flags
value
public static void print(byte);
descriptor: (B)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: getstatic org.graalvm.compiler.hotspot.replacements.Log.LOG_PRIMITIVE:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
getstatic jdk.vm.ci.meta.JavaKind.Byte:Ljdk/vm/ci/meta/JavaKind;
invokevirtual jdk.vm.ci.meta.JavaKind.getTypeChar:()C
iload 0
i2l
iconst_0
invokestatic org.graalvm.compiler.hotspot.replacements.Log.log:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;IJZ)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 value B
MethodParameters:
Name Flags
value
public static void print(char);
descriptor: (C)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: getstatic org.graalvm.compiler.hotspot.replacements.Log.LOG_PRIMITIVE:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
getstatic jdk.vm.ci.meta.JavaKind.Char:Ljdk/vm/ci/meta/JavaKind;
invokevirtual jdk.vm.ci.meta.JavaKind.getTypeChar:()C
iload 0
i2l
iconst_0
invokestatic org.graalvm.compiler.hotspot.replacements.Log.log:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;IJZ)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 value C
MethodParameters:
Name Flags
value
public static void print(short);
descriptor: (S)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: getstatic org.graalvm.compiler.hotspot.replacements.Log.LOG_PRIMITIVE:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
getstatic jdk.vm.ci.meta.JavaKind.Short:Ljdk/vm/ci/meta/JavaKind;
invokevirtual jdk.vm.ci.meta.JavaKind.getTypeChar:()C
iload 0
i2l
iconst_0
invokestatic org.graalvm.compiler.hotspot.replacements.Log.log:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;IJZ)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 value S
MethodParameters:
Name Flags
value
public static void print(int);
descriptor: (I)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: getstatic org.graalvm.compiler.hotspot.replacements.Log.LOG_PRIMITIVE:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
getstatic jdk.vm.ci.meta.JavaKind.Int:Ljdk/vm/ci/meta/JavaKind;
invokevirtual jdk.vm.ci.meta.JavaKind.getTypeChar:()C
iload 0
i2l
iconst_0
invokestatic org.graalvm.compiler.hotspot.replacements.Log.log:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;IJZ)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 value I
MethodParameters:
Name Flags
value
public static void print(long);
descriptor: (J)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=2, args_size=1
start local 0 0: getstatic org.graalvm.compiler.hotspot.replacements.Log.LOG_PRIMITIVE:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
getstatic jdk.vm.ci.meta.JavaKind.Long:Ljdk/vm/ci/meta/JavaKind;
invokevirtual jdk.vm.ci.meta.JavaKind.getTypeChar:()C
lload 0
iconst_0
invokestatic org.graalvm.compiler.hotspot.replacements.Log.log:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;IJZ)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 value J
MethodParameters:
Name Flags
value
public static void printf(java.lang.String, long);
descriptor: (Ljava/lang/String;J)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=8, locals=3, args_size=2
start local 0 start local 1 0: getstatic org.graalvm.compiler.hotspot.replacements.Log.LOG_PRINTF:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
aload 0
invokestatic org.graalvm.compiler.replacements.nodes.CStringConstant.cstring:(Ljava/lang/String;)Lorg/graalvm/compiler/word/Word;
lload 1
lconst_0
lconst_0
invokestatic org.graalvm.compiler.hotspot.replacements.Log.printf:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Lorg/graalvm/compiler/word/Word;JJJ)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 format Ljava/lang/String;
0 2 1 value J
MethodParameters:
Name Flags
format
value
public static void printf(java.lang.String, long, long);
descriptor: (Ljava/lang/String;JJ)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=8, locals=5, args_size=3
start local 0 start local 1 start local 3 0: getstatic org.graalvm.compiler.hotspot.replacements.Log.LOG_PRINTF:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
aload 0
invokestatic org.graalvm.compiler.replacements.nodes.CStringConstant.cstring:(Ljava/lang/String;)Lorg/graalvm/compiler/word/Word;
lload 1
lload 3
lconst_0
invokestatic org.graalvm.compiler.hotspot.replacements.Log.printf:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Lorg/graalvm/compiler/word/Word;JJJ)V
1: return
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 format Ljava/lang/String;
0 2 1 v1 J
0 2 3 v2 J
MethodParameters:
Name Flags
format
v1
v2
public static void printf(java.lang.String, long, long, long);
descriptor: (Ljava/lang/String;JJJ)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=8, locals=7, args_size=4
start local 0 start local 1 start local 3 start local 5 0: getstatic org.graalvm.compiler.hotspot.replacements.Log.LOG_PRINTF:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
aload 0
invokestatic org.graalvm.compiler.replacements.nodes.CStringConstant.cstring:(Ljava/lang/String;)Lorg/graalvm/compiler/word/Word;
lload 1
lload 3
lload 5
invokestatic org.graalvm.compiler.hotspot.replacements.Log.printf:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Lorg/graalvm/compiler/word/Word;JJJ)V
1: return
end local 5 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 format Ljava/lang/String;
0 2 1 v1 J
0 2 3 v2 J
0 2 5 v3 J
MethodParameters:
Name Flags
format
v1
v2
v3
public static void print(float);
descriptor: (F)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: fload 0
invokestatic java.lang.Float.isNaN:(F)Z
ifeq 3
1: ldc "NaN"
invokestatic org.graalvm.compiler.hotspot.replacements.Log.print:(Ljava/lang/String;)V
2: goto 10
StackMap locals:
StackMap stack:
3: fload 0
ldc Infinity
fcmpl
ifne 6
4: ldc "Infinity"
invokestatic org.graalvm.compiler.hotspot.replacements.Log.print:(Ljava/lang/String;)V
5: goto 10
StackMap locals:
StackMap stack:
6: fload 0
ldc -Infinity
fcmpl
ifne 9
7: ldc "-Infinity"
invokestatic org.graalvm.compiler.hotspot.replacements.Log.print:(Ljava/lang/String;)V
8: goto 10
9: StackMap locals:
StackMap stack:
getstatic org.graalvm.compiler.hotspot.replacements.Log.LOG_PRIMITIVE:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
getstatic jdk.vm.ci.meta.JavaKind.Float:Ljdk/vm/ci/meta/JavaKind;
invokevirtual jdk.vm.ci.meta.JavaKind.getTypeChar:()C
fload 0
invokestatic java.lang.Float.floatToRawIntBits:(F)I
i2l
iconst_0
invokestatic org.graalvm.compiler.hotspot.replacements.Log.log:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;IJZ)V
10: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 value F
MethodParameters:
Name Flags
value
public static void print(double);
descriptor: (D)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=2, args_size=1
start local 0 0: dload 0
invokestatic java.lang.Double.isNaN:(D)Z
ifeq 3
1: ldc "NaN"
invokestatic org.graalvm.compiler.hotspot.replacements.Log.print:(Ljava/lang/String;)V
2: goto 10
StackMap locals:
StackMap stack:
3: dload 0
ldc Infinity
dcmpl
ifne 6
4: ldc "Infinity"
invokestatic org.graalvm.compiler.hotspot.replacements.Log.print:(Ljava/lang/String;)V
5: goto 10
StackMap locals:
StackMap stack:
6: dload 0
ldc -Infinity
dcmpl
ifne 9
7: ldc "-Infinity"
invokestatic org.graalvm.compiler.hotspot.replacements.Log.print:(Ljava/lang/String;)V
8: goto 10
9: StackMap locals:
StackMap stack:
getstatic org.graalvm.compiler.hotspot.replacements.Log.LOG_PRIMITIVE:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
getstatic jdk.vm.ci.meta.JavaKind.Double:Ljdk/vm/ci/meta/JavaKind;
invokevirtual jdk.vm.ci.meta.JavaKind.getTypeChar:()C
dload 0
invokestatic java.lang.Double.doubleToRawLongBits:(D)J
iconst_0
invokestatic org.graalvm.compiler.hotspot.replacements.Log.log:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;IJZ)V
10: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 value D
MethodParameters:
Name Flags
value
public static void print(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: getstatic org.graalvm.compiler.hotspot.replacements.Log.LOG_OBJECT:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
aload 0
iconst_1
iconst_0
invokestatic org.graalvm.compiler.hotspot.replacements.Log.log:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Ljava/lang/Object;ZZ)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 value Ljava/lang/String;
MethodParameters:
Name Flags
value
public static void printObject(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: getstatic org.graalvm.compiler.hotspot.replacements.Log.LOG_OBJECT:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
aload 0
iconst_0
iconst_0
invokestatic org.graalvm.compiler.hotspot.replacements.Log.log:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Ljava/lang/Object;ZZ)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 o Ljava/lang/Object;
MethodParameters:
Name Flags
o
public static void println(boolean);
descriptor: (Z)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: getstatic org.graalvm.compiler.hotspot.replacements.Log.LOG_PRIMITIVE:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
getstatic jdk.vm.ci.meta.JavaKind.Boolean:Ljdk/vm/ci/meta/JavaKind;
invokevirtual jdk.vm.ci.meta.JavaKind.getTypeChar:()C
iload 0
ifeq 1
lconst_1
goto 2
StackMap locals: int
StackMap stack: org.graalvm.compiler.hotspot.meta.HotSpotForeignCallDescriptor int
1: lconst_0
StackMap locals: int
StackMap stack: org.graalvm.compiler.hotspot.meta.HotSpotForeignCallDescriptor int long
2: iconst_1
invokestatic org.graalvm.compiler.hotspot.replacements.Log.log:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;IJZ)V
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 value Z
MethodParameters:
Name Flags
value
public static void println(byte);
descriptor: (B)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: getstatic org.graalvm.compiler.hotspot.replacements.Log.LOG_PRIMITIVE:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
getstatic jdk.vm.ci.meta.JavaKind.Byte:Ljdk/vm/ci/meta/JavaKind;
invokevirtual jdk.vm.ci.meta.JavaKind.getTypeChar:()C
iload 0
i2l
iconst_1
invokestatic org.graalvm.compiler.hotspot.replacements.Log.log:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;IJZ)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 value B
MethodParameters:
Name Flags
value
public static void println(char);
descriptor: (C)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: getstatic org.graalvm.compiler.hotspot.replacements.Log.LOG_PRIMITIVE:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
getstatic jdk.vm.ci.meta.JavaKind.Char:Ljdk/vm/ci/meta/JavaKind;
invokevirtual jdk.vm.ci.meta.JavaKind.getTypeChar:()C
iload 0
i2l
iconst_1
invokestatic org.graalvm.compiler.hotspot.replacements.Log.log:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;IJZ)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 value C
MethodParameters:
Name Flags
value
public static void println(short);
descriptor: (S)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: getstatic org.graalvm.compiler.hotspot.replacements.Log.LOG_PRIMITIVE:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
getstatic jdk.vm.ci.meta.JavaKind.Short:Ljdk/vm/ci/meta/JavaKind;
invokevirtual jdk.vm.ci.meta.JavaKind.getTypeChar:()C
iload 0
i2l
iconst_1
invokestatic org.graalvm.compiler.hotspot.replacements.Log.log:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;IJZ)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 value S
MethodParameters:
Name Flags
value
public static void println(int);
descriptor: (I)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: getstatic org.graalvm.compiler.hotspot.replacements.Log.LOG_PRIMITIVE:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
getstatic jdk.vm.ci.meta.JavaKind.Int:Ljdk/vm/ci/meta/JavaKind;
invokevirtual jdk.vm.ci.meta.JavaKind.getTypeChar:()C
iload 0
i2l
iconst_1
invokestatic org.graalvm.compiler.hotspot.replacements.Log.log:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;IJZ)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 value I
MethodParameters:
Name Flags
value
public static void println(long);
descriptor: (J)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=2, args_size=1
start local 0 0: getstatic org.graalvm.compiler.hotspot.replacements.Log.LOG_PRIMITIVE:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
getstatic jdk.vm.ci.meta.JavaKind.Long:Ljdk/vm/ci/meta/JavaKind;
invokevirtual jdk.vm.ci.meta.JavaKind.getTypeChar:()C
lload 0
iconst_1
invokestatic org.graalvm.compiler.hotspot.replacements.Log.log:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;IJZ)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 value J
MethodParameters:
Name Flags
value
public static void println(float);
descriptor: (F)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: fload 0
invokestatic java.lang.Float.isNaN:(F)Z
ifeq 3
1: ldc "NaN"
invokestatic org.graalvm.compiler.hotspot.replacements.Log.println:(Ljava/lang/String;)V
2: goto 10
StackMap locals:
StackMap stack:
3: fload 0
ldc Infinity
fcmpl
ifne 6
4: ldc "Infinity"
invokestatic org.graalvm.compiler.hotspot.replacements.Log.println:(Ljava/lang/String;)V
5: goto 10
StackMap locals:
StackMap stack:
6: fload 0
ldc -Infinity
fcmpl
ifne 9
7: ldc "-Infinity"
invokestatic org.graalvm.compiler.hotspot.replacements.Log.println:(Ljava/lang/String;)V
8: goto 10
9: StackMap locals:
StackMap stack:
getstatic org.graalvm.compiler.hotspot.replacements.Log.LOG_PRIMITIVE:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
getstatic jdk.vm.ci.meta.JavaKind.Float:Ljdk/vm/ci/meta/JavaKind;
invokevirtual jdk.vm.ci.meta.JavaKind.getTypeChar:()C
fload 0
invokestatic java.lang.Float.floatToRawIntBits:(F)I
i2l
iconst_1
invokestatic org.graalvm.compiler.hotspot.replacements.Log.log:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;IJZ)V
10: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 value F
MethodParameters:
Name Flags
value
public static void println(double);
descriptor: (D)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=2, args_size=1
start local 0 0: dload 0
invokestatic java.lang.Double.isNaN:(D)Z
ifeq 3
1: ldc "NaN"
invokestatic org.graalvm.compiler.hotspot.replacements.Log.println:(Ljava/lang/String;)V
2: goto 10
StackMap locals:
StackMap stack:
3: dload 0
ldc Infinity
dcmpl
ifne 6
4: ldc "Infinity"
invokestatic org.graalvm.compiler.hotspot.replacements.Log.println:(Ljava/lang/String;)V
5: goto 10
StackMap locals:
StackMap stack:
6: dload 0
ldc -Infinity
dcmpl
ifne 9
7: ldc "-Infinity"
invokestatic org.graalvm.compiler.hotspot.replacements.Log.println:(Ljava/lang/String;)V
8: goto 10
9: StackMap locals:
StackMap stack:
getstatic org.graalvm.compiler.hotspot.replacements.Log.LOG_PRIMITIVE:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
getstatic jdk.vm.ci.meta.JavaKind.Double:Ljdk/vm/ci/meta/JavaKind;
invokevirtual jdk.vm.ci.meta.JavaKind.getTypeChar:()C
dload 0
invokestatic java.lang.Double.doubleToRawLongBits:(D)J
iconst_1
invokestatic org.graalvm.compiler.hotspot.replacements.Log.log:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;IJZ)V
10: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 value D
MethodParameters:
Name Flags
value
public static void println(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: getstatic org.graalvm.compiler.hotspot.replacements.Log.LOG_OBJECT:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
aload 0
iconst_1
iconst_1
invokestatic org.graalvm.compiler.hotspot.replacements.Log.log:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Ljava/lang/Object;ZZ)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 value Ljava/lang/String;
MethodParameters:
Name Flags
value
public static void printlnObject(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: getstatic org.graalvm.compiler.hotspot.replacements.Log.LOG_OBJECT:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
aload 0
iconst_0
iconst_1
invokestatic org.graalvm.compiler.hotspot.replacements.Log.log:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Ljava/lang/Object;ZZ)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 o Ljava/lang/Object;
MethodParameters:
Name Flags
o
public static void println();
descriptor: ()V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc ""
invokestatic org.graalvm.compiler.hotspot.replacements.Log.println:(Ljava/lang/String;)V
1: return
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "Log.java"
InnerClasses:
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 final Reexecutability = org.graalvm.compiler.hotspot.meta.HotSpotForeignCallDescriptor$Reexecutability of org.graalvm.compiler.hotspot.meta.HotSpotForeignCallDescriptor
public final Transition = org.graalvm.compiler.hotspot.meta.HotSpotForeignCallDescriptor$Transition of org.graalvm.compiler.hotspot.meta.HotSpotForeignCallDescriptor