On Tue, 17 Mar 2026 05:54:44 GMT, Ivan Walulya <[email protected]> wrote:

>> Frederic Parain has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   Update log messages when poking the system dictionary
>
> src/hotspot/share/classfile/classFileParser.cpp line 6323:
> 
>> 6321: void ClassFileParser::preload_classes(ConstantPool* cp, TRAPS) {
>> 6322:   for (GrowableArrayIterator<FieldInfo> it = 
>> _temp_field_info->begin(); it != _temp_field_info->end(); ++it) {
>> 6323:     FieldInfo fieldinfo = *it;
> 
> Suggestion:
> 
>   for (FieldInfo fieldinfo : *_temp_field_info) {

Fixed

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

PR Review Comment: 
https://git.openjdk.org/valhalla/pull/2228#discussion_r2947126954

Reply via email to