[lworld] RFR: 8366705: [lworld] Re-work of arrays meta-data [v7]
Frederic Parain
fparain at openjdk.org
Fri Sep 5 15:02:48 UTC 2025
On Fri, 9 May 2025 22:02:16 GMT, Coleen Phillimore <coleenp at openjdk.org> 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
More information about the valhalla-dev
mailing list