mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-07 19:15:44 +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