class com.oracle.svm.core.genscavenge.GreyToBlackObjectVisitor$DiagnosticReporter$Options
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.svm.core.genscavenge.GreyToBlackObjectVisitor$DiagnosticReporter$Options
  super_class: java.lang.Object
{
  static final com.oracle.svm.core.option.HostedOptionKey<java.lang.Integer> GreyToBlackObjectVisitorDiagnosticHistory;
    descriptor: Lcom/oracle/svm/core/option/HostedOptionKey;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/option/HostedOptionKey<Ljava/lang/Integer;>;
    RuntimeInvisibleAnnotations: 
      org.graalvm.compiler.options.Option(help = {"Length of GreyToBlackObjectVisitor history for diagnostics. 0 implies no history is kept."})

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 98
            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.GreyToBlackObjectVisitor$DiagnosticReporter$Options.GreyToBlackObjectVisitorDiagnosticHistory:Lcom/oracle/svm/core/option/HostedOptionKey;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.genscavenge.GreyToBlackObjectVisitor$DiagnosticReporter$Options this
         0: .line 96
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.core.genscavenge.GreyToBlackObjectVisitor$DiagnosticReporter$Options this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/genscavenge/GreyToBlackObjectVisitor$DiagnosticReporter$Options;
}
SourceFile: "GreyToBlackObjectVisitor.java"
NestHost: com.oracle.svm.core.genscavenge.GreyToBlackObjectVisitor
InnerClasses:
  final DiagnosticReporter = com.oracle.svm.core.genscavenge.GreyToBlackObjectVisitor$DiagnosticReporter of com.oracle.svm.core.genscavenge.GreyToBlackObjectVisitor
  Options = com.oracle.svm.core.genscavenge.GreyToBlackObjectVisitor$DiagnosticReporter$Options of com.oracle.svm.core.genscavenge.GreyToBlackObjectVisitor$DiagnosticReporter