mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-20 03:40:26 +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