On Fri, 14 Apr 2023 22:01:23 GMT, Serguei Spitsyn <sspit...@openjdk.org> wrote:
> This refactoring to separate ThreadStart/ThreadEnd events posting code in the > JVMTI VTMS transitions is needed for future work on JVMTI scalability and > performance improvements. It is to easier put this code on slow path. > > Testing: mach5 tiers 1-6 were successful. This pull request has now been integrated. Changeset: 1227a275 Author: Serguei Spitsyn <sspit...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/1227a275a1c1e82b9a6410843f32534d7e841f54 Stats: 335 lines in 16 files changed: 184 ins; 71 del; 80 mod 8306028: separate ThreadStart/ThreadEnd events posting code in JVMTI VTMS transitions 8304444: Reappearance of NULL in jvmtiThreadState.cpp Reviewed-by: pchilanomate, lmesnik ------------- PR: https://git.openjdk.org/jdk/pull/13484