)]}'
{
  "log": [
    {
      "commit": "40d3518414202f33c9569ddd8daceabb30208fc2",
      "tree": "a28dd757a6a9d212a8d2feb3dfdbcfe584e18c6d",
      "parents": [
        "88af00a788002196e6f98acd3748f3f4956032bf"
      ],
      "author": {
        "name": "Stephen Kyle",
        "email": "stephen.kyle@arm.com",
        "time": "Fri Oct 03 13:47:56 2014 +0100"
      },
      "committer": {
        "name": "Stephen Kyle",
        "email": "stephen.kyle@arm.com",
        "time": "Fri Nov 07 12:51:33 2014 +0000"
      },
      "message": "ART: Fix crash with unreachable void check-cast\n\nreturn-void\ncheck-cast v0, V\nreturn-void\n\nThe above code sequence will not be rejected for the check-cast of a\nvoid type because the check-cast is not reachable. However, when\nGenerateSafeCastSet() is called from the compiler, this will cause\nIsAssignableFrom(Conflict, Undefined) to be called, as it scans for all\ncheck-casts across the code, regardless of its reachableness.\n\nRegType::AssignableFrom() has been changed to handle a Conflict type,\nwhereas previously this would break the check that the lhs type is a\nReferenceType.\n\nAdditionally, GenerateSafeCastSet has been changed to never assess\ninstructions that weren\u0027t visited during verification.\n\nIncluded is a new test DEX file, 801-VoidCheckCast, that uses this code\nsequence.\n\nChange-Id: I600055ab670ee48a075ffa867b46d2e74f5aa9c0\nSigned-off-by: Stephen Kyle \u003cstephen.kyle@arm.com\u003e\n"
    }
  ]
}
