On Tue, 3 Jun 2025 12:31:53 GMT, Johannes Bechberger <jbechber...@openjdk.org> wrote:
>> tl->is_excluded() is volatile and can change during runtime, so it's better >> to add a timer unconditionally there. > > why not just `is_excluded`? because tl->is_excluded() can get included and excluded many times during runtime. Its not a static property. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/25302#discussion_r2124366551