final class com.oracle.svm.graal.hotspot.libgraal.Target_jdk_vm_ci_services_Services
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.graal.hotspot.libgraal.Target_jdk_vm_ci_services_Services
  super_class: java.lang.Object
{
  public static boolean IS_IN_NATIVE_IMAGE;
    descriptor: Z
    flags: (0x0009) ACC_PUBLIC, 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)

  private static java.util.Map<java.lang.String, java.lang.String> savedProperties;
    descriptor: Ljava/util/Map;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Alias()
      com.oracle.svm.core.annotate.RecomputeFieldValue(kind = com.oracle.svm.core.annotate.RecomputeFieldValue$Kind.Reset:Lcom/oracle/svm/core/annotate/RecomputeFieldValue$Kind;)

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 44
            iconst_1
            putstatic com.oracle.svm.graal.hotspot.libgraal.Target_jdk_vm_ci_services_Services.IS_IN_NATIVE_IMAGE:Z
         1: .line 53
            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.graal.hotspot.libgraal.Target_jdk_vm_ci_services_Services this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.graal.hotspot.libgraal.Target_jdk_vm_ci_services_Services this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/graal/hotspot/libgraal/Target_jdk_vm_ci_services_Services;
}
SourceFile: "LibGraalSubstitutions.java"
InnerClasses:
  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 = Ljdk/vm/ci/services/Services;, onlyWith = {Lcom/oracle/svm/graal/hotspot/libgraal/LibGraalFeature$IsEnabled;})