public final class com.oracle.svm.core.threadlocal.FastThreadLocalInt 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.FastThreadLocalInt
  super_class: com.oracle.svm.core.threadlocal.FastThreadLocal
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.threadlocal.FastThreadLocalInt this
         0: .line 39
            aload 0 /* this */
            invokespecial com.oracle.svm.core.threadlocal.FastThreadLocal.<init>:()V
         1: .line 40
            return
        end local 0 // com.oracle.svm.core.threadlocal.FastThreadLocalInt this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/core/threadlocal/FastThreadLocalInt;
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.Platforms(value = {Lorg/graalvm/nativeimage/Platform$HOSTED_ONLY;})

  public int get();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.threadlocal.FastThreadLocalInt this
         0: .line 43
            new java.lang.IllegalArgumentException
            dup
            ldc "Value of 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.FastThreadLocalInt this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/threadlocal/FastThreadLocalInt;

  public int get(org.graalvm.nativeimage.IsolateThread);
    descriptor: (Lorg/graalvm/nativeimage/IsolateThread;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.svm.core.threadlocal.FastThreadLocalInt this
        start local 1 // org.graalvm.nativeimage.IsolateThread thread
         0: .line 47
            new java.lang.IllegalArgumentException
            dup
            ldc "Value of 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.FastThreadLocalInt this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/svm/core/threadlocal/FastThreadLocalInt;
            0    1     1  thread  Lorg/graalvm/nativeimage/IsolateThread;
    MethodParameters:
        Name  Flags
      thread  

  public void set(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.svm.core.threadlocal.FastThreadLocalInt this
        start local 1 // int value
         0: .line 51
            new java.lang.IllegalArgumentException
            dup
            ldc "Value of VM thread local variable cannot be accessed during native image generation"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int value
        end local 0 // com.oracle.svm.core.threadlocal.FastThreadLocalInt this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/svm/core/threadlocal/FastThreadLocalInt;
            0    1     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public void set(org.graalvm.nativeimage.IsolateThread, int);
    descriptor: (Lorg/graalvm/nativeimage/IsolateThread;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.svm.core.threadlocal.FastThreadLocalInt this
        start local 1 // org.graalvm.nativeimage.IsolateThread thread
        start local 2 // int value
         0: .line 55
            new java.lang.IllegalArgumentException
            dup
            ldc "Value of VM thread local variable cannot be accessed during native image generation"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // int value
        end local 1 // org.graalvm.nativeimage.IsolateThread thread
        end local 0 // com.oracle.svm.core.threadlocal.FastThreadLocalInt this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/svm/core/threadlocal/FastThreadLocalInt;
            0    1     1  thread  Lorg/graalvm/nativeimage/IsolateThread;
            0    1     2   value  I
    MethodParameters:
        Name  Flags
      thread  
      value   

  public int getVolatile();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.threadlocal.FastThreadLocalInt this
         0: .line 59
            new java.lang.IllegalArgumentException
            dup
            ldc "Value of 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.FastThreadLocalInt this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/threadlocal/FastThreadLocalInt;

  public int getVolatile(org.graalvm.nativeimage.IsolateThread);
    descriptor: (Lorg/graalvm/nativeimage/IsolateThread;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.svm.core.threadlocal.FastThreadLocalInt this
        start local 1 // org.graalvm.nativeimage.IsolateThread thread
         0: .line 63
            new java.lang.IllegalArgumentException
            dup
            ldc "Value of 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.FastThreadLocalInt this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/svm/core/threadlocal/FastThreadLocalInt;
            0    1     1  thread  Lorg/graalvm/nativeimage/IsolateThread;
    MethodParameters:
        Name  Flags
      thread  

  public void setVolatile(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.svm.core.threadlocal.FastThreadLocalInt this
        start local 1 // int value
         0: .line 67
            new java.lang.IllegalArgumentException
            dup
            ldc "Value of VM thread local variable cannot be accessed during native image generation"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int value
        end local 0 // com.oracle.svm.core.threadlocal.FastThreadLocalInt this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/svm/core/threadlocal/FastThreadLocalInt;
            0    1     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public void setVolatile(org.graalvm.nativeimage.IsolateThread, int);
    descriptor: (Lorg/graalvm/nativeimage/IsolateThread;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.svm.core.threadlocal.FastThreadLocalInt this
        start local 1 // org.graalvm.nativeimage.IsolateThread thread
        start local 2 // int value
         0: .line 71
            new java.lang.IllegalArgumentException
            dup
            ldc "Value of VM thread local variable cannot be accessed during native image generation"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // int value
        end local 1 // org.graalvm.nativeimage.IsolateThread thread
        end local 0 // com.oracle.svm.core.threadlocal.FastThreadLocalInt this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/svm/core/threadlocal/FastThreadLocalInt;
            0    1     1  thread  Lorg/graalvm/nativeimage/IsolateThread;
            0    1     2   value  I
    MethodParameters:
        Name  Flags
      thread  
      value   

  public boolean compareAndSet(int, int);
    descriptor: (II)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.svm.core.threadlocal.FastThreadLocalInt this
        start local 1 // int expect
        start local 2 // int update
         0: .line 75
            new java.lang.IllegalArgumentException
            dup
            ldc "Value of VM thread local variable cannot be accessed during native image generation"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // int update
        end local 1 // int expect
        end local 0 // com.oracle.svm.core.threadlocal.FastThreadLocalInt this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/svm/core/threadlocal/FastThreadLocalInt;
            0    1     1  expect  I
            0    1     2  update  I
    MethodParameters:
        Name  Flags
      expect  
      update  

  public boolean compareAndSet(org.graalvm.nativeimage.IsolateThread, int, int);
    descriptor: (Lorg/graalvm/nativeimage/IsolateThread;II)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.oracle.svm.core.threadlocal.FastThreadLocalInt this
        start local 1 // org.graalvm.nativeimage.IsolateThread thread
        start local 2 // int expect
        start local 3 // int update
         0: .line 79
            new java.lang.IllegalArgumentException
            dup
            ldc "Value of VM thread local variable cannot be accessed during native image generation"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // int update
        end local 2 // int expect
        end local 1 // org.graalvm.nativeimage.IsolateThread thread
        end local 0 // com.oracle.svm.core.threadlocal.FastThreadLocalInt this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/svm/core/threadlocal/FastThreadLocalInt;
            0    1     1  thread  Lorg/graalvm/nativeimage/IsolateThread;
            0    1     2  expect  I
            0    1     3  update  I
    MethodParameters:
        Name  Flags
      thread  
      expect  
      update  
}
SourceFile: "FastThreadLocalInt.java"