JDK-8148960: Humongous mis-spelled in log output

Bengt Rutisson bengt.rutisson at oracle.com
Wed Feb 3 16:34:25 UTC 2016


Hi Jesper,

On 2016-02-03 17:24, Jesper Wilhelmsson wrote:
> Hi Bengt,
>
> It seems you missed the declaration of the variable:
>
> 224   RegionTypeCounter _humonguous;

Good catch!

I had already noticed that when I built, but I had created the webrev 
before that. Sorry about that. Glac you caught it.

Here's an updated webrev:
http://cr.openjdk.java.net/~brutisso/8148960/webrev.01/

>
> Besides that it looks good.

Thanks!

Bengt

> /Jesper
>
>
> Den 3/2/16 kl. 17:18, skrev Bengt Rutisson:
>>
>> Hi all,
>>
>> Could I have a couple of reviews for this small change?
>>
>> http://cr.openjdk.java.net/~brutisso/8148960/webrev.00/
>> https://bugs.openjdk.java.net/browse/JDK-8148960
>>
>> Thanks Charlie for finding it. Here's his summary:
>>
>> 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.
>>
>> Thanks,
>> Bengt




More information about the hotspot-gc-dev mailing list