class sun.awt.X11.XPropertyCache$PropertyCacheEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.awt.X11.XPropertyCache$PropertyCacheEntry
  super_class: java.lang.Object
{
  private final int format;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int numberOfItems;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long bytesAfter;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long data;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int dataLength;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int, int, long, long, int);
    descriptor: (IIJJI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=6
        start local 0 // sun.awt.X11.XPropertyCache$PropertyCacheEntry this
        start local 1 // int format
        start local 2 // int numberOfItems
        start local 3 // long bytesAfter
        start local 5 // long data
        start local 7 // int dataLength
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 0 /* this */
            iload 1 /* format */
            putfield sun.awt.X11.XPropertyCache$PropertyCacheEntry.format:I
         2: .line 50
            aload 0 /* this */
            iload 2 /* numberOfItems */
            putfield sun.awt.X11.XPropertyCache$PropertyCacheEntry.numberOfItems:I
         3: .line 51
            aload 0 /* this */
            lload 3 /* bytesAfter */
            putfield sun.awt.X11.XPropertyCache$PropertyCacheEntry.bytesAfter:J
         4: .line 52
            aload 0 /* this */
            getstatic sun.awt.X11.XlibWrapper.unsafe:Ljdk/internal/misc/Unsafe;
            iload 7 /* dataLength */
            i2l
            invokevirtual jdk.internal.misc.Unsafe.allocateMemory:(J)J
            putfield sun.awt.X11.XPropertyCache$PropertyCacheEntry.data:J
         5: .line 53
            aload 0 /* this */
            iload 7 /* dataLength */
            putfield sun.awt.X11.XPropertyCache$PropertyCacheEntry.dataLength:I
         6: .line 54
            aload 0 /* this */
            getfield sun.awt.X11.XPropertyCache$PropertyCacheEntry.data:J
            lload 5 /* data */
            iload 7 /* dataLength */
            i2l
            invokestatic sun.awt.X11.XlibWrapper.memcpy:(JJJ)V
         7: .line 55
            return
        end local 7 // int dataLength
        end local 5 // long data
        end local 3 // long bytesAfter
        end local 2 // int numberOfItems
        end local 1 // int format
        end local 0 // sun.awt.X11.XPropertyCache$PropertyCacheEntry this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lsun/awt/X11/XPropertyCache$PropertyCacheEntry;
            0    8     1         format  I
            0    8     2  numberOfItems  I
            0    8     3     bytesAfter  J
            0    8     5           data  J
            0    8     7     dataLength  I
    MethodParameters:
               Name  Flags
      format         
      numberOfItems  
      bytesAfter     
      data           
      dataLength     

  public int getFormat();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.X11.XPropertyCache$PropertyCacheEntry this
         0: .line 58
            aload 0 /* this */
            getfield sun.awt.X11.XPropertyCache$PropertyCacheEntry.format:I
            ireturn
        end local 0 // sun.awt.X11.XPropertyCache$PropertyCacheEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XPropertyCache$PropertyCacheEntry;

  public int getNumberOfItems();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.X11.XPropertyCache$PropertyCacheEntry this
         0: .line 62
            aload 0 /* this */
            getfield sun.awt.X11.XPropertyCache$PropertyCacheEntry.numberOfItems:I
            ireturn
        end local 0 // sun.awt.X11.XPropertyCache$PropertyCacheEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XPropertyCache$PropertyCacheEntry;

  public long getBytesAfter();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.X11.XPropertyCache$PropertyCacheEntry this
         0: .line 66
            aload 0 /* this */
            getfield sun.awt.X11.XPropertyCache$PropertyCacheEntry.bytesAfter:J
            lreturn
        end local 0 // sun.awt.X11.XPropertyCache$PropertyCacheEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XPropertyCache$PropertyCacheEntry;

  public long getData();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.X11.XPropertyCache$PropertyCacheEntry this
         0: .line 70
            aload 0 /* this */
            getfield sun.awt.X11.XPropertyCache$PropertyCacheEntry.data:J
            lreturn
        end local 0 // sun.awt.X11.XPropertyCache$PropertyCacheEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XPropertyCache$PropertyCacheEntry;

  public int getDataLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.X11.XPropertyCache$PropertyCacheEntry this
         0: .line 74
            aload 0 /* this */
            getfield sun.awt.X11.XPropertyCache$PropertyCacheEntry.dataLength:I
            ireturn
        end local 0 // sun.awt.X11.XPropertyCache$PropertyCacheEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XPropertyCache$PropertyCacheEntry;
}
SourceFile: "XPropertyCache.java"
NestHost: sun.awt.X11.XPropertyCache
InnerClasses:
  PropertyCacheEntry = sun.awt.X11.XPropertyCache$PropertyCacheEntry of sun.awt.X11.XPropertyCache