mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-25 02:14:07 +00:00
Move thread-local monitors to global lists before thread is removed from global threads list, to ensure all monitors get scanned Reviewed-by: dholmes, rehn