public final class com.oracle.svm.hosted.GraalEdgeUnsafePartition implements com.oracle.graal.pointsto.api.UnsafePartitionKind
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.hosted.GraalEdgeUnsafePartition
  super_class: java.lang.Object
{
  private static final com.oracle.svm.hosted.GraalEdgeUnsafePartition thisPartition;
    descriptor: Lcom/oracle/svm/hosted/GraalEdgeUnsafePartition;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 34
            new com.oracle.svm.hosted.GraalEdgeUnsafePartition
            dup
            invokespecial com.oracle.svm.hosted.GraalEdgeUnsafePartition.<init>:()V
            putstatic com.oracle.svm.hosted.GraalEdgeUnsafePartition.thisPartition:Lcom/oracle/svm/hosted/GraalEdgeUnsafePartition;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.GraalEdgeUnsafePartition this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            return
        end local 0 // com.oracle.svm.hosted.GraalEdgeUnsafePartition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/hosted/GraalEdgeUnsafePartition;

  public static com.oracle.graal.pointsto.api.UnsafePartitionKind get();
    descriptor: ()Lcom/oracle/graal/pointsto/api/UnsafePartitionKind;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 40
            getstatic com.oracle.svm.hosted.GraalEdgeUnsafePartition.thisPartition:Lcom/oracle/svm/hosted/GraalEdgeUnsafePartition;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.GraalEdgeUnsafePartition this
         0: .line 45
            ldc "GRAAL_EDGE"
            areturn
        end local 0 // com.oracle.svm.hosted.GraalEdgeUnsafePartition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/GraalEdgeUnsafePartition;
}
SourceFile: "GraalEdgeUnsafePartition.java"