public class org.graalvm.compiler.replacements.aarch64.AArch64LongSubstitutions
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.graalvm.compiler.replacements.aarch64.AArch64LongSubstitutions
super_class: java.lang.Object
{
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/replacements/aarch64/AArch64LongSubstitutions;
public static int bitCount(long);
descriptor: (J)I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=6, locals=4, args_size=1
start local 0 0: lload 0
lstore 2
start local 2 1: lload 2
lload 2
ldc -6148914691236517206
land
iconst_1
lushr
lsub
lstore 2
2: lload 2
ldc 3689348814741910323
land
lload 2
ldc -3689348814741910324
land
iconst_2
lushr
ladd
lstore 2
3: lload 2
lload 2
iconst_4
lushr
ladd
ldc 1085102592571150095
land
lstore 2
4: lload 2
lload 2
bipush 8
lushr
ladd
lstore 2
5: lload 2
lload 2
bipush 16
lushr
ladd
lstore 2
6: lload 2
lload 2
bipush 32
lushr
ladd
lstore 2
7: lload 2
l2i
bipush 127
iand
ireturn
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 value J
1 8 2 x J
RuntimeVisibleAnnotations:
org.graalvm.compiler.api.replacements.MethodSubstitution()
MethodParameters:
Name Flags
value
}
SourceFile: "AArch64LongSubstitutions.java"
RuntimeVisibleAnnotations:
org.graalvm.compiler.api.replacements.ClassSubstitution(value = Ljava/lang/Long;)