final class com.oracle.svm.core.genscavenge.Target_java_lang_Runtime
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.core.genscavenge.Target_java_lang_Runtime
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.genscavenge.Target_java_lang_Runtime this
         0: .line 724
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.core.genscavenge.Target_java_lang_Runtime this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/genscavenge/Target_java_lang_Runtime;

  private long freeMemory();
    descriptor: ()J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.genscavenge.Target_java_lang_Runtime this
         0: .line 727
            aload 0 /* this */
            invokevirtual com.oracle.svm.core.genscavenge.Target_java_lang_Runtime.maxMemory:()J
            invokestatic com.oracle.svm.core.genscavenge.HeapImpl.getHeapImpl:()Lcom/oracle/svm/core/genscavenge/HeapImpl;
            invokevirtual com.oracle.svm.core.genscavenge.HeapImpl.getUsedBytes:()Lorg/graalvm/word/UnsignedWord;
            invokeinterface org.graalvm.word.UnsignedWord.rawValue:()J
            lsub
            lreturn
        end local 0 // com.oracle.svm.core.genscavenge.Target_java_lang_Runtime this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/genscavenge/Target_java_lang_Runtime;
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Substitute()

  private long totalMemory();
    descriptor: ()J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.genscavenge.Target_java_lang_Runtime this
         0: .line 732
            aload 0 /* this */
            invokevirtual com.oracle.svm.core.genscavenge.Target_java_lang_Runtime.maxMemory:()J
            lreturn
        end local 0 // com.oracle.svm.core.genscavenge.Target_java_lang_Runtime this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/genscavenge/Target_java_lang_Runtime;
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Substitute()

  private long maxMemory();
    descriptor: ()J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.genscavenge.Target_java_lang_Runtime this
         0: .line 738
            invokestatic com.oracle.svm.core.heap.PhysicalMemory.size:()Lorg/graalvm/word/UnsignedWord;
            pop
         1: .line 739
            invokestatic com.oracle.svm.core.genscavenge.HeapPolicy.getMaximumHeapSize:()Lorg/graalvm/word/UnsignedWord;
            invokeinterface org.graalvm.word.UnsignedWord.rawValue:()J
            lreturn
        end local 0 // com.oracle.svm.core.genscavenge.Target_java_lang_Runtime this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/core/genscavenge/Target_java_lang_Runtime;
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Substitute()

  private void gc();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.genscavenge.Target_java_lang_Runtime this
         0: .line 744
            invokestatic com.oracle.svm.core.genscavenge.HeapPolicy.maybeCauseUserRequestedCollection:()V
         1: .line 745
            return
        end local 0 // com.oracle.svm.core.genscavenge.Target_java_lang_Runtime this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/core/genscavenge/Target_java_lang_Runtime;
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Substitute()
}
SourceFile: "HeapImpl.java"
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.TargetClass(value = Ljava/lang/Runtime;, onlyWith = {Lcom/oracle/svm/core/genscavenge/UseCardRememberedSetHeap;})