RFR: JDK-8320368: Per-CPU optimization of Klass range reservation [v3]

Thomas Stuefe stuefe at openjdk.org
Wed Nov 22 11:12:10 UTC 2023


On Wed, 22 Nov 2023 10:52:43 GMT, Roman Kennke <rkennke at openjdk.org> wrote:

>> Thomas Stuefe has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:
>> 
>>  - Merge branch 'JDK-8320368-Per-CPU-optimization-of-Klass-range-reservation' of github.com:tstuefe/jdk into JDK-8320368-Per-CPU-optimization-of-Klass-range-reservation
>>  - Update compressedKlass_aarch64.cpp
>
> 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.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16743#discussion_r1401885371


More information about the hotspot-dev mailing list