public final class com.oracle.svm.core.genscavenge.HeapOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.core.genscavenge.HeapOptions
  super_class: java.lang.Object
{
  public static final com.oracle.svm.core.option.RuntimeOptionKey<java.lang.Boolean> PrintHeapShape;
    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 the shape of the heap before and after each collection, if +VerboseGC."})

  public static final com.oracle.svm.core.option.RuntimeOptionKey<java.lang.Boolean> PrintGCSummary;
    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 application main method returns."})

  public static final com.oracle.svm.core.option.RuntimeOptionKey<java.lang.Boolean> PrintGCTimeStamps;
    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 a time stamp at each collection, if +PrintGC or +VerboseGC."})

  public static final com.oracle.svm.core.option.RuntimeOptionKey<java.lang.Boolean> PrintGCTimes;
    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 the time for each of the phases of each collection, if +VerboseGC."})

  public static final com.oracle.svm.core.option.HostedOptionKey<java.lang.Boolean> TraceObjectPromotion;
    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 = {"Trace each object promotion (generates significant amounts of output)."})

  public static final com.oracle.svm.core.option.RuntimeOptionKey<java.lang.Boolean> HeapVerificationFailureIsFatal;
    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 = {"Failed verification of the heap (if enabled) causes termination."})

  public static final com.oracle.svm.core.option.HostedOptionKey<java.lang.Boolean> VerifyHeapBeforeCollection;
    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 each collection."})

  public static final com.oracle.svm.core.option.HostedOptionKey<java.lang.Boolean> VerifyHeapAfterCollection;
    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 after each collection."})

  public static final com.oracle.svm.core.option.HostedOptionKey<java.lang.Boolean> TraceHeapVerification;
    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 = {"Trace heap verification."})

  public static final com.oracle.svm.core.option.HostedOptionKey<java.lang.Boolean> VerifyStackBeforeCollection;
    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 stacks before each collection."})

  public static final com.oracle.svm.core.option.HostedOptionKey<java.lang.Boolean> VerifyStackAfterCollection;
    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 stacks after each collection."})

  public static final com.oracle.svm.core.option.HostedOptionKey<java.lang.Boolean> TraceStackVerification;
    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 = {"Trace stack verification."})

  public static final com.oracle.svm.core.option.HostedOptionKey<java.lang.Boolean> VerifyDirtyCardsBeforeCollection;
    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 dirty cards before each collection."})

  public static final com.oracle.svm.core.option.HostedOptionKey<java.lang.Boolean> VerifyDirtyCardsAfterCollection;
    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 dirty cards after each collection."})

  public static final com.oracle.svm.core.option.HostedOptionKey<java.lang.Integer> SoftRefLRUPolicyMSPerMB;
    descriptor: Lcom/oracle/svm/core/option/HostedOptionKey;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/option/HostedOptionKey<Ljava/lang/Integer;>;
    RuntimeInvisibleAnnotations: 
      org.graalvm.compiler.options.Option(help = {"Soft references: this number of milliseconds multiplied by the free heap memory in MByte is the time span for which a soft reference will keep its referent alive after its last access."}, type = org.graalvm.compiler.options.OptionType.Expert:Lorg/graalvm/compiler/options/OptionType;)

  public static final com.oracle.svm.core.option.HostedOptionKey<java.lang.Boolean> ImageHeapCardMarking;
    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 = {"Enables card marking for image heap objects, which arranges them in chunks. Automatically enabled when supported."}, type = org.graalvm.compiler.options.OptionType.Expert:Lorg/graalvm/compiler/options/OptionType;)

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 35
            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.genscavenge.HeapOptions.PrintHeapShape:Lcom/oracle/svm/core/option/RuntimeOptionKey;
         1: .line 38
            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.genscavenge.HeapOptions.PrintGCSummary:Lcom/oracle/svm/core/option/RuntimeOptionKey;
         2: .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.genscavenge.HeapOptions.PrintGCTimeStamps:Lcom/oracle/svm/core/option/RuntimeOptionKey;
         3: .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.genscavenge.HeapOptions.PrintGCTimes:Lcom/oracle/svm/core/option/RuntimeOptionKey;
         4: .line 47
            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.genscavenge.HeapOptions.TraceObjectPromotion:Lcom/oracle/svm/core/option/HostedOptionKey;
         5: .line 50
            new com.oracle.svm.core.option.RuntimeOptionKey
            dup
            iconst_1
            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.genscavenge.HeapOptions.HeapVerificationFailureIsFatal:Lcom/oracle/svm/core/option/RuntimeOptionKey;
         6: .line 53
            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.genscavenge.HeapOptions.VerifyHeapBeforeCollection:Lcom/oracle/svm/core/option/HostedOptionKey;
         7: .line 56
            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.genscavenge.HeapOptions.VerifyHeapAfterCollection:Lcom/oracle/svm/core/option/HostedOptionKey;
         8: .line 59
            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.genscavenge.HeapOptions.TraceHeapVerification:Lcom/oracle/svm/core/option/HostedOptionKey;
         9: .line 62
            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.genscavenge.HeapOptions.VerifyStackBeforeCollection:Lcom/oracle/svm/core/option/HostedOptionKey;
        10: .line 65
            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.genscavenge.HeapOptions.VerifyStackAfterCollection:Lcom/oracle/svm/core/option/HostedOptionKey;
        11: .line 68
            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.genscavenge.HeapOptions.TraceStackVerification:Lcom/oracle/svm/core/option/HostedOptionKey;
        12: .line 71
            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.genscavenge.HeapOptions.VerifyDirtyCardsBeforeCollection:Lcom/oracle/svm/core/option/HostedOptionKey;
        13: .line 74
            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.genscavenge.HeapOptions.VerifyDirtyCardsAfterCollection:Lcom/oracle/svm/core/option/HostedOptionKey;
        14: .line 78
            new com.oracle.svm.core.option.HostedOptionKey
            dup
            sipush 1000
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokespecial com.oracle.svm.core.option.HostedOptionKey.<init>:(Ljava/lang/Object;)V
            putstatic com.oracle.svm.core.genscavenge.HeapOptions.SoftRefLRUPolicyMSPerMB:Lcom/oracle/svm/core/option/HostedOptionKey;
        15: .line 81
            new com.oracle.svm.core.option.HostedOptionKey
            dup
            aconst_null
            invokespecial com.oracle.svm.core.option.HostedOptionKey.<init>:(Ljava/lang/Object;)V
            putstatic com.oracle.svm.core.genscavenge.HeapOptions.ImageHeapCardMarking:Lcom/oracle/svm/core/option/HostedOptionKey;
            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.core.genscavenge.HeapOptions this
         0: .line 83
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 84
            return
        end local 0 // com.oracle.svm.core.genscavenge.HeapOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/core/genscavenge/HeapOptions;
}
SourceFile: "HeapOptions.java"