RFR: 8251158: Implementation of JEP 387: Elastic Metaspace [v9]

Thomas Stuefe stuefe at openjdk.java.net
Mon Oct 5 10:34:42 UTC 2020


On Fri, 2 Oct 2020 14:15:04 GMT, Richard Reingruber <rrich at openjdk.org> wrote:

>> Thomas Stuefe has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Misc. Review feedback
>>  - Move ClassLoaderMetaspace to own include and correct includes
>
> src/hotspot/share/memory/classLoaderMetaspace.cpp line 90:
> 
>> 88:   }
>> 89:
>> 90:   UL2(debug, "born (SpcMgr nonclass: " PTR_FORMAT ", SpcMgr class: " PTR_FORMAT ".",
> 
> I'd suggest  to replace 'SpcMgr [non]class' with '[non]class arena' or similar since SpaceManager is removed with the
> change.

Right.

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

PR: https://git.openjdk.java.net/jdk/pull/336



More information about the hotspot-gc-dev mailing list