On Sat, 30 Aug 2025 14:12:48 GMT, Vladimir Kozlov <k...@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