On Fri, 9 May 2025 22:02:16 GMT, Coleen Phillimore <[email protected]> wrote:

>> Frederic Parain has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   Fix style
>
> src/hotspot/share/oops/refArrayKlass.hpp line 45:
> 
>> 43:   // Constructor
>> 44:   RefArrayKlass(int n, Klass *element_klass, Symbol *name, bool 
>> null_free);
>> 45:   static RefArrayKlass *allocate(ClassLoaderData *loader_data, int n, 
>> Klass *k, Symbol *name, bool null_free, TRAPS);
> 
> The stars go with the types, ie ClassLoaderData* loader_data.

Fixed (in all refArrayKlass.hpp and refArrayKlass.cpp).

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

PR Review Comment: 
https://git.openjdk.org/valhalla/pull/1452#discussion_r2325332373

Reply via email to