summaryrefslogtreecommitdiff
path: root/doc/README.solaris2
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.solaris2')
-rw-r--r--doc/README.solaris25
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/README.solaris2 b/doc/README.solaris2
index 1a9d09f5..cd2d9f67 100644
--- a/doc/README.solaris2
+++ b/doc/README.solaris2
@@ -26,9 +26,8 @@ SOLARIS THREADS:
Unless --disable-threads option is given, threads support is on by default in
configure. This causes the collector to be compiled with -D GC_THREADS
-(or -D GC_SOLARIS_THREADS) ensuring thread safety.
-This assumes use of the pthread_ interface. Old style Solaris threads
-are no longer supported.
+ensuring thread safety. This assumes use of the pthread_ interface; old-style
+Solaris threads are no longer supported.
Thread-local allocation is now on by default. Parallel marking is on by
default starting from GC v7.3 but it could be disabled manually
by configure --disable-parallel-mark option.