class org.graalvm.compiler.truffle.compiler.hotspot.HotSpotPartialEvaluator$1 extends java.util.LinkedHashMap<jdk.vm.ci.meta.ResolvedJavaMethod, org.graalvm.compiler.nodes.EncodedGraph>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.truffle.compiler.hotspot.HotSpotPartialEvaluator$1
  super_class: java.util.LinkedHashMap
{
  final org.graalvm.compiler.truffle.compiler.hotspot.HotSpotPartialEvaluator this$0;
    descriptor: Lorg/graalvm/compiler/truffle/compiler/hotspot/HotSpotPartialEvaluator;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.graalvm.compiler.truffle.compiler.hotspot.HotSpotPartialEvaluator, int, float, boolean);
    descriptor: (Lorg/graalvm/compiler/truffle/compiler/hotspot/HotSpotPartialEvaluator;IFZ)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.graalvm.compiler.truffle.compiler.hotspot.HotSpotPartialEvaluator$1 this
        start local 2 // int $anonymous0
        start local 3 // float $anonymous1
        start local 4 // boolean $anonymous2
         0: .line 81
            aload 0 /* this */
            aload 1
            putfield org.graalvm.compiler.truffle.compiler.hotspot.HotSpotPartialEvaluator$1.this$0:Lorg/graalvm/compiler/truffle/compiler/hotspot/HotSpotPartialEvaluator;
            aload 0 /* this */
            iload 2 /* $anonymous0 */
            fload 3 /* $anonymous1 */
            iload 4 /* $anonymous2 */
            invokespecial java.util.LinkedHashMap.<init>:(IFZ)V
            return
        end local 4 // boolean $anonymous2
        end local 3 // float $anonymous1
        end local 2 // int $anonymous0
        end local 0 // org.graalvm.compiler.truffle.compiler.hotspot.HotSpotPartialEvaluator$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/graalvm/compiler/truffle/compiler/hotspot/HotSpotPartialEvaluator$1;
            0    1     2  $anonymous0  I
            0    1     3  $anonymous1  F
            0    1     4  $anonymous2  Z
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  
      $anonymous2  

  protected boolean removeEldestEntry(java.util.Map$Entry<jdk.vm.ci.meta.ResolvedJavaMethod, org.graalvm.compiler.nodes.EncodedGraph>);
    descriptor: (Ljava/util/Map$Entry;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.compiler.hotspot.HotSpotPartialEvaluator$1 this
        start local 1 // java.util.Map$Entry eldest
         0: .line 85
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.compiler.hotspot.HotSpotPartialEvaluator$1.this$0:Lorg/graalvm/compiler/truffle/compiler/hotspot/HotSpotPartialEvaluator;
            getfield org.graalvm.compiler.truffle.compiler.hotspot.HotSpotPartialEvaluator.encodedGraphCacheCapacity:I
            iflt 1
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.truffle.compiler.hotspot.HotSpotPartialEvaluator$1.size:()I
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.compiler.hotspot.HotSpotPartialEvaluator$1.this$0:Lorg/graalvm/compiler/truffle/compiler/hotspot/HotSpotPartialEvaluator;
            getfield org.graalvm.compiler.truffle.compiler.hotspot.HotSpotPartialEvaluator.encodedGraphCacheCapacity:I
            if_icmple 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.util.Map$Entry eldest
        end local 0 // org.graalvm.compiler.truffle.compiler.hotspot.HotSpotPartialEvaluator$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/graalvm/compiler/truffle/compiler/hotspot/HotSpotPartialEvaluator$1;
            0    2     1  eldest  Ljava/util/Map$Entry<Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/nodes/EncodedGraph;>;
    Signature: (Ljava/util/Map$Entry<Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/nodes/EncodedGraph;>;)Z
    MethodParameters:
        Name  Flags
      eldest  
}
Signature: Ljava/util/LinkedHashMap<Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/nodes/EncodedGraph;>;
SourceFile: "HotSpotPartialEvaluator.java"
EnclosingMethod: org.graalvm.compiler.truffle.compiler.hotspot.HotSpotPartialEvaluator.createEncodedGraphMap:()Ljava/util/Map;
NestHost: org.graalvm.compiler.truffle.compiler.hotspot.HotSpotPartialEvaluator
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  org.graalvm.compiler.truffle.compiler.hotspot.HotSpotPartialEvaluator$1