class jdk.vm.ci.hotspot.EmptyEventProvider$EmptyCompilerFailureEvent implements jdk.vm.ci.hotspot.EventProvider$CompilerFailureEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.vm.ci.hotspot.EmptyEventProvider$EmptyCompilerFailureEvent
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.EmptyEventProvider$EmptyCompilerFailureEvent this
         0: .line 101
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // jdk.vm.ci.hotspot.EmptyEventProvider$EmptyCompilerFailureEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/EmptyEventProvider$EmptyCompilerFailureEvent;

  public void commit();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.EmptyEventProvider$EmptyCompilerFailureEvent this
         0: .line 104
            invokestatic jdk.vm.ci.hotspot.EmptyEventProvider.shouldNotReachHere:()Ljava/lang/InternalError;
            athrow
        end local 0 // jdk.vm.ci.hotspot.EmptyEventProvider$EmptyCompilerFailureEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/EmptyEventProvider$EmptyCompilerFailureEvent;

  public boolean shouldWrite();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.EmptyEventProvider$EmptyCompilerFailureEvent this
         0: .line 110
            iconst_0
            ireturn
        end local 0 // jdk.vm.ci.hotspot.EmptyEventProvider$EmptyCompilerFailureEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/EmptyEventProvider$EmptyCompilerFailureEvent;

  public void setCompileId(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // jdk.vm.ci.hotspot.EmptyEventProvider$EmptyCompilerFailureEvent this
        start local 1 // int compileId
         0: .line 115
            invokestatic jdk.vm.ci.hotspot.EmptyEventProvider.shouldNotReachHere:()Ljava/lang/InternalError;
            athrow
        end local 1 // int compileId
        end local 0 // jdk.vm.ci.hotspot.EmptyEventProvider$EmptyCompilerFailureEvent this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Ljdk/vm/ci/hotspot/EmptyEventProvider$EmptyCompilerFailureEvent;
            0    1     1  compileId  I
    MethodParameters:
           Name  Flags
      compileId  

  public void setMessage(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // jdk.vm.ci.hotspot.EmptyEventProvider$EmptyCompilerFailureEvent this
        start local 1 // java.lang.String message
         0: .line 120
            invokestatic jdk.vm.ci.hotspot.EmptyEventProvider.shouldNotReachHere:()Ljava/lang/InternalError;
            athrow
        end local 1 // java.lang.String message
        end local 0 // jdk.vm.ci.hotspot.EmptyEventProvider$EmptyCompilerFailureEvent this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Ljdk/vm/ci/hotspot/EmptyEventProvider$EmptyCompilerFailureEvent;
            0    1     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  
}
SourceFile: "EmptyEventProvider.java"
NestHost: jdk.vm.ci.hotspot.EmptyEventProvider
InnerClasses:
  EmptyCompilerFailureEvent = jdk.vm.ci.hotspot.EmptyEventProvider$EmptyCompilerFailureEvent of jdk.vm.ci.hotspot.EmptyEventProvider
  public abstract CompilerFailureEvent = jdk.vm.ci.hotspot.EventProvider$CompilerFailureEvent of jdk.vm.ci.hotspot.EventProvider