RFR: 8366475: Rename MetaspaceShared class to AOTMetaspace [v3]
Ioi Lam
iklam at openjdk.org
Sat Aug 30 18:17:43 UTC 2025
On Sat, 30 Aug 2025 14:12:48 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
>>
>> removed unnecessary includes
>
> src/hotspot/share/prims/whitebox.cpp line 2887:
>
>> 2885: {CC"incMetaspaceCapacityUntilGC", CC"(J)J", (void*)&WB_IncMetaspaceCapacityUntilGC },
>> 2886: {CC"metaspaceCapacityUntilGC", CC"()J", (void*)&WB_MetaspaceCapacityUntilGC },
>> 2887: {CC"metaspaceSharedRegionAlignment", CC"()J", (void*)&WB_AOTMetaspaceRegionAlignment },
>
> Should you rename `metaspaceSharedRegionAlignment` too?
I plan to do more renaming in future RFEs.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27017#discussion_r2312044957
More information about the hotspot-dev
mailing list