public class sun.jvm.hotspot.oops.VirtualCallData<K, M> extends sun.jvm.hotspot.oops.ReceiverTypeData<K, M>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.oops.VirtualCallData
  super_class: sun.jvm.hotspot.oops.ReceiverTypeData
{
  public void <init>(sun.jvm.hotspot.oops.MethodDataInterface<K, M>, sun.jvm.hotspot.oops.DataLayout);
    descriptor: (Lsun/jvm/hotspot/oops/MethodDataInterface;Lsun/jvm/hotspot/oops/DataLayout;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.oops.VirtualCallData this
        start local 1 // sun.jvm.hotspot.oops.MethodDataInterface methodData
        start local 2 // sun.jvm.hotspot.oops.DataLayout layout
         0: .line 40
            aload 0 /* this */
            aload 1 /* methodData */
            aload 2 /* layout */
            invokespecial sun.jvm.hotspot.oops.ReceiverTypeData.<init>:(Lsun/jvm/hotspot/oops/MethodDataInterface;Lsun/jvm/hotspot/oops/DataLayout;)V
         1: .line 42
            return
        end local 2 // sun.jvm.hotspot.oops.DataLayout layout
        end local 1 // sun.jvm.hotspot.oops.MethodDataInterface methodData
        end local 0 // sun.jvm.hotspot.oops.VirtualCallData this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lsun/jvm/hotspot/oops/VirtualCallData<TK;TM;>;
            0    2     1  methodData  Lsun/jvm/hotspot/oops/MethodDataInterface<TK;TM;>;
            0    2     2      layout  Lsun/jvm/hotspot/oops/DataLayout;
    Signature: (Lsun/jvm/hotspot/oops/MethodDataInterface<TK;TM;>;Lsun/jvm/hotspot/oops/DataLayout;)V
    MethodParameters:
            Name  Flags
      methodData  
      layout      

  static int staticCellCount();
    descriptor: ()I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 47
            invokestatic sun.jvm.hotspot.oops.ReceiverTypeData.staticCellCount:()I
            istore 0 /* cellCount */
        start local 0 // int cellCount
         1: .line 48
            getstatic sun.jvm.hotspot.oops.VirtualCallData.INCLUDE_JVMCI:I
            iconst_1
            if_icmpne 3
         2: .line 49
            iload 0 /* cellCount */
            getstatic sun.jvm.hotspot.oops.MethodData.MethodProfileWidth:I
            getstatic sun.jvm.hotspot.oops.VirtualCallData.receiverTypeRowCellCount:I
            imul
            iadd
            istore 0 /* cellCount */
         3: .line 51
      StackMap locals: int
      StackMap stack:
            iload 0 /* cellCount */
            ireturn
        end local 0 // int cellCount
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            1    4     0  cellCount  I

  public int cellCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.VirtualCallData this
         0: .line 55
            invokestatic sun.jvm.hotspot.oops.VirtualCallData.staticCellCount:()I
            ireturn
        end local 0 // sun.jvm.hotspot.oops.VirtualCallData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/VirtualCallData<TK;TM;>;

  static int virtualCallDataSize();
    descriptor: ()I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 60
            invokestatic sun.jvm.hotspot.oops.VirtualCallData.staticCellCount:()I
            invokestatic sun.jvm.hotspot.oops.VirtualCallData.cellOffset:(I)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void printDataOn(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.VirtualCallData this
        start local 1 // java.io.PrintStream st
         0: .line 64
            aload 0 /* this */
            aload 1 /* st */
            ldc "VirtualCallData"
            invokevirtual sun.jvm.hotspot.oops.VirtualCallData.printShared:(Ljava/io/PrintStream;Ljava/lang/String;)V
         1: .line 65
            aload 0 /* this */
            aload 1 /* st */
            invokevirtual sun.jvm.hotspot.oops.VirtualCallData.printReceiverDataOn:(Ljava/io/PrintStream;)V
         2: .line 66
            return
        end local 1 // java.io.PrintStream st
        end local 0 // sun.jvm.hotspot.oops.VirtualCallData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/oops/VirtualCallData<TK;TM;>;
            0    3     1    st  Ljava/io/PrintStream;
    MethodParameters:
      Name  Flags
      st    
}
Signature: <K:Ljava/lang/Object;M:Ljava/lang/Object;>Lsun/jvm/hotspot/oops/ReceiverTypeData<TK;TM;>;
SourceFile: "VirtualCallData.java"