commit | a2677cf363f9d17b416795c621c6bd7de5dcd642 | [log] [tgz] |
---|---|---|
author | Dmitriy Vyukov <dvyukov@google.com> | Tue Aug 16 16:53:02 2011 -0400 |
committer | Russ Cox <rsc@golang.org> | Tue Aug 16 16:53:02 2011 -0400 |
tree | 919b438578afdce8d26a1e9e1fb2b5328761dd75 | |
parent | 01dd57b3125892e0dc2054436f29cafb38b0a3ef [diff] |
runtime: fix GC bitmap corruption The corruption can occur when GOMAXPROCS is changed from >1 to 1, since GOMAXPROCS=1 does not imply there is only 1 goroutine running, other goroutines can still be not parked after the change. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/4873050