final class com.oracle.svm.core.SubstrateUtil$Target_com_oracle_svm_core_SubstrateUtil
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.core.SubstrateUtil$Target_com_oracle_svm_core_SubstrateUtil
  super_class: java.lang.Object
{
  private static boolean HOSTED;
    descriptor: Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Alias()
      com.oracle.svm.core.annotate.RecomputeFieldValue(kind = com.oracle.svm.core.annotate.RecomputeFieldValue$Kind.FromAlias:Lcom/oracle/svm/core/annotate/RecomputeFieldValue$Kind;, isFinal = true)

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 172
            iconst_0
            putstatic com.oracle.svm.core.SubstrateUtil$Target_com_oracle_svm_core_SubstrateUtil.HOSTED:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.SubstrateUtil$Target_com_oracle_svm_core_SubstrateUtil this
         0: .line 170
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.core.SubstrateUtil$Target_com_oracle_svm_core_SubstrateUtil this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/SubstrateUtil$Target_com_oracle_svm_core_SubstrateUtil;
}
SourceFile: "SubstrateUtil.java"
NestHost: com.oracle.svm.core.SubstrateUtil
InnerClasses:
  final Target_com_oracle_svm_core_SubstrateUtil = com.oracle.svm.core.SubstrateUtil$Target_com_oracle_svm_core_SubstrateUtil of com.oracle.svm.core.SubstrateUtil
  public final Kind = com.oracle.svm.core.annotate.RecomputeFieldValue$Kind of com.oracle.svm.core.annotate.RecomputeFieldValue
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.TargetClass(value = Lcom/oracle/svm/core/SubstrateUtil;)