final class com.oracle.truffle.llvm.runtime.profiling.BooleanValueProfile$Disabled extends com.oracle.truffle.llvm.runtime.profiling.BooleanValueProfile
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.llvm.runtime.profiling.BooleanValueProfile$Disabled
  super_class: com.oracle.truffle.llvm.runtime.profiling.BooleanValueProfile
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.profiling.BooleanValueProfile$Disabled this
         0: .line 83
            aload 0 /* this */
            invokespecial com.oracle.truffle.llvm.runtime.profiling.BooleanValueProfile.<init>:()V
            return
        end local 0 // com.oracle.truffle.llvm.runtime.profiling.BooleanValueProfile$Disabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/profiling/BooleanValueProfile$Disabled;

  public boolean profile(boolean);
    descriptor: (Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.profiling.BooleanValueProfile$Disabled this
        start local 1 // boolean value
         0: .line 87
            iload 1 /* value */
            ireturn
        end local 1 // boolean value
        end local 0 // com.oracle.truffle.llvm.runtime.profiling.BooleanValueProfile$Disabled this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/llvm/runtime/profiling/BooleanValueProfile$Disabled;
            0    1     1  value  Z
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "BooleanValueProfile.java"
NestHost: com.oracle.truffle.llvm.runtime.profiling.BooleanValueProfile
InnerClasses:
  final Disabled = com.oracle.truffle.llvm.runtime.profiling.BooleanValueProfile$Disabled of com.oracle.truffle.llvm.runtime.profiling.BooleanValueProfile