RFR: 8272526: Cleanup ThreadStateTransition class [v2]

Patricio Chilano Mateo pchilanomate at openjdk.java.net
Mon Aug 23 14:39:31 UTC 2021


On Fri, 20 Aug 2021 22:02:17 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> So this simplifies things a lot and consolidates the code when you transition from the _thread_in_vm. Essentially the real states one has to think about are _thread_in_native, _thread_in_vm and _thread_in_Java, so there's a function for each. Really nice cleanup!
>
Thanks for the review Coleen!

Patricio

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

PR: https://git.openjdk.java.net/jdk/pull/5128


More information about the hotspot-runtime-dev mailing list