class org.graalvm.compiler.hotspot.test.CompilationWrapperTest$3 extends org.graalvm.compiler.hotspot.test.CompilationWrapperTest$Probe
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.test.CompilationWrapperTest$3
  super_class: org.graalvm.compiler.hotspot.test.CompilationWrapperTest$Probe
{
  final org.graalvm.compiler.hotspot.test.CompilationWrapperTest this$0;
    descriptor: Lorg/graalvm/compiler/hotspot/test/CompilationWrapperTest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.graalvm.compiler.hotspot.test.CompilationWrapperTest$Probe val$retryingProbe;
    descriptor: Lorg/graalvm/compiler/hotspot/test/CompilationWrapperTest$Probe;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.graalvm.compiler.hotspot.test.CompilationWrapperTest, java.lang.String, int, org.graalvm.compiler.hotspot.test.CompilationWrapperTest$Probe);
    descriptor: (Lorg/graalvm/compiler/hotspot/test/CompilationWrapperTest;Ljava/lang/String;ILorg/graalvm/compiler/hotspot/test/CompilationWrapperTest$Probe;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.graalvm.compiler.hotspot.test.CompilationWrapperTest$3 this
        start local 2 // java.lang.String $anonymous0
        start local 3 // int $anonymous1
         0: .line 129
            aload 0 /* this */
            aload 1
            putfield org.graalvm.compiler.hotspot.test.CompilationWrapperTest$3.this$0:Lorg/graalvm/compiler/hotspot/test/CompilationWrapperTest;
            aload 0 /* this */
            aload 4
            putfield org.graalvm.compiler.hotspot.test.CompilationWrapperTest$3.val$retryingProbe:Lorg/graalvm/compiler/hotspot/test/CompilationWrapperTest$Probe;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            iload 3 /* $anonymous1 */
            invokespecial org.graalvm.compiler.hotspot.test.CompilationWrapperTest$Probe.<init>:(Ljava/lang/String;I)V
            return
        end local 3 // int $anonymous1
        end local 2 // java.lang.String $anonymous0
        end local 0 // org.graalvm.compiler.hotspot.test.CompilationWrapperTest$3 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/graalvm/compiler/hotspot/test/CompilationWrapperTest$3;
            0    1     2  $anonymous0  Ljava/lang/String;
            0    1     3  $anonymous1  I
    MethodParameters:
                   Name  Flags
      this$0             final
      $anonymous0        
      $anonymous1        
      val$retryingProbe  final

  java.lang.String test();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.CompilationWrapperTest$3 this
         0: .line 132
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.test.CompilationWrapperTest$3.val$retryingProbe:Lorg/graalvm/compiler/hotspot/test/CompilationWrapperTest$Probe;
            getfield org.graalvm.compiler.hotspot.test.CompilationWrapperTest$Probe.actualOccurrences:I
            iconst_2
            if_icmplt 3
         1: .line 133
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.test.CompilationWrapperTest$3.actualOccurrences:I
            ifne 3
         2: .line 134
            ldc "expected at least one occurrence"
            areturn
         3: .line 137
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // org.graalvm.compiler.hotspot.test.CompilationWrapperTest$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/hotspot/test/CompilationWrapperTest$3;
}
SourceFile: "CompilationWrapperTest.java"
EnclosingMethod: org.graalvm.compiler.hotspot.test.CompilationWrapperTest.testVMCompilation3:()V
NestHost: org.graalvm.compiler.hotspot.test.CompilationWrapperTest
InnerClasses:
  org.graalvm.compiler.hotspot.test.CompilationWrapperTest$3
  Probe = org.graalvm.compiler.hotspot.test.CompilationWrapperTest$Probe of org.graalvm.compiler.hotspot.test.CompilationWrapperTest