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:55:50 +0000 (15:55 -0700)
commit07d7eab545916ef0602afddae162f5b6b1a68b7d
treecc8db5933a30c5b3a7b08f420874e40cbd26b060
parentb1452c2fb01bfb663dbac94010c73b97e0c094e8
Fix field ordering for String in hprof

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

(cherry picked from commit c94c6a751ef1ee31cbc3b924835290bcdef731a0)

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