public final class com.oracle.svm.core.genscavenge.HeapPolicyOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.core.genscavenge.HeapPolicyOptions
  super_class: java.lang.Object
{
  public static final com.oracle.svm.core.option.RuntimeOptionKey<java.lang.Integer> MaximumHeapSizePercent;
    descriptor: Lcom/oracle/svm/core/option/RuntimeOptionKey;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/option/RuntimeOptionKey<Ljava/lang/Integer;>;
    RuntimeInvisibleAnnotations: 
      org.graalvm.compiler.options.Option(help = {"The maximum heap size as percent of physical memory"})

  public static final com.oracle.svm.core.option.RuntimeOptionKey<java.lang.Integer> MaximumYoungGenerationSizePercent;
    descriptor: Lcom/oracle/svm/core/option/RuntimeOptionKey;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/option/RuntimeOptionKey<Ljava/lang/Integer;>;
    RuntimeInvisibleAnnotations: 
      org.graalvm.compiler.options.Option(help = {"The maximum size of the young generation as a percentage of the maximum heap size"})

  public static final com.oracle.svm.core.option.HostedOptionKey<java.lang.Long> AllocationBeforePhysicalMemorySize;
    descriptor: Lcom/oracle/svm/core/option/HostedOptionKey;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/option/HostedOptionKey<Ljava/lang/Long;>;
    RuntimeInvisibleAnnotations: 
      org.graalvm.compiler.options.Option(help = {"Bytes that can be allocated before (re-)querying the physical memory size"})

  public static final com.oracle.svm.core.option.HostedOptionKey<java.lang.Long> AlignedHeapChunkSize;
    descriptor: Lcom/oracle/svm/core/option/HostedOptionKey;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/option/HostedOptionKey<Ljava/lang/Long;>;
    RuntimeInvisibleAnnotations: 
      org.graalvm.compiler.options.Option(help = {"The size of an aligned chunk."})

  public static final com.oracle.svm.core.option.HostedOptionKey<java.lang.Long> LargeArrayThreshold;
    descriptor: Lcom/oracle/svm/core/option/HostedOptionKey;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/option/HostedOptionKey<Ljava/lang/Long;>;
    RuntimeInvisibleAnnotations: 
      org.graalvm.compiler.options.Option(help = {"The size at or above which an array will be allocated in its own unaligned chunk.  0 implies (AlignedHeapChunkSize / 8)."})

  public static final com.oracle.svm.core.option.HostedOptionKey<java.lang.Boolean> ZapChunks;
    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 = {"Fill unused memory chunks with a sentinel value."})

  public static final com.oracle.svm.core.option.HostedOptionKey<java.lang.Boolean> ZapProducedHeapChunks;
    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 = {"Before use, fill memory chunks with a sentinel value."})

  public static final com.oracle.svm.core.option.HostedOptionKey<java.lang.Boolean> ZapConsumedHeapChunks;
    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 = {"After use, Fill memory chunks with a sentinel value."})

  public static final com.oracle.svm.core.option.RuntimeOptionKey<java.lang.Boolean> TraceHeapChunks;
    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 = {"Trace heap chunks during collections, if +VerboseGC and +PrintHeapShape."})

  public static final com.oracle.svm.core.option.HostedOptionKey<java.lang.Integer> MaxSurvivorSpaces;
    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 = {"Maximum number of survivor spaces."})

  public static final com.oracle.svm.core.option.RuntimeOptionKey<java.lang.Boolean> CollectYoungGenerationSeparately;
    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 = {"Determines if a full GC collects the young generation separately or together with the old generation."})

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 37
            new com.oracle.svm.core.option.RuntimeOptionKey
            dup
            bipush 80
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokespecial com.oracle.svm.core.option.RuntimeOptionKey.<init>:(Ljava/lang/Object;)V
            putstatic com.oracle.svm.core.genscavenge.HeapPolicyOptions.MaximumHeapSizePercent:Lcom/oracle/svm/core/option/RuntimeOptionKey;
         1: .line 40
            new com.oracle.svm.core.option.RuntimeOptionKey
            dup
            bipush 10
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokespecial com.oracle.svm.core.option.RuntimeOptionKey.<init>:(Ljava/lang/Object;)V
            putstatic com.oracle.svm.core.genscavenge.HeapPolicyOptions.MaximumYoungGenerationSizePercent:Lcom/oracle/svm/core/option/RuntimeOptionKey;
         2: .line 43
            new com.oracle.svm.core.option.HostedOptionKey
            dup
            ldc 1048576
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokespecial com.oracle.svm.core.option.HostedOptionKey.<init>:(Ljava/lang/Object;)V
            putstatic com.oracle.svm.core.genscavenge.HeapPolicyOptions.AllocationBeforePhysicalMemorySize:Lcom/oracle/svm/core/option/HostedOptionKey;
         3: .line 46
            new com.oracle.svm.core.genscavenge.HeapPolicyOptions$1
            dup
            ldc 1048576
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokespecial com.oracle.svm.core.genscavenge.HeapPolicyOptions$1.<init>:(Ljava/lang/Long;)V
            putstatic com.oracle.svm.core.genscavenge.HeapPolicyOptions.AlignedHeapChunkSize:Lcom/oracle/svm/core/option/HostedOptionKey;
         4: .line 59
            new com.oracle.svm.core.option.HostedOptionKey
            dup
            lconst_0
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokespecial com.oracle.svm.core.option.HostedOptionKey.<init>:(Ljava/lang/Object;)V
            putstatic com.oracle.svm.core.genscavenge.HeapPolicyOptions.LargeArrayThreshold:Lcom/oracle/svm/core/option/HostedOptionKey;
         5: .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.HeapPolicyOptions.ZapChunks:Lcom/oracle/svm/core/option/HostedOptionKey;
         6: .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.HeapPolicyOptions.ZapProducedHeapChunks:Lcom/oracle/svm/core/option/HostedOptionKey;
         7: .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.HeapPolicyOptions.ZapConsumedHeapChunks:Lcom/oracle/svm/core/option/HostedOptionKey;
         8: .line 71
            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.HeapPolicyOptions.TraceHeapChunks:Lcom/oracle/svm/core/option/RuntimeOptionKey;
         9: .line 74
            new com.oracle.svm.core.option.HostedOptionKey
            dup
            iconst_0
            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.HeapPolicyOptions.MaxSurvivorSpaces:Lcom/oracle/svm/core/option/HostedOptionKey;
        10: .line 77
            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.HeapPolicyOptions.CollectYoungGenerationSeparately:Lcom/oracle/svm/core/option/RuntimeOptionKey;
            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.HeapPolicyOptions this
         0: .line 79
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            return
        end local 0 // com.oracle.svm.core.genscavenge.HeapPolicyOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/core/genscavenge/HeapPolicyOptions;
}
SourceFile: "HeapPolicyOptions.java"
NestMembers:
  com.oracle.svm.core.genscavenge.HeapPolicyOptions$1
InnerClasses:
  com.oracle.svm.core.genscavenge.HeapPolicyOptions$1