RFR: 8309953: Strengthen and optimize oopDesc age methods [v2]

Stefan Karlsson stefank at openjdk.org
Thu Jun 15 16:01:11 UTC 2023


On Wed, 14 Jun 2023 10:49:44 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

>> See the RFE for discussion. Basically, there is little reason to do two loads of mark word, when we can do one. 
>> 
>> Additional testing:
>>  - [x] Eyeballing generated code
>>  - [x] Linux x86_64 fastdebug `tier1 tier2 tier3`
>>  - [x] Linux AArch64 fastdebug `tier1 tier2 tier3`
>
> Aleksey Shipilev 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 three additional commits since the last revision:
> 
>  - Merge branch 'master' into JDK-8309953-oopdesc-age
>  - Revert helper method removals
>  - Fix

Marked as reviewed by stefank (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/14456#pullrequestreview-1481934726


More information about the hotspot-gc-dev mailing list