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). This pull request has now been integrated. Changeset: 3cc0be65 Author: Dean Long <[email protected]> URL: https://git.openjdk.org/jdk/commit/3cc0be653ba4c9bd4590a73812ee64c18b2f791b Stats: 175 lines in 27 files changed: 0 ins; 133 del; 42 mod 8390603: Remove obsolete thread transition states Reviewed-by: dholmes, fbredberg, pchilanomate ------------- PR: https://git.openjdk.org/jdk/pull/32415
