Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8297217

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 20
    • 20
    • 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();
      }

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

              Created:
              Updated:
              Resolved: