> 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 has updated the pull request incrementally with one additional commit 
since the last revision:

  removed comment that mentioned in_Java_trans

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/32415/files
  - new: https://git.openjdk.org/jdk/pull/32415/files/36122065..7debd557

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=32415&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=32415&range=01-02

  Stats: 6 lines in 1 file changed: 0 ins; 6 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/32415.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/32415/head:pull/32415

PR: https://git.openjdk.org/jdk/pull/32415

Reply via email to