public class com.oracle.svm.core.Containers$Options
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.svm.core.Containers$Options
  super_class: java.lang.Object
{
  public static final com.oracle.svm.core.option.HostedOptionKey<java.lang.Boolean> UseContainerSupport;
    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 = {"Enable detection and runtime container configuration support."})

  public static final com.oracle.svm.core.option.RuntimeOptionKey<java.lang.Boolean> PreferContainerQuotaForCPUCount;
    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 = {"Calculate the container CPU availability based on the value of quotas (if set), when true. Otherwise, use the CPU shares value, provided it is less than quota."})

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 53
            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.Containers$Options.UseContainerSupport:Lcom/oracle/svm/core/option/HostedOptionKey;
         1: .line 57
            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.Containers$Options.PreferContainerQuotaForCPUCount:Lcom/oracle/svm/core/option/RuntimeOptionKey;
            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.Containers$Options this
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.core.Containers$Options this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/Containers$Options;
}
SourceFile: "Containers.java"
NestHost: com.oracle.svm.core.Containers
InnerClasses:
  public Options = com.oracle.svm.core.Containers$Options of com.oracle.svm.core.Containers