commit | 98f454c9ca791d4bf4dddd82a79b5655fbfa249c | [log] [tgz] |
---|---|---|
author | Coleen Phillimore <coleenp@openjdk.org> | Mon Sep 30 13:10:11 2019 -0400 |
committer | Coleen Phillimore <coleenp@openjdk.org> | Mon Sep 30 13:10:11 2019 -0400 |
tree | 3d7cad900525616eab8da1d51a0494e0181de9d2 | |
parent | 8a50aa7d21a4e20b94e03fd9dcf04b7c2ee2fdc3 [diff] |
8184732: Deadlock detection improvements for 'special' locks Assert that special ranked locks cannot safepoint and allow_vm_block and remove locks from the exceptional lock list in no_safepoint_verifier. Reviewed-by: dholmes, eosterlund