RFR: JDK-8077414 PSPromotionLAB _state is unintialized

Eric Caspole eric.caspole at oracle.com
Fri Apr 10 14:17:14 UTC 2015


Thanks Stefan and Bengt for reviews!
Eric

On 4/10/2015 10:11 AM, Stefan Karlsson wrote:
> On 2015-04-10 15:38, Eric Caspole wrote:
>> While working on another bug I noticed that PSPromotionLAB field 
>> _state is uninitialized, and since I was staring at this code I 
>> wondered if this was part of the problem. I don't think so but I 
>> would like to initialize it so no one wonders in the future. I 
>> initialize it to "zero_size" since it is otherwise filled in with 
>> NULL ptrs.
>>
>> Bug:
>>  https://bugs.openjdk.java.net/browse/JDK-8077414
>>
>> Webrev:
>>  http://cr.openjdk.java.net/~ecaspole/JDK-8077414/00/webrev/
>
> Looks good.
>
> StefanK
>
>>
>> Passes JPRT.
>> Thanks,
>> Eric
>>
>




More information about the hotspot-gc-dev mailing list