interface com.oracle.svm.core.genscavenge.GCImpl$CollectionVMOperationData extends com.oracle.svm.core.thread.NativeVMOperationData
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.oracle.svm.core.genscavenge.GCImpl$CollectionVMOperationData
  super_class: java.lang.Object
{
  public abstract int getCauseId();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.struct.RawField()

  public abstract void setCauseId(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.struct.RawField()
    MethodParameters:
       Name  Flags
      value  

  public abstract org.graalvm.word.UnsignedWord getRequestingEpoch();
    descriptor: ()Lorg/graalvm/word/UnsignedWord;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.struct.RawField()

  public abstract void setRequestingEpoch(org.graalvm.word.UnsignedWord);
    descriptor: (Lorg/graalvm/word/UnsignedWord;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.struct.RawField()
    MethodParameters:
       Name  Flags
      value  

  public abstract boolean getForceFullGC();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.struct.RawField()

  public abstract void setForceFullGC(boolean);
    descriptor: (Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.struct.RawField()
    MethodParameters:
       Name  Flags
      value  

  public abstract boolean getOutOfMemory();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.struct.RawField()

  public abstract void setOutOfMemory(boolean);
    descriptor: (Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.struct.RawField()
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "GCImpl.java"
NestHost: com.oracle.svm.core.genscavenge.GCImpl
InnerClasses:
  private abstract CollectionVMOperationData = com.oracle.svm.core.genscavenge.GCImpl$CollectionVMOperationData of com.oracle.svm.core.genscavenge.GCImpl
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.struct.RawStructure()