From 55b1647a55150dcbe0cd8be52b7c717a003b5e86 Mon Sep 17 00:00:00 2001 From: Adrian Negreanu Date: Mon, 15 Dec 2014 15:25:52 +0200 Subject: [PATCH] hotp_vul_table_lock is locked before shared_vm_areas Signed-off-by: Adrian Negreanu --- core/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/utils.h b/core/utils.h index 995963d1d10..5249c4e9adf 100644 --- a/core/utils.h +++ b/core/utils.h @@ -382,7 +382,6 @@ enum { LOCK_RANK(change_linking_lock), /* < shared_vm_areas, < all heap locks */ - LOCK_RANK(shared_vm_areas), /* > change_linking_lock, < executable_areas */ LOCK_RANK(shared_cache_count_lock), #if defined(CLIENT_SIDELINE) && defined(CLIENT_INTERFACE) @@ -409,6 +408,7 @@ enum { LOCK_RANK(hotp_vul_table_lock), /* > bb_building_lock, * < dynamo_areas, < heap_unit_lock. */ #endif + LOCK_RANK(shared_vm_areas), /* > change_linking_lock, < executable_areas */ LOCK_RANK(coarse_info_lock), /* < special_heap_lock, < global_alloc_lock, * > change_linking_lock */