On Tue, 18 Aug 2026 09:36:45 GMT, Dean Long <[email protected]> wrote:

> This PR removes the last traces of the obsolete thread transition states such 
> as _thread_new_trans, _thread_blocked_trans, etc.  These states have not been 
> needed ever since the JVM switched safepoints from doing forced suspend to 
> cooperative self-suspend.  Most were no longer used thanks to previous work 
> by @pchilano , but there remained uses of _thread_in_native_trans that are 
> now safely converted into _thread_in_vm.
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

@dean-long  can you point me to the analysis that established the trans states 
are no longer needed please? (Need a refresher.)

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

PR Comment: https://git.openjdk.org/jdk/pull/32415#issuecomment-5334833712

Reply via email to