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

Humongous mis-spelled in log output

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • hotspot
    • None
    • gc
    • b107

      From an email from Charlie Hunt:

      I noticed we have a mis-spelling of humongous in:
      ./vm/gc/g1/g1RemSetSummary.cpp
        RegionTypeCounter _humonguous;
        HRRSStatsIter() : _all("All"), _young("Young"), _humonguous("Humonguous"),
            current = &_humonguous;
          RegionTypeCounter* counters[] = { &_young, &_humonguous, &_free, &_old, NULL };

      Also note the variable name also happens to be misspelled too. But, that's probably not as as annoying as when you see the mis-spelling in G1 log output.

      This mis-spelling of humongous shows in summarized RSet out produced by G1SummarizeRSetStats.

            brutisso Bengt Rutisson (Inactive)
            brutisso Bengt Rutisson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: