class org.graalvm.compiler.word.Word$BoxFactoryImpl extends jdk.internal.vm.compiler.word.impl.WordBoxFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.word.Word$BoxFactoryImpl
  super_class: jdk.internal.vm.compiler.word.impl.WordBoxFactory
{
  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: .line 115
            ldc Lorg/graalvm/compiler/word/Word;
            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.word.Word$BoxFactoryImpl.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.word.Word$BoxFactoryImpl this
         0: .line 115
            aload 0 /* this */
            invokespecial jdk.internal.vm.compiler.word.impl.WordBoxFactory.<init>:()V
            return
        end local 0 // org.graalvm.compiler.word.Word$BoxFactoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/word/Word$BoxFactoryImpl;

  static void initialize();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 117
            getstatic org.graalvm.compiler.word.Word$BoxFactoryImpl.$assertionsDisabled:Z
            ifne 1
            getstatic org.graalvm.compiler.word.Word$BoxFactoryImpl.boxFactory:Ljdk/internal/vm/compiler/word/impl/WordBoxFactory;
            ifnull 1
            new java.lang.AssertionError
            dup
            ldc "BoxFactory must be initialized only once."
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 118
      StackMap locals:
      StackMap stack:
            new org.graalvm.compiler.word.Word$BoxFactoryImpl
            dup
            invokespecial org.graalvm.compiler.word.Word$BoxFactoryImpl.<init>:()V
            putstatic org.graalvm.compiler.word.Word$BoxFactoryImpl.boxFactory:Ljdk/internal/vm/compiler/word/impl/WordBoxFactory;
         2: .line 119
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public <T extends jdk.internal.vm.compiler.word.WordBase> T boxImpl();
    descriptor: (J)Ljdk/internal/vm/compiler/word/WordBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.word.Word$BoxFactoryImpl this
        start local 1 // long val
         0: .line 124
            lload 1 /* val */
            invokestatic org.graalvm.compiler.word.HostedWord.boxLong:(J)Lorg/graalvm/compiler/word/Word;
            areturn
        end local 1 // long val
        end local 0 // org.graalvm.compiler.word.Word$BoxFactoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/word/Word$BoxFactoryImpl;
            0    1     1   val  J
    Signature: <T::Ljdk/internal/vm/compiler/word/WordBase;>(J)TT;
    MethodParameters:
      Name  Flags
      val   
}
SourceFile: "Word.java"
NestHost: org.graalvm.compiler.word.Word
InnerClasses:
  BoxFactoryImpl = org.graalvm.compiler.word.Word$BoxFactoryImpl of org.graalvm.compiler.word.Word