)]}'
{
  "log": [
    {
      "commit": "ef7d42fca18c16fbaf103822ad16f23246e2905d",
      "tree": "c67eea52a349c2ea7f2c3bdda8e73933c05531a8",
      "parents": [
        "822115a225185d2896607eb08d70ce5c7099adef"
      ],
      "author": {
        "name": "Ian Rogers",
        "email": "irogers@google.com",
        "time": "Mon Jan 06 12:55:46 2014 -0800"
      },
      "committer": {
        "name": "Ian Rogers",
        "email": "irogers@google.com",
        "time": "Thu Feb 06 23:20:27 2014 -0800"
      },
      "message": "Object model changes to support 64bit.\n\nModify mirror objects so that references between them use an ObjectReference\nvalue type rather than an Object* so that functionality to compress larger\nreferences can be captured in the ObjectRefererence implementation.\nObjectReferences are 32bit and all other aspects of object layout remain as\nthey are currently.\n\nExpand fields in objects holding pointers so they can hold 64bit pointers. Its\nexpected the size of these will come down by improving where we hold compiler\nmeta-data.\nStub out x86_64 architecture specific runtime implementation.\nModify OutputStream so that reads and writes are of unsigned quantities.\nMake the use of portable or quick code more explicit.\nTemplatize AtomicInteger to support more than just int32_t as a type.\nAdd missing, and fix issues relating to, missing annotalysis information on the\nmutator lock.\nRefactor and share implementations for array copy between System and uses\nelsewhere in the runtime.\nFix numerous 64bit build issues.\n\nChange-Id: I1a5694c251a42c9eff71084dfdd4b51fff716822\n"
    },
    {
      "commit": "39e3261168e7761fea6d873494d7c5d191285791",
      "tree": "b0fe6e048631991cd8842a9b4a374c3d843c2e83",
      "parents": [
        "ad435ebd9d011eef66ef77e96b065024220c10ad"
      ],
      "author": {
        "name": "Mathieu Chartier",
        "email": "mathieuc@google.com",
        "time": "Tue Nov 12 16:28:05 2013 -0800"
      },
      "committer": {
        "name": "Mathieu Chartier",
        "email": "mathieuc@google.com",
        "time": "Fri Nov 15 10:38:59 2013 -0800"
      },
      "message": "Refactor reference queues.\n\nRefactored the reference queue processing to reside in the heap code.\nThis removes significant code duplication in the semispace and\nmarksweep garbage collectors.\n\nChanged the soft reference behaviour to preserve all soft references\nunless the GC requires them to be cleared to avoid an out of memory\nerror. It may be worth investigating a better heuristic in the\nfuture to preserve soft references by LRU order.\n\nChange-Id: I1f3ff5bd4b3c5149271f4bb4fc94ba199e2f9bc2\n"
    }
  ]
}
