RFR: JDK-8320368: Per-CPU optimization of Klass range reservation [v3]
Roman Kennke
rkennke at openjdk.org
Wed Nov 22 11:23:11 UTC 2023
On Wed, 22 Nov 2023 11:09:41 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
>> src/hotspot/share/cds/metaspaceShared.cpp line 144:
>>
>>> 142:
>>> 143: static bool shared_base_valid(char* shared_base) {
>>> 144: // We check user input for SharedBaseAddress at dump time. We must weed out values
>>
>> Looks like this PR contains #16727 ?
>
> Its done as dependent PR. If all things worked, 16272 changes should not have showed up here. Not sure what the problem is.
It sometimes requires merging in the latest master branch.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16743#discussion_r1401896956
More information about the hotspot-dev
mailing list