Request for code review - JDK-8141123 Change int's to size_t in FreeIdSet
Alexander Harlap
alexander.harlap at oracle.com
Tue Dec 1 20:45:33 UTC 2015
Here is new version, to satisfy comments of Thomas, Kim and Tom.
I hope it is better now.
http://cr.openjdk.java.net/~aharlap/8141123/webrev.04/
Alex
On 11/26/2015 6:13 AM, Thomas Schatzl wrote:
> Hi,
>
> On Wed, 2015-11-25 at 17:34 -0500, Kim Barrett wrote:
>> On Nov 12, 2015, at 4:35 AM, Thomas Schatzl <thomas.schatzl at oracle.com> wrote:
>>> - FreeIdSet::set_safepoint() seems to be never called. I think it
>>> allows you to remove a *lot* of unused stuff.
>> Perhaps the bug here is that there should be calls to set_safepoint but they are missing?
>>
> apparently the functionality is not needed, that is, it has not even
> been in use in the initial integration of G1 (and it has been added in
> that change).
>
> So I suggest to just remove it and everything that depended on it
> instead of trying to find out what this functionality may have been used
> for.
>
> Thanks,
> Thomas
>
>
More information about the hotspot-gc-dev
mailing list