public final class com.oracle.svm.core.threadlocal.FastThreadLocalBytes<T extends org.graalvm.word.PointerBase> extends com.oracle.svm.core.threadlocal.FastThreadLocal
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.core.threadlocal.FastThreadLocalBytes
  super_class: com.oracle.svm.core.threadlocal.FastThreadLocal
{
  private final java.util.function.IntSupplier sizeSupplier;
    descriptor: Ljava/util/function/IntSupplier;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.Platforms(value = {Lorg/graalvm/nativeimage/Platform$HOSTED_ONLY;})

  void <init>(java.util.function.IntSupplier);
    descriptor: (Ljava/util/function/IntSupplier;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.core.threadlocal.FastThreadLocalBytes this
        start local 1 // java.util.function.IntSupplier sizeSupplier
         0: .line 52
            aload 0 /* this */
            invokespecial com.oracle.svm.core.threadlocal.FastThreadLocal.<init>:()V
         1: .line 53
            aload 0 /* this */
            aload 1 /* sizeSupplier */
            putfield com.oracle.svm.core.threadlocal.FastThreadLocalBytes.sizeSupplier:Ljava/util/function/IntSupplier;
         2: .line 54
            return
        end local 1 // java.util.function.IntSupplier sizeSupplier
        end local 0 // com.oracle.svm.core.threadlocal.FastThreadLocalBytes this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/oracle/svm/core/threadlocal/FastThreadLocalBytes<TT;>;
            0    3     1  sizeSupplier  Ljava/util/function/IntSupplier;
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.Platforms(value = {Lorg/graalvm/nativeimage/Platform$HOSTED_ONLY;})
    MethodParameters:
              Name  Flags
      sizeSupplier  

  public java.util.function.IntSupplier getSizeSupplier();
    descriptor: ()Ljava/util/function/IntSupplier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.threadlocal.FastThreadLocalBytes this
         0: .line 58
            aload 0 /* this */
            getfield com.oracle.svm.core.threadlocal.FastThreadLocalBytes.sizeSupplier:Ljava/util/function/IntSupplier;
            areturn
        end local 0 // com.oracle.svm.core.threadlocal.FastThreadLocalBytes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/threadlocal/FastThreadLocalBytes<TT;>;
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.Platforms(value = {Lorg/graalvm/nativeimage/Platform$HOSTED_ONLY;})

  public T getAddress();
    descriptor: ()Lorg/graalvm/word/PointerBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.threadlocal.FastThreadLocalBytes this
         0: .line 62
            new java.lang.IllegalArgumentException
            dup
            ldc "VM thread local variable cannot be accessed during native image generation"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.svm.core.threadlocal.FastThreadLocalBytes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/threadlocal/FastThreadLocalBytes<TT;>;
    Signature: ()TT;

  public T getAddress(org.graalvm.nativeimage.IsolateThread);
    descriptor: (Lorg/graalvm/nativeimage/IsolateThread;)Lorg/graalvm/word/PointerBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.svm.core.threadlocal.FastThreadLocalBytes this
        start local 1 // org.graalvm.nativeimage.IsolateThread thread
         0: .line 66
            new java.lang.IllegalArgumentException
            dup
            ldc "VM thread local variable cannot be accessed during native image generation"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.graalvm.nativeimage.IsolateThread thread
        end local 0 // com.oracle.svm.core.threadlocal.FastThreadLocalBytes this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/svm/core/threadlocal/FastThreadLocalBytes<TT;>;
            0    1     1  thread  Lorg/graalvm/nativeimage/IsolateThread;
    Signature: (Lorg/graalvm/nativeimage/IsolateThread;)TT;
    MethodParameters:
        Name  Flags
      thread  
}
Signature: <T::Lorg/graalvm/word/PointerBase;>Lcom/oracle/svm/core/threadlocal/FastThreadLocal;
SourceFile: "FastThreadLocalBytes.java"