class jdk.vm.ci.hotspot.EmptyEventProvider$EmptyCompilationEvent implements jdk.vm.ci.hotspot.EventProvider$CompilationEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.vm.ci.hotspot.EmptyEventProvider$EmptyCompilationEvent
  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$EmptyCompilationEvent this
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // jdk.vm.ci.hotspot.EmptyEventProvider$EmptyCompilationEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/EmptyEventProvider$EmptyCompilationEvent;

  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$EmptyCompilationEvent this
         0: .line 43
            invokestatic jdk.vm.ci.hotspot.EmptyEventProvider.shouldNotReachHere:()Ljava/lang/InternalError;
            athrow
        end local 0 // jdk.vm.ci.hotspot.EmptyEventProvider$EmptyCompilationEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/EmptyEventProvider$EmptyCompilationEvent;

  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$EmptyCompilationEvent this
         0: .line 49
            iconst_0
            ireturn
        end local 0 // jdk.vm.ci.hotspot.EmptyEventProvider$EmptyCompilationEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/EmptyEventProvider$EmptyCompilationEvent;

  public void begin();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.EmptyEventProvider$EmptyCompilationEvent this
         0: .line 54
            return
        end local 0 // jdk.vm.ci.hotspot.EmptyEventProvider$EmptyCompilationEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/EmptyEventProvider$EmptyCompilationEvent;

  public void end();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.EmptyEventProvider$EmptyCompilationEvent this
         0: .line 58
            return
        end local 0 // jdk.vm.ci.hotspot.EmptyEventProvider$EmptyCompilationEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/EmptyEventProvider$EmptyCompilationEvent;

  public void setMethod(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$EmptyCompilationEvent this
        start local 1 // java.lang.String method
         0: .line 62
            invokestatic jdk.vm.ci.hotspot.EmptyEventProvider.shouldNotReachHere:()Ljava/lang/InternalError;
            athrow
        end local 1 // java.lang.String method
        end local 0 // jdk.vm.ci.hotspot.EmptyEventProvider$EmptyCompilationEvent this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Ljdk/vm/ci/hotspot/EmptyEventProvider$EmptyCompilationEvent;
            0    1     1  method  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      method  

  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$EmptyCompilationEvent this
        start local 1 // int compileId
         0: .line 67
            invokestatic jdk.vm.ci.hotspot.EmptyEventProvider.shouldNotReachHere:()Ljava/lang/InternalError;
            athrow
        end local 1 // int compileId
        end local 0 // jdk.vm.ci.hotspot.EmptyEventProvider$EmptyCompilationEvent this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Ljdk/vm/ci/hotspot/EmptyEventProvider$EmptyCompilationEvent;
            0    1     1  compileId  I
    MethodParameters:
           Name  Flags
      compileId  

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

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

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

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

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