Date: Sat, 29 Jan 2011 15:23:02 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/vm vm_map.c Message-ID: <201101291523.p0TFNPTi010363@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2011-01-29 15:23:02 UTC FreeBSD src repository Modified files: sys/vm vm_map.c Log: SVN rev 218070 on 2011-01-29 15:23:02Z by alc Reenable the call to vm_map_simplify_entry() from vm_map_insert() for non- MAP_STACK_* entries. (See r71983 and r74235.) In some cases, performing this call to vm_map_simplify_entry() halves the number of vm map entries used by the Sun JDK. Revision Changes Path 1.440 +5 -9 src/sys/vm/vm_map.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101291523.p0TFNPTi010363>