runtime: update heap dumper header to 1.6.

Change-Id: Ic2a326d41783fb591148748dbcccfd3855091437
Reviewed-on: https://go-review.googlesource.com/18912
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Keith Randall 2016-01-25 10:23:38 -08:00
parent 3caf4e05cf
commit cedbbfaa45

View file

@ -639,7 +639,7 @@ func dumpmemprof() {
}
}
var dumphdr = []byte("go1.5 heap dump\n")
var dumphdr = []byte("go1.6 heap dump\n")
func mdump() {
// make sure we're done sweeping