public final class jdk.internal.vm.compiler.word.WordFactory
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: jdk.internal.vm.compiler.word.WordFactory
super_class: java.lang.Object
{
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/internal/vm/compiler/word/WordFactory;
public static <T extends jdk.internal.vm.compiler.word.WordBase> T zero();
descriptor: ()Ljdk/internal/vm/compiler/word/WordBase;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: lconst_0
invokestatic jdk.internal.vm.compiler.word.impl.WordBoxFactory.box:(J)Ljdk/internal/vm/compiler/word/WordBase;
areturn
LocalVariableTable:
Start End Slot Name Signature
Signature: <T::Ljdk/internal/vm/compiler/word/WordBase;>()TT;
RuntimeVisibleAnnotations:
jdk.internal.vm.compiler.word.impl.WordFactoryOperation(opcode = jdk.internal.vm.compiler.word.impl.WordFactoryOpcode.ZERO:Ljdk/internal/vm/compiler/word/impl/WordFactoryOpcode;)
public static <T extends jdk.internal.vm.compiler.word.PointerBase> T nullPointer();
descriptor: ()Ljdk/internal/vm/compiler/word/PointerBase;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: lconst_0
invokestatic jdk.internal.vm.compiler.word.impl.WordBoxFactory.box:(J)Ljdk/internal/vm/compiler/word/WordBase;
checkcast jdk.internal.vm.compiler.word.PointerBase
areturn
LocalVariableTable:
Start End Slot Name Signature
Signature: <T::Ljdk/internal/vm/compiler/word/PointerBase;>()TT;
RuntimeVisibleAnnotations:
jdk.internal.vm.compiler.word.impl.WordFactoryOperation(opcode = jdk.internal.vm.compiler.word.impl.WordFactoryOpcode.ZERO:Ljdk/internal/vm/compiler/word/impl/WordFactoryOpcode;)
public static <T extends jdk.internal.vm.compiler.word.UnsignedWord> T unsigned();
descriptor: (J)Ljdk/internal/vm/compiler/word/UnsignedWord;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: lload 0
invokestatic jdk.internal.vm.compiler.word.impl.WordBoxFactory.box:(J)Ljdk/internal/vm/compiler/word/WordBase;
checkcast jdk.internal.vm.compiler.word.UnsignedWord
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 val J
Signature: <T::Ljdk/internal/vm/compiler/word/UnsignedWord;>(J)TT;
RuntimeVisibleAnnotations:
jdk.internal.vm.compiler.word.impl.WordFactoryOperation(opcode = jdk.internal.vm.compiler.word.impl.WordFactoryOpcode.FROM_UNSIGNED:Ljdk/internal/vm/compiler/word/impl/WordFactoryOpcode;)
MethodParameters:
Name Flags
val
public static <T extends jdk.internal.vm.compiler.word.PointerBase> T pointer();
descriptor: (J)Ljdk/internal/vm/compiler/word/PointerBase;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: lload 0
invokestatic jdk.internal.vm.compiler.word.impl.WordBoxFactory.box:(J)Ljdk/internal/vm/compiler/word/WordBase;
checkcast jdk.internal.vm.compiler.word.PointerBase
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 val J
Signature: <T::Ljdk/internal/vm/compiler/word/PointerBase;>(J)TT;
RuntimeVisibleAnnotations:
jdk.internal.vm.compiler.word.impl.WordFactoryOperation(opcode = jdk.internal.vm.compiler.word.impl.WordFactoryOpcode.FROM_UNSIGNED:Ljdk/internal/vm/compiler/word/impl/WordFactoryOpcode;)
MethodParameters:
Name Flags
val
public static <T extends jdk.internal.vm.compiler.word.UnsignedWord> T unsigned();
descriptor: (I)Ljdk/internal/vm/compiler/word/UnsignedWord;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: iload 0
i2l
ldc 4294967295
land
invokestatic jdk.internal.vm.compiler.word.impl.WordBoxFactory.box:(J)Ljdk/internal/vm/compiler/word/WordBase;
checkcast jdk.internal.vm.compiler.word.UnsignedWord
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 val I
Signature: <T::Ljdk/internal/vm/compiler/word/UnsignedWord;>(I)TT;
RuntimeVisibleAnnotations:
jdk.internal.vm.compiler.word.impl.WordFactoryOperation(opcode = jdk.internal.vm.compiler.word.impl.WordFactoryOpcode.FROM_UNSIGNED:Ljdk/internal/vm/compiler/word/impl/WordFactoryOpcode;)
MethodParameters:
Name Flags
val
public static <T extends jdk.internal.vm.compiler.word.SignedWord> T signed();
descriptor: (J)Ljdk/internal/vm/compiler/word/SignedWord;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: lload 0
invokestatic jdk.internal.vm.compiler.word.impl.WordBoxFactory.box:(J)Ljdk/internal/vm/compiler/word/WordBase;
checkcast jdk.internal.vm.compiler.word.SignedWord
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 val J
Signature: <T::Ljdk/internal/vm/compiler/word/SignedWord;>(J)TT;
RuntimeVisibleAnnotations:
jdk.internal.vm.compiler.word.impl.WordFactoryOperation(opcode = jdk.internal.vm.compiler.word.impl.WordFactoryOpcode.FROM_SIGNED:Ljdk/internal/vm/compiler/word/impl/WordFactoryOpcode;)
MethodParameters:
Name Flags
val
public static <T extends jdk.internal.vm.compiler.word.SignedWord> T signed();
descriptor: (I)Ljdk/internal/vm/compiler/word/SignedWord;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: iload 0
i2l
invokestatic jdk.internal.vm.compiler.word.impl.WordBoxFactory.box:(J)Ljdk/internal/vm/compiler/word/WordBase;
checkcast jdk.internal.vm.compiler.word.SignedWord
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 val I
Signature: <T::Ljdk/internal/vm/compiler/word/SignedWord;>(I)TT;
RuntimeVisibleAnnotations:
jdk.internal.vm.compiler.word.impl.WordFactoryOperation(opcode = jdk.internal.vm.compiler.word.impl.WordFactoryOpcode.FROM_SIGNED:Ljdk/internal/vm/compiler/word/impl/WordFactoryOpcode;)
MethodParameters:
Name Flags
val
}
SourceFile: "WordFactory.java"