On Tue, 25 Jul 2023 05:21:45 GMT, David Holmes <dhol...@openjdk.org> wrote:

> Why handle TIMED this way instead of just making TIMED_PARKED/PARKING states?

Been there but it is 3 additional states and a lot simpler to just use the 
additional state bits, like we do with SUSPENDED. We might use another one for 
special casing sleeping, if the need arises.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14978#discussion_r1273027305

Reply via email to