public final class com.oracle.truffle.llvm.runtime.memory.LLVMMemory$CMPXCHGI8
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.llvm.runtime.memory.LLVMMemory$CMPXCHGI8
  super_class: java.lang.Object
{
  private final byte value;
    descriptor: B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean swap;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(byte, boolean);
    descriptor: (BZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.llvm.runtime.memory.LLVMMemory$CMPXCHGI8 this
        start local 1 // byte value
        start local 2 // boolean swap
         0: .line 263
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 264
            aload 0 /* this */
            iload 1 /* value */
            putfield com.oracle.truffle.llvm.runtime.memory.LLVMMemory$CMPXCHGI8.value:B
         2: .line 265
            aload 0 /* this */
            iload 2 /* swap */
            putfield com.oracle.truffle.llvm.runtime.memory.LLVMMemory$CMPXCHGI8.swap:Z
         3: .line 266
            return
        end local 2 // boolean swap
        end local 1 // byte value
        end local 0 // com.oracle.truffle.llvm.runtime.memory.LLVMMemory$CMPXCHGI8 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/oracle/truffle/llvm/runtime/memory/LLVMMemory$CMPXCHGI8;
            0    4     1  value  B
            0    4     2   swap  Z
    MethodParameters:
       Name  Flags
      value  
      swap   

  public byte getValue();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.memory.LLVMMemory$CMPXCHGI8 this
         0: .line 269
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.runtime.memory.LLVMMemory$CMPXCHGI8.value:B
            ireturn
        end local 0 // com.oracle.truffle.llvm.runtime.memory.LLVMMemory$CMPXCHGI8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/memory/LLVMMemory$CMPXCHGI8;

  public boolean isSwap();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.memory.LLVMMemory$CMPXCHGI8 this
         0: .line 273
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.runtime.memory.LLVMMemory$CMPXCHGI8.swap:Z
            ireturn
        end local 0 // com.oracle.truffle.llvm.runtime.memory.LLVMMemory$CMPXCHGI8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/memory/LLVMMemory$CMPXCHGI8;
}
SourceFile: "LLVMMemory.java"
NestHost: com.oracle.truffle.llvm.runtime.memory.LLVMMemory
InnerClasses:
  public abstract ValueType = com.oracle.truffle.api.CompilerDirectives$ValueType of com.oracle.truffle.api.CompilerDirectives
  public final CMPXCHGI8 = com.oracle.truffle.llvm.runtime.memory.LLVMMemory$CMPXCHGI8 of com.oracle.truffle.llvm.runtime.memory.LLVMMemory
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$ValueType()