class com.oracle.truffle.tools.profiler.CPUSampler$1 implements java.util.function.Supplier<com.oracle.truffle.tools.profiler.CPUSampler$Payload>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.tools.profiler.CPUSampler$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.profiler.CPUSampler$1 this
         0: .line 427
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.tools.profiler.CPUSampler$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/profiler/CPUSampler$1;

  public com.oracle.truffle.tools.profiler.CPUSampler$Payload get();
    descriptor: ()Lcom/oracle/truffle/tools/profiler/CPUSampler$Payload;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.profiler.CPUSampler$1 this
         0: .line 430
            new com.oracle.truffle.tools.profiler.CPUSampler$Payload
            dup
            invokespecial com.oracle.truffle.tools.profiler.CPUSampler$Payload.<init>:()V
            areturn
        end local 0 // com.oracle.truffle.tools.profiler.CPUSampler$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/profiler/CPUSampler$1;

  public java.lang.Object get();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.oracle.truffle.tools.profiler.CPUSampler$1.get:()Lcom/oracle/truffle/tools/profiler/CPUSampler$Payload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/function/Supplier<Lcom/oracle/truffle/tools/profiler/CPUSampler$Payload;>;
SourceFile: "CPUSampler.java"
EnclosingMethod: com.oracle.truffle.tools.profiler.CPUSampler
NestHost: com.oracle.truffle.tools.profiler.CPUSampler
InnerClasses:
  com.oracle.truffle.tools.profiler.CPUSampler$1
  public final Payload = com.oracle.truffle.tools.profiler.CPUSampler$Payload of com.oracle.truffle.tools.profiler.CPUSampler