final class com.oracle.svm.core.ContainerInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.core.ContainerInfo
  super_class: java.lang.Object
{
  private final com.oracle.svm.core.containers.Metrics metrics;
    descriptor: Lcom/oracle/svm/core/containers/Metrics;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.ContainerInfo this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            invokestatic com.oracle.svm.core.containers.Container.metrics:()Lcom/oracle/svm/core/containers/Metrics;
            putfield com.oracle.svm.core.ContainerInfo.metrics:Lcom/oracle/svm/core/containers/Metrics;
         2: .line 33
            return
        end local 0 // com.oracle.svm.core.ContainerInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/svm/core/ContainerInfo;

  boolean isContainerized();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.ContainerInfo this
         0: .line 37
            aload 0 /* this */
            getfield com.oracle.svm.core.ContainerInfo.metrics:Lcom/oracle/svm/core/containers/Metrics;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.svm.core.ContainerInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/core/ContainerInfo;

  long getCpuQuota();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.ContainerInfo this
         0: .line 41
            aload 0 /* this */
            invokevirtual com.oracle.svm.core.ContainerInfo.isContainerized:()Z
            ifeq 1
            aload 0 /* this */
            getfield com.oracle.svm.core.ContainerInfo.metrics:Lcom/oracle/svm/core/containers/Metrics;
            invokeinterface com.oracle.svm.core.containers.Metrics.getCpuQuota:()J
            goto 2
      StackMap locals:
      StackMap stack:
         1: ldc -1
      StackMap locals:
      StackMap stack: long
         2: lreturn
        end local 0 // com.oracle.svm.core.ContainerInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/svm/core/ContainerInfo;

  long getCpuPeriod();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.ContainerInfo this
         0: .line 45
            aload 0 /* this */
            invokevirtual com.oracle.svm.core.ContainerInfo.isContainerized:()Z
            ifeq 1
            aload 0 /* this */
            getfield com.oracle.svm.core.ContainerInfo.metrics:Lcom/oracle/svm/core/containers/Metrics;
            invokeinterface com.oracle.svm.core.containers.Metrics.getCpuPeriod:()J
            goto 2
      StackMap locals:
      StackMap stack:
         1: ldc -1
      StackMap locals:
      StackMap stack: long
         2: lreturn
        end local 0 // com.oracle.svm.core.ContainerInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/svm/core/ContainerInfo;

  long getCpuShares();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.ContainerInfo this
         0: .line 49
            aload 0 /* this */
            invokevirtual com.oracle.svm.core.ContainerInfo.isContainerized:()Z
            ifeq 1
            aload 0 /* this */
            getfield com.oracle.svm.core.ContainerInfo.metrics:Lcom/oracle/svm/core/containers/Metrics;
            invokeinterface com.oracle.svm.core.containers.Metrics.getCpuShares:()J
            goto 2
      StackMap locals:
      StackMap stack:
         1: ldc -1
      StackMap locals:
      StackMap stack: long
         2: lreturn
        end local 0 // com.oracle.svm.core.ContainerInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/svm/core/ContainerInfo;

  long getMemoryLimit();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.ContainerInfo this
         0: .line 53
            aload 0 /* this */
            invokevirtual com.oracle.svm.core.ContainerInfo.isContainerized:()Z
            ifeq 1
            aload 0 /* this */
            getfield com.oracle.svm.core.ContainerInfo.metrics:Lcom/oracle/svm/core/containers/Metrics;
            invokeinterface com.oracle.svm.core.containers.Metrics.getMemoryLimit:()J
            goto 2
      StackMap locals:
      StackMap stack:
         1: ldc -1
      StackMap locals:
      StackMap stack: long
         2: lreturn
        end local 0 // com.oracle.svm.core.ContainerInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/svm/core/ContainerInfo;
}
SourceFile: "ContainerInfo.java"