RFR: 8257162: Initialize ThreadLocalAllocBuffer members [v3]

Albert Mingkun Yang ayang at openjdk.java.net
Thu Nov 26 14:33:09 UTC 2020


On Thu, 26 Nov 2020 14:30:20 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

>> Hi all,
>> 
>>   can I have reviews for this change that adds initialization for all ThreadLocalAllocBuffer members so that when inspecting threads' TLABs the values are not random too?
>> 
>> Testing: tier1,tier2
>> 
>> Thanks,
>>   Thomas
>
> Thomas Schatzl has updated the pull request incrementally with one additional commit since the last revision:
> 
>   ayang review. Remove old constructor.

I believe these extra stores will not introduce much overhead.

-------------

Marked as reviewed by ayang (Author).

PR: https://git.openjdk.java.net/jdk/pull/1458



More information about the hotspot-gc-dev mailing list