RFR: 8338018: Rename ClassPrelinker to AOTConstantPoolResolver
David Holmes
dholmes at openjdk.org
Thu Aug 29 05:51:18 UTC 2024
On Thu, 29 Aug 2024 05:44:06 GMT, Ioi Lam <iklam at openjdk.org> wrote:
>> src/hotspot/share/cds/aotConstantPoolResolver.hpp line 42:
>>
>>> 40: class Klass;
>>> 41:
>>> 42: template <typename T> class GrowableArray;
>>
>> This doesn't seem part of the rename.
>
> This header was using GrowableArray without declaring it. The problem is discovered after this header is moved earlier due to alphabetical sorting.
Okay - thanks for explaining.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20517#discussion_r1735602874
More information about the hotspot-dev
mailing list