]> granicus.if.org Git - gc/commitdiff
2005-12-26 Zoltan Varga <vargaz@gmail.com>
authorZoltan Varga <vargaz@gmail.com>
Mon, 26 Dec 2005 18:45:29 +0000 (18:45 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 11:27:41 +0000 (15:27 +0400)
* include/private/gcconfig.h: Disable PROC_VDB on solaris/x86 as it
doesn't seem to work.

svn path=/trunk/mono/; revision=54854

ChangeLog
include/private/gcconfig.h

index 88a607828f6486014b14411f2fbe9241a3bc778d..c2a6e30b46005dfb8669da5feac04b4ba3bb5847 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-26  Zoltan Varga  <vargaz@gmail.com>
+
+       * include/private/gcconfig.h: Disable PROC_VDB on solaris/x86 as it
+       doesn't seem to work.
+
 2005-12-06  Todd Berman  <tberman@off.net>
 
        * pthread_support.c (GC_thread_register_foreign): Wrap a GC_printf1
index dff8f92340efe56a38983b25a6ff3f57c534b4c5..c5ecb7e5ffb9018c5907da2bbaa2cbe5f4fb95da 100644 (file)
 /* At least in Solaris 2.5, PROC_VDB gives wrong values for dirty bits. */
 /* It appears to be fixed in 2.8 and 2.9.                              */
 #      ifdef SOLARIS25_PROC_VDB_BUG_FIXED
-#        define PROC_VDB
+/* Reading of dirty bits doesn't seem to work even in solaris 10 */
+/*#      define PROC_VDB */
 #      endif
 #      define DYNAMIC_LOADING
 #      if !defined(USE_MMAP) && defined(REDIRECT_MALLOC)