Commit cedbbfaa authored by Keith Randall's avatar Keith Randall

runtime: update heap dumper header to 1.6.

Change-Id: Ic2a326d41783fb591148748dbcccfd3855091437
Reviewed-on: https://go-review.googlesource.com/18912Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 3caf4e05
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment