RFR (S): JDK-8027440: DefNew does not log heap change information when a promotion failure occurs

Bengt Rutisson bengt.rutisson at oracle.com
Tue Nov 5 09:32:46 UTC 2013


On 2013-11-05 01:15, Jon Masamitsu wrote:
> Change looks good.

Thanks for looking at this, Jon!

Bengt

>
> Jon
>
> On 11/1/2013 8:50 AM, Bengt Rutisson wrote:
>>
>> Hi all,
>>
>> Can I have a couple of reviews for this small change?
>>
>> http://cr.openjdk.java.net/~brutisso/8027440/webrev.00/
>>
>> https://bugs.openjdk.java.net/browse/JDK-8027440
>>
>> DefNew was not printing the heap change information when a promotion 
>> failure occured. Before this change the logging for a DefNew 
>> collection that got promotion failure looked like this:
>>
>> [GC (Allocation Failure) , 0.0543440 secs]
>>
>> After my change it looks like:
>>
>> [GC (Allocation Failure)  81920K->120831K(120832K), 0.0620180 secs]
>>
>> Thanks,
>> Bengt
>




More information about the hotspot-gc-dev mailing list