Incorrect generation name in the heap verification log message with Serial GC

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 20
    • Affects Version/s: 20
    • Component/s: hotspot
    • None
    • gc
    • b25

      The log message when verifying young gen prints the name of the old generation:

      void GenCollectedHeap::verify(VerifyOption option /* ignored */) {
        log_debug(gc, verify)("%s", _old_gen->name());
        _old_gen->verify();

        log_debug(gc, verify)("%s", _old_gen->name());
        _young_gen->verify();

        log_debug(gc, verify)("RemSet");
        rem_set()->verify();
      }

            Assignee:
            Ashutosh Mehra
            Reporter:
            Ashutosh Mehra
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: