RFR: 8214786: Remove unused ThreadLocalAllocBuffer::verify()

Per Liden per.liden at oracle.com
Tue Dec 4 18:24:37 UTC 2018


Thanks Erik!

/Per

On 2018-12-04 18:07, Erik Österlund wrote:
> Hi Per,
> 
> Looks good.
> 
> Thanks,
> /Erik
> 
> On 2018-12-04 14:02, Per Liden wrote:
>> The function ThreadLocalAllocBuffer::verify() is never used and can be 
>> removed. It's also potentially dangerous to use, as the verification 
>> currently done there steps out into the heap without honoring 
>> barrier/GC rules.
>>
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8214786
>> Webrev: http://cr.openjdk.java.net/~pliden/8214786/webrev.0
>>
>> /Per



More information about the hotspot-gc-dev mailing list