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

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

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • 20
    • 20
    • hotspot
    • None
    • gc
    • b25

    Description

      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();
      }

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: