OSDN Git Service

Fix field ordering for String in hprof
authorMathieu Chartier <mathieuc@google.com>
Tue, 23 Jun 2015 22:45:15 +0000 (15:45 -0700)
committerMathieu Chartier <mathieuc@google.com>
Tue, 23 Jun 2015 22:47:28 +0000 (15:47 -0700)
commitc94c6a751ef1ee31cbc3b924835290bcdef731a0
tree4a0532c974b5604cc6e7930bbd149eacfe7d1dc2
parentad3359e77357cc5ce29ce529ab2ed9d0d8401da4
Fix field ordering for String in hprof

We were inserting value field after the Object field instead of
the String fields.

Bug: 22043800
Change-Id: Ibaddbd7299562949e32eceb625feac325539e3ce
runtime/hprof/hprof.cc