)]}'
{
  "log": [
    {
      "commit": "349de3a3cf946a1a0f70555f71e58c35480d35f4",
      "tree": "33a840b9551df86caf388ee41c387b2679c8ca20",
      "parents": [
        "208dd6076bdddcb04afb0397e4d4708f44a5dd60"
      ],
      "author": {
        "name": "Alan Leung",
        "email": "acleung@google.com",
        "time": "Thu Sep 21 18:03:18 2017 -0700"
      },
      "committer": {
        "name": "Alan Leung",
        "email": "acleung@google.com",
        "time": "Thu Sep 21 18:21:28 2017 -0700"
      },
      "message": "Add D8 verification for 910-methods.\n\nBug: 65850560\nTest: USE_D8\u003dtrue art/test/run-test ... 910-methods\n\nObject.toString looks like:\n\nreturn getClass().getName() + \"@\" + Integer.toHexString(hashCode())\n\nWhich roughly translates to:\n StringBuilder b \u003d new StringBuilder();\n b \u003d b.append(getClass().getName());\n b \u003d b.append(\"@\");\n b \u003d b.append(Integer.toHexString(hashCode());\n return b.toString();\n\nD8 does not generate move-result for the 3 append() calls.\n\nChange-Id: I5985f9c2b8bb4c89c7a3268d98115e45016df277\n"
    }
  ]
}
