[jdk21u-dev] RFR: 8331572: Allow using OopMapCache outside of STW GC phases [v2]

Aleksey Shipilev shade at openjdk.org
Mon Jul 22 18:21:38 UTC 2024


On Mon, 24 Jun 2024 11:25:24 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

>> WIP. Unclean backport to improve GC and general stack walk performance when walking interpreted frames.
>> 
>> The point of uncleanliness comes from the way we hook up the cleanup notifications to Service Thread. In later JDKs, [JDK-8329488](https://bugs.openjdk.org/browse/JDK-8329488) made Service Thread wake up regularly to do various cleanups. In JDK 21, we still need to hook up the clean up to the "usual" place in safepoint epilog.
>> 
>> Additional testing:
>>  - [x] Linux x86_64 server fastdebug, `all`
>
> 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:
> 
>  - Backport 05ff3185edd25b381a97f6879f496e97b62dddc2
>  - Merge branch 'master' into JDK-8331572-oopmap-cache-all
>  - Backport d999b81e7110751be402012e1ed41b3256f5895e

Not now, bot.

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

PR Comment: https://git.openjdk.org/jdk21u-dev/pull/610#issuecomment-2243549173


More information about the jdk-updates-dev mailing list