public class com.oracle.svm.core.SubstrateGCOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.svm.core.SubstrateGCOptions
  super_class: java.lang.Object
{
  public static final com.oracle.svm.core.option.RuntimeOptionKey<java.lang.Boolean> PrintGC;
    descriptor: Lcom/oracle/svm/core/option/RuntimeOptionKey;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/option/RuntimeOptionKey<Ljava/lang/Boolean;>;
    RuntimeInvisibleAnnotations: 
      org.graalvm.compiler.options.Option(help = {"Print summary GC information after each collection"}, type = org.graalvm.compiler.options.OptionType.Expert:Lorg/graalvm/compiler/options/OptionType;)

  public static final com.oracle.svm.core.option.RuntimeOptionKey<java.lang.Boolean> VerboseGC;
    descriptor: Lcom/oracle/svm/core/option/RuntimeOptionKey;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/option/RuntimeOptionKey<Ljava/lang/Boolean;>;
    RuntimeInvisibleAnnotations: 
      org.graalvm.compiler.options.Option(help = {"Print more information about the heap before and after each collection"}, type = org.graalvm.compiler.options.OptionType.Expert:Lorg/graalvm/compiler/options/OptionType;)

  public static final com.oracle.svm.core.option.HostedOptionKey<java.lang.Boolean> TreatRuntimeCodeInfoReferencesAsWeak;
    descriptor: Lcom/oracle/svm/core/option/HostedOptionKey;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/option/HostedOptionKey<Ljava/lang/Boolean;>;
    RuntimeInvisibleAnnotations: 
      org.graalvm.compiler.options.Option(help = {"Determines if references from runtime-compiled code to Java heap objects should be treated as strong or weak."}, type = org.graalvm.compiler.options.OptionType.Debug:Lorg/graalvm/compiler/options/OptionType;)

  public static final com.oracle.svm.core.option.HostedOptionKey<java.lang.Boolean> VerifyHeap;
    descriptor: Lcom/oracle/svm/core/option/HostedOptionKey;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/option/HostedOptionKey<Ljava/lang/Boolean;>;
    RuntimeInvisibleAnnotations: 
      org.graalvm.compiler.options.Option(help = {"Verify the heap before and after each collection."})

  public static final com.oracle.svm.core.option.RuntimeOptionKey<java.lang.Boolean> DisableExplicitGC;
    descriptor: Lcom/oracle/svm/core/option/RuntimeOptionKey;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/option/RuntimeOptionKey<Ljava/lang/Boolean;>;
    RuntimeInvisibleAnnotations: 
      org.graalvm.compiler.options.Option(help = {"Ignore calls to System.gc()"}, type = org.graalvm.compiler.options.OptionType.Expert:Lorg/graalvm/compiler/options/OptionType;)

  public static final com.oracle.svm.core.option.RuntimeOptionKey<java.lang.Long> MinHeapSize;
    descriptor: Lcom/oracle/svm/core/option/RuntimeOptionKey;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/option/RuntimeOptionKey<Ljava/lang/Long;>;
    RuntimeInvisibleAnnotations: 
      org.graalvm.compiler.options.Option(help = {"The minimum heap size at run-time, in bytes."}, type = org.graalvm.compiler.options.OptionType.User:Lorg/graalvm/compiler/options/OptionType;)

  public static final com.oracle.svm.core.option.RuntimeOptionKey<java.lang.Long> MaxHeapSize;
    descriptor: Lcom/oracle/svm/core/option/RuntimeOptionKey;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/option/RuntimeOptionKey<Ljava/lang/Long;>;
    RuntimeInvisibleAnnotations: 
      org.graalvm.compiler.options.Option(help = {"The maximum heap size at run-time, in bytes."}, type = org.graalvm.compiler.options.OptionType.User:Lorg/graalvm/compiler/options/OptionType;)

  public static final com.oracle.svm.core.option.RuntimeOptionKey<java.lang.Long> MaxNewSize;
    descriptor: Lcom/oracle/svm/core/option/RuntimeOptionKey;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/option/RuntimeOptionKey<Ljava/lang/Long;>;
    RuntimeInvisibleAnnotations: 
      org.graalvm.compiler.options.Option(help = {"The maximum size of the young generation at run-time, in bytes"}, type = org.graalvm.compiler.options.OptionType.User:Lorg/graalvm/compiler/options/OptionType;)

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 41
            new com.oracle.svm.core.option.RuntimeOptionKey
            dup
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokespecial com.oracle.svm.core.option.RuntimeOptionKey.<init>:(Ljava/lang/Object;)V
            putstatic com.oracle.svm.core.SubstrateGCOptions.PrintGC:Lcom/oracle/svm/core/option/RuntimeOptionKey;
         1: .line 44
            new com.oracle.svm.core.option.RuntimeOptionKey
            dup
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokespecial com.oracle.svm.core.option.RuntimeOptionKey.<init>:(Ljava/lang/Object;)V
            putstatic com.oracle.svm.core.SubstrateGCOptions.VerboseGC:Lcom/oracle/svm/core/option/RuntimeOptionKey;
         2: .line 47
            new com.oracle.svm.core.option.HostedOptionKey
            dup
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokespecial com.oracle.svm.core.option.HostedOptionKey.<init>:(Ljava/lang/Object;)V
            putstatic com.oracle.svm.core.SubstrateGCOptions.TreatRuntimeCodeInfoReferencesAsWeak:Lcom/oracle/svm/core/option/HostedOptionKey;
         3: .line 50
            new com.oracle.svm.core.option.HostedOptionKey
            dup
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokespecial com.oracle.svm.core.option.HostedOptionKey.<init>:(Ljava/lang/Object;)V
            putstatic com.oracle.svm.core.SubstrateGCOptions.VerifyHeap:Lcom/oracle/svm/core/option/HostedOptionKey;
         4: .line 53
            new com.oracle.svm.core.option.RuntimeOptionKey
            dup
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokespecial com.oracle.svm.core.option.RuntimeOptionKey.<init>:(Ljava/lang/Object;)V
            putstatic com.oracle.svm.core.SubstrateGCOptions.DisableExplicitGC:Lcom/oracle/svm/core/option/RuntimeOptionKey;
         5: .line 56
            new com.oracle.svm.core.SubstrateGCOptions$1
            dup
            lconst_0
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokespecial com.oracle.svm.core.SubstrateGCOptions$1.<init>:(Ljava/lang/Long;)V
            putstatic com.oracle.svm.core.SubstrateGCOptions.MinHeapSize:Lcom/oracle/svm/core/option/RuntimeOptionKey;
         6: .line 66
            new com.oracle.svm.core.SubstrateGCOptions$2
            dup
            lconst_0
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokespecial com.oracle.svm.core.SubstrateGCOptions$2.<init>:(Ljava/lang/Long;)V
            putstatic com.oracle.svm.core.SubstrateGCOptions.MaxHeapSize:Lcom/oracle/svm/core/option/RuntimeOptionKey;
         7: .line 76
            new com.oracle.svm.core.SubstrateGCOptions$3
            dup
            lconst_0
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokespecial com.oracle.svm.core.SubstrateGCOptions$3.<init>:(Ljava/lang/Long;)V
            putstatic com.oracle.svm.core.SubstrateGCOptions.MaxNewSize:Lcom/oracle/svm/core/option/RuntimeOptionKey;
         8: .line 83
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.SubstrateGCOptions this
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.core.SubstrateGCOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/SubstrateGCOptions;
}
SourceFile: "SubstrateGCOptions.java"
NestMembers:
  com.oracle.svm.core.SubstrateGCOptions$1  com.oracle.svm.core.SubstrateGCOptions$2  com.oracle.svm.core.SubstrateGCOptions$3
InnerClasses:
  com.oracle.svm.core.SubstrateGCOptions$1
  com.oracle.svm.core.SubstrateGCOptions$2
  com.oracle.svm.core.SubstrateGCOptions$3