Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Probst <mark.probst@gmail.com>2015-11-03 23:47:57 +0300
committerMark Probst <mark.probst@gmail.com>2015-11-04 21:58:11 +0300
commit84f967d05b00d8683f11644834f8559002533f2b (patch)
treea883e68914102b0a11a710213874d00b408254e0 /man/mono.1
parent94cc4ab9423b3cad8f60539a8e0ca6f74f5b698a (diff)
[sgen] Allow disabling finalization of specific classes.
Diffstat (limited to 'man/mono.1')
-rw-r--r--man/mono.15
1 files changed, 3 insertions, 2 deletions
diff --git a/man/mono.1 b/man/mono.1
index b3e13db1f78..a9f8641107d 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -1341,12 +1341,13 @@ word, which is checked on each minor collection. Can be used to detect/debug
heap corruption issues.
.TP
-\fBdo-not-finalize\fR
+\fBdo-not-finalize(=\fIclasses\fB)\fR
If enabled, finalizers will not be run. Everything else will be
unaffected: finalizable objects will still be put into the
finalization queue where they survive until they're scheduled to
finalize. Once they're not in the queue anymore they will be
-collected regularly.
+collected regularly. If a list of comma-separated class names is
+given, only objects from those classes will not be finalized.
.TP
\fBlog-finalizers\fR