public class sun.java2d.cmm.Profile
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.java2d.cmm.Profile
  super_class: java.lang.Object
{
  private final long nativePtr;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(long);
    descriptor: (J)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.java2d.cmm.Profile this
        start local 1 // long ptr
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            lload 1 /* ptr */
            putfield sun.java2d.cmm.Profile.nativePtr:J
         2: .line 35
            return
        end local 1 // long ptr
        end local 0 // sun.java2d.cmm.Profile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/java2d/cmm/Profile;
            0    3     1   ptr  J
    MethodParameters:
      Name  Flags
      ptr   

  protected final long getNativePtr();
    descriptor: ()J
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.java2d.cmm.Profile this
         0: .line 38
            aload 0 /* this */
            getfield sun.java2d.cmm.Profile.nativePtr:J
            lconst_0
            lcmp
            ifne 2
         1: .line 39
            new java.awt.color.CMMException
            dup
            ldc "Invalid profile: ptr is null"
            invokespecial java.awt.color.CMMException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 41
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.cmm.Profile.nativePtr:J
            lreturn
        end local 0 // sun.java2d.cmm.Profile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/java2d/cmm/Profile;
}
SourceFile: "Profile.java"