public interface org.graalvm.compiler.hotspot.HotSpotCodeCacheListener
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.graalvm.compiler.hotspot.HotSpotCodeCacheListener
  super_class: java.lang.Object
{
  public void notifyInstall(jdk.vm.ci.hotspot.HotSpotCodeCacheProvider, jdk.vm.ci.code.InstalledCode, jdk.vm.ci.code.CompiledCode);
    descriptor: (Ljdk/vm/ci/hotspot/HotSpotCodeCacheProvider;Ljdk/vm/ci/code/InstalledCode;Ljdk/vm/ci/code/CompiledCode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // org.graalvm.compiler.hotspot.HotSpotCodeCacheListener this
        start local 1 // jdk.vm.ci.hotspot.HotSpotCodeCacheProvider codeCache
        start local 2 // jdk.vm.ci.code.InstalledCode installedCode
        start local 3 // jdk.vm.ci.code.CompiledCode compiledCode
         0: .line 41
            return
        end local 3 // jdk.vm.ci.code.CompiledCode compiledCode
        end local 2 // jdk.vm.ci.code.InstalledCode installedCode
        end local 1 // jdk.vm.ci.hotspot.HotSpotCodeCacheProvider codeCache
        end local 0 // org.graalvm.compiler.hotspot.HotSpotCodeCacheListener this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/graalvm/compiler/hotspot/HotSpotCodeCacheListener;
            0    1     1      codeCache  Ljdk/vm/ci/hotspot/HotSpotCodeCacheProvider;
            0    1     2  installedCode  Ljdk/vm/ci/code/InstalledCode;
            0    1     3   compiledCode  Ljdk/vm/ci/code/CompiledCode;
    MethodParameters:
               Name  Flags
      codeCache      
      installedCode  
      compiledCode   
}
SourceFile: "HotSpotCodeCacheListener.java"