[crac] Integrated: Register CallSite cleaners with higher priority

Radim Vansa duke at openjdk.org
Fri May 12 11:18:13 UTC 2023


On Fri, 12 May 2023 07:21:36 GMT, Radim Vansa <duke at openjdk.org> wrote:

> Cleaners for CallSites cannot be registered with regular CLEANERS priority as this would hang/throw exceptions any time a lambda or method reference is used during or after processing this resource priority class; therefore we postpone as the last priority.

This pull request has now been integrated.

Changeset: 4d9c616f
Author:    Radim Vansa <rvansa at azul.com>
Committer: Anton Kozlov <akozlov at openjdk.org>
URL:       https://git.openjdk.org/crac/commit/4d9c616f2d2ca6770e20f3ee90de640c0f40a7c4
Stats:     21 lines in 4 files changed: 17 ins; 0 del; 4 mod

Register CallSite cleaners with higher priority

Reviewed-by: akozlov

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

PR: https://git.openjdk.org/crac/pull/66


More information about the crac-dev mailing list