RFR: 8371418: Methods in AdapterHandlerLibrary use HashtableBase iterate method incorrectly [v2]

Ashutosh Mehra asmehra at openjdk.org
Fri Nov 7 16:22:41 UTC 2025


On Fri, 7 Nov 2025 15:59:21 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Ashutosh Mehra has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Add comments
>>   
>>   Signed-off-by: Ashutosh Mehra <asmehra at redhat.com>
>
> src/hotspot/share/classfile/compactHashtable.hpp line 309:
> 
>> 307: 
>> 308:   template<typename Function>
>> 309:   inline void iterate(Function& function) const { // lambda enabled API
> 
> Add comment explaining when it is exiting, when iteration is interrupted to show difference from `iterate_all()`

Done

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28197#discussion_r2504396799


More information about the hotspot-dev mailing list