aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/module.h
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2017-10-12 15:17:21 +0200
committerSverker Eriksson <[email protected]>2017-10-12 15:17:21 +0200
commita8592b3399f1a6516a9f5c8910f588ec0f30b7c3 (patch)
tree514ed37d5120a30bf7c548fefe186fe1c1916da5 /erts/emulator/beam/module.h
parentce7c134f7509f9d1c996d17bf5575bf2b37ad192 (diff)
downloadotp-a8592b3399f1a6516a9f5c8910f588ec0f30b7c3.tar.gz
otp-a8592b3399f1a6516a9f5c8910f588ec0f30b7c3.tar.bz2
otp-a8592b3399f1a6516a9f5c8910f588ec0f30b7c3.zip
erts: Remove scheduler blocking during finish_after_on_load_2
for normal case. We still block for default trace and hipe.
Diffstat (limited to 'erts/emulator/beam/module.h')
-rw-r--r--erts/emulator/beam/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/module.h b/erts/emulator/beam/module.h
index 9a81e6035b..a3f1ce1705 100644
--- a/erts/emulator/beam/module.h
+++ b/erts/emulator/beam/module.h
@@ -45,7 +45,7 @@ typedef struct erl_module {
int seen; /* Used by finish_loading() */
struct erl_module_instance curr;
- struct erl_module_instance old; /* protected by "old_code" rwlock */
+ struct erl_module_instance old; /* active protected by "old_code" rwlock */
struct erl_module_instance* on_load;
} Module;