)]}'
{
  "log": [
    {
      "commit": "7541fda785a856d59ea6432e823bd813712556fb",
      "tree": "eee9e70555e01203c18d83eacdc04e662f5dd38d",
      "parents": [
        "2007f8591ca475abfbd1026f72bf8618b562e0f6"
      ],
      "author": {
        "name": "Hans Boehm",
        "email": "hboehm@google.com",
        "time": "Wed Sep 29 03:31:59 2021 +0000"
      },
      "committer": {
        "name": "Hans Boehm",
        "email": "hboehm@google.com",
        "time": "Wed Sep 29 03:31:59 2021 +0000"
      },
      "message": "Revert \"Add a test for new sun.misc.Cleaner timeout\"\n\nRevert submission 1832814-rqtimeout\n\nReason for revert: We\u0027re seeing occasional failures to time out even finalizers.\nReverted Changes:\nI801216819:Add a test for new sun.misc.Cleaner timeout\nI9093ab285:Make FinalizerWatchDogDaemon also monitor RQDaemon...\n\nChange-Id: If03496ce3fced865c2dca2404149d674e9aec52a\n"
    },
    {
      "commit": "2007f8591ca475abfbd1026f72bf8618b562e0f6",
      "tree": "34b5d65f5b16eabdb94ab786640198c9b41fd0d8",
      "parents": [
        "45cece5e1bb0cace1d7514e93124cf34d8e7da42"
      ],
      "author": {
        "name": "Hans Boehm",
        "email": "hboehm@google.com",
        "time": "Tue Sep 21 14:06:36 2021 -0700"
      },
      "committer": {
        "name": "Hans Boehm",
        "email": "hboehm@google.com",
        "time": "Tue Sep 28 21:29:52 2021 +0000"
      },
      "message": "Add a test for new sun.misc.Cleaner timeout\n\nThis is a slightly modified clone of 030-bad-finalizer.\n\nIncludes minor fixes for 030-bad-finalizer, in order to keep these\nmore consistent.\n\nBug: Bug: 197500807\nTest: art/test/run-test --host 2041-bad-cleaner\nChange-Id: I801216819154e31a911be48ca79619270f69c8af\n"
    },
    {
      "commit": "45cece5e1bb0cace1d7514e93124cf34d8e7da42",
      "tree": "eee9e70555e01203c18d83eacdc04e662f5dd38d",
      "parents": [
        "cbdaa2c760823066b57adff81f060d96752df2f7"
      ],
      "author": {
        "name": "Sorin Basca",
        "email": "sorinbasca@google.com",
        "time": "Mon Sep 20 17:33:14 2021 +0000"
      },
      "committer": {
        "name": "Sorin Basca",
        "email": "sorinbasca@google.com",
        "time": "Tue Sep 28 17:50:24 2021 +0000"
      },
      "message": "Adding get long regression test for jdk.internal.misc.Unsafe\n\nTest: art/test/testrunner/testrunner.py -t 2236-JdkUnsafeGetLong-regression\nBug: 190470684\nChange-Id: I500618ed7fa914420db7aceff8da622969857667\n"
    },
    {
      "commit": "cbdaa2c760823066b57adff81f060d96752df2f7",
      "tree": "d4280f189cd3dab44bad571dd347fe1715d1672f",
      "parents": [
        "f3c5bbb742c9cd1bf8a67aadd656a5c5f45a3f6f"
      ],
      "author": {
        "name": "Roland Levillain",
        "email": "rpl@google.com",
        "time": "Tue Sep 28 15:01:21 2021 +0100"
      },
      "committer": {
        "name": "Roland Levillain",
        "email": "rpl@google.com",
        "time": "Tue Sep 28 17:42:28 2021 +0000"
      },
      "message": "Add more members to ART\u0027s OWNERS file.\n\nTest: build/make/tools/checkowners.py -c art/OWNERS\nChange-Id: I44b989348156728b1a68a23646a4bfb376552cd4\n"
    },
    {
      "commit": "f3c5bbb742c9cd1bf8a67aadd656a5c5f45a3f6f",
      "tree": "70cfd3fb951af62ad7157905d1a35cf9cf7a51ce",
      "parents": [
        "e153a62e8e8a2c42f86d2db87c8188cd0d7bef6b"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Tue Sep 28 14:47:41 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Tue Sep 28 14:47:41 2021 +0100"
      },
      "message": "An invalid wide pair will remain invalid at runtime.\n\nSo mark the failure as a hard failure.\n\nTest: test.py\nBug: 28313047\nChange-Id: Ifae36b1f6a9b179b659df6d0d123fdde72219d22\n"
    },
    {
      "commit": "e153a62e8e8a2c42f86d2db87c8188cd0d7bef6b",
      "tree": "254fbf33dea442d711ffa4a62bbcf2a4fd392424",
      "parents": [
        "282795ca98d955697823aea6fd9c6b3f51780045"
      ],
      "author": {
        "name": "David Srbecky",
        "email": "dsrbecky@google.com",
        "time": "Tue Mar 02 15:07:26 2021 +0000"
      },
      "committer": {
        "name": "David Srbecky",
        "email": "dsrbecky@google.com",
        "time": "Tue Sep 28 12:36:00 2021 +0000"
      },
      "message": "Revert^2 \"Lazily allocate DexCache arrays.\"\n\nWe rarely need the DexCache for compiled code.\nDelay the allocation in hope we never need it.\nThis reduces DexCache memory usage by ~25% at startup.\n\nThis reverts commit b9b7d91f5ceb0b738e1774992fd6fe205c6091e9.\n\nBug: b/181097963\nTest: test.py -b --host\nTest: run previously failing go/ab build in forrest\nChange-Id: I818ad8f75d2d5387891a96edec49bc7933cd171f\n"
    },
    {
      "commit": "282795ca98d955697823aea6fd9c6b3f51780045",
      "tree": "b8d95a385c18684e8fa7481bae6088dfbe365581",
      "parents": [
        "03ce70a18e860abe5ab2e2198cb928e43a732e9c"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Fri Sep 24 18:16:41 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Tue Sep 28 07:59:34 2021 +0000"
      },
      "message": "Don\u0027t do a recursive call when there are CHA guards.\n\nOtherwise we would continue execute the method with invalid inlining\noptimizations.\n\nTest: 832-cha-recursive\nBug: 19381779\nChange-Id: I57d73828d2a9c30f429cf32906f94244346c1310\n"
    },
    {
      "commit": "03ce70a18e860abe5ab2e2198cb928e43a732e9c",
      "tree": "ae45bc5d0e976582985f29f63c5703f1a4f643da",
      "parents": [
        "2a973fcbea04cfb871ae9e412df2301e1d24214c"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Sep 27 14:44:03 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Tue Sep 28 07:15:59 2021 +0000"
      },
      "message": "Better handling of unresolved fields in VerifyISFieldAccess.\n\nEven if we cannot resolve a class / field, we know we can look in the\ndex file for finding a field of the class being verified.\n\nTest: 831-unresolved-field\nBug: 28313047\nChange-Id: Ie6c3e05c8df064becc3dae913b82859875d171ef\n"
    },
    {
      "commit": "2a973fcbea04cfb871ae9e412df2301e1d24214c",
      "tree": "525be298d16a49a3689039cf537d655506ddf2b2",
      "parents": [
        "762ee9240089b1361cc67f3cc2f4c6432cdb098a"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Fri Sep 24 18:06:27 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Tue Sep 28 07:15:40 2021 +0000"
      },
      "message": "Adjust expectations for libcore+gcstress+debug+host.\n\nThese tests are failing on the bot.\n\nTest: run-libcore-tests\nChange-Id: I0889e710acb7ab21d80b53b0f1442d5dce341f1a\n"
    },
    {
      "commit": "762ee9240089b1361cc67f3cc2f4c6432cdb098a",
      "tree": "464d78f486a807a1343f51c30955a89d6308fdf7",
      "parents": [
        "617c6abeff925b55808df8c8f01888545cd3908c"
      ],
      "author": {
        "name": "Jiakai Zhang",
        "email": "jiakaiz@google.com",
        "time": "Mon Sep 27 13:41:16 2021 +0000"
      },
      "committer": {
        "name": "Jiakai Zhang",
        "email": "jiakaiz@google.com",
        "time": "Mon Sep 27 13:41:16 2021 +0000"
      },
      "message": "Improve the logging of BCP checksum mismatch.\n\nLog the filename of the BCP JAR when a checksum mismatch happens.\n\nBug: 201278968\nTest: Presubmits\nChange-Id: I328448158189475404f9adcbfadf2c5f4863f897\n"
    },
    {
      "commit": "617c6abeff925b55808df8c8f01888545cd3908c",
      "tree": "82dadd94a743e8631e3dec52e33212ccde43c676",
      "parents": [
        "9c00c65380580506e6990eae9479165f148928b1"
      ],
      "author": {
        "name": "Jiakai Zhang",
        "email": "jiakaiz@google.com",
        "time": "Fri Sep 24 05:06:07 2021 +0000"
      },
      "committer": {
        "name": "Jiakai Zhang",
        "email": "jiakaiz@google.com",
        "time": "Mon Sep 27 11:38:22 2021 +0000"
      },
      "message": "Loosen the SDK requirement of a test case in OdRefreshTest.\n\nOdRefreshTest.CompileSetsCompilerFilterForSystemServer has a check that\nskips the test case when the SDK version is lower then 31. However,\nAndroid S (SDK level 31) has not been pushed to AOSP, causing the test\nto be skipped on AOSP. This change lowers the min SDK version to 30.\n\nBug: 196188549\nTest: atest art_standalone_odrefresh_tests\nChange-Id: If268782e147091bf9c4613b57811d63154618484\n"
    },
    {
      "commit": "9c00c65380580506e6990eae9479165f148928b1",
      "tree": "794dc80836a4b263fe71966147c413f9be51bb42",
      "parents": [
        "aa08e525971176254f074564e00b513e3ceed092"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Sep 27 09:58:58 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Sep 27 10:56:31 2021 +0000"
      },
      "message": "Disable test 830 on redefine-stress.\n\nBug: 73871735\nTest: 830-goto-zero\nChange-Id: I27a60d3bf9c5d872fa1523c25c8736a12cfbf883\n"
    },
    {
      "commit": "aa08e525971176254f074564e00b513e3ceed092",
      "tree": "3da57f72343edecff7ad625979b6f6f2b07fc5e3",
      "parents": [
        "afe94ef38012142e7aaca6b23bcb4f1ca5200d31"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Sep 27 08:16:29 2021 +0000"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Sep 27 10:56:21 2021 +0000"
      },
      "message": "Revert \"Do not build libraries that depend on deapexer rules.\"\n\nThis reverts commit 3027c60ed7794c899044c2d855ab3af57a8ca8a2.\n\nReason for revert: Failures on chroot\n\nChange-Id: I1a51e6fdc4f4128ca8cbd58bd845ee15f63f5513\n"
    },
    {
      "commit": "afe94ef38012142e7aaca6b23bcb4f1ca5200d31",
      "tree": "a8f00388897b57f94f25228c2d8cdf0b81b1c1ea",
      "parents": [
        "8dc5cf6a613c92b5692ff7ec4145deeba696cc8f"
      ],
      "author": {
        "name": "Paul Duffin",
        "email": "paulduffin@google.com",
        "time": "Wed Sep 15 17:14:02 2021 +0100"
      },
      "committer": {
        "name": "Paul Duffin",
        "email": "paulduffin@google.com",
        "time": "Sat Sep 25 10:18:57 2021 +0100"
      },
      "message": "Include ramdisk image variant of jni_headers in sdk\n\nBug: 195754365\nTest: m art-module-sdk\nChange-Id: I024bff21309f006ea894aa809c2e03b31b4bc864\n"
    },
    {
      "commit": "8dc5cf6a613c92b5692ff7ec4145deeba696cc8f",
      "tree": "6a31a20c17b81dddd525aa027e33fac065f51d34",
      "parents": [
        "f8dea01f3801a90f09bf156e33ba2daa4c186809"
      ],
      "author": {
        "name": "Paul Duffin",
        "email": "paulduffin@google.com",
        "time": "Thu Sep 09 11:24:32 2021 +0100"
      },
      "committer": {
        "name": "Paul Duffin",
        "email": "paulduffin@google.com",
        "time": "Sat Sep 25 09:14:21 2021 +0000"
      },
      "message": "Include recovery image variant of jni_headers in sdk\n\nBug: 195754365\nTest: m art-module-sdk\nChange-Id: Ie1d740e95115f599df49ee0e833e499ec5026f75\n"
    },
    {
      "commit": "f8dea01f3801a90f09bf156e33ba2daa4c186809",
      "tree": "4e01dac9078afef2460ece05b63523390e431079",
      "parents": [
        "e8445e579a4a99d3d48714bda475f2c6f1fdda80"
      ],
      "author": {
        "name": "Hans Boehm",
        "email": "hboehm@google.com",
        "time": "Wed Sep 22 13:28:35 2021 -0700"
      },
      "committer": {
        "name": "Hans Boehm",
        "email": "hboehm@google.com",
        "time": "Fri Sep 24 22:20:41 2021 +0000"
      },
      "message": "Simplify IRTEntry\n\nWe previously stored the last several object references associated\nwith indirect reference table entry. The old entries might once have\nbeen used to provide more informatio about stale entries. But with a\ncopying collector, they were not even getting updated during GCs,\nand we could not identify any purpose for them. Keep just the current\nentry instead.\n\nWe keep the serial number from before to continue to check for stale\nreferences.\n\nThis should save nearly half the space (both used and reserved) in\nindirect reference tables, while slightly speeding up accesses.\nIt implements the most basic option suggested in the bug. If this\npays off in a noticable way, we should do more here.\n\nTest: Build and boot AOSP\nBug: 184847225\nChange-Id: If563bcfcf7a01e4551326f06a2894bd906947025\n"
    },
    {
      "commit": "e8445e579a4a99d3d48714bda475f2c6f1fdda80",
      "tree": "d6bbf17def41de82ed22b7fe881eb5a927e7ae03",
      "parents": [
        "d7506309377250d7eb3202c2b01711a94b4aa989"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Thu Sep 23 14:10:05 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Fri Sep 24 17:22:53 2021 +0000"
      },
      "message": "Always check for an exception after a class lookup.\n\nThis means we need to stop the lookup, as an exception is pending.\n\nTest: 831-unverified-bcp\nBug: 195766785\nChange-Id: I8aa65f6bbaae83eff0be7ca5d82e0c0a548b5b60\n"
    },
    {
      "commit": "d7506309377250d7eb3202c2b01711a94b4aa989",
      "tree": "804c2a605a0aed384f10ff809d3967afaca568ec",
      "parents": [
        "c8878164931624a8f602551994e52a59183b4bc0"
      ],
      "author": {
        "name": "Victor Hsieh",
        "email": "victorhsieh@google.com",
        "time": "Fri Sep 24 17:08:23 2021 +0000"
      },
      "committer": {
        "name": "Victor Hsieh",
        "email": "victorhsieh@google.com",
        "time": "Fri Sep 24 17:08:23 2021 +0000"
      },
      "message": "Revert \"Create an abstraction for dexopt tasks\"\n\nThis reverts commit c8878164931624a8f602551994e52a59183b4bc0.\n\nReason for revert: broken build\n\nBug: 193668901\nChange-Id: Ib48e3681a4fa5d5858538030871a8bbb21f98840\n"
    },
    {
      "commit": "c8878164931624a8f602551994e52a59183b4bc0",
      "tree": "08cbf7eb301069b68631ad58b58965fee5affbc1",
      "parents": [
        "2f01e8ed55663b73787e079955d890e1ffd2983e"
      ],
      "author": {
        "name": "Victor Hsieh",
        "email": "victorhsieh@google.com",
        "time": "Fri Sep 10 11:17:55 2021 -0700"
      },
      "committer": {
        "name": "Victor Hsieh",
        "email": "victorhsieh@google.com",
        "time": "Fri Sep 24 15:46:34 2021 +0000"
      },
      "message": "Create an abstraction for dexopt tasks\n\nInstead of letting odrefresh building dex2oat cmdline arguments, hide\nthe specifics of cmdline flags behind an API abstraction. The API\ndefines the only necessary parameters for the actual dexopt task (e.g.\ncompiling BCP extension, system server) to proceed. The introduced API\nis private within ART.\n\nlibdexopt.so is created to contain the API and implementation. It is put\nunder art/artd/ in the sense that the future ART services can reuse and\nevolve the code.\n\nThis change should not have any effective change to the compilation\nresults.  Given the large size of the change, the dex2oat cmdline is\npurposely ordered in the same way as before.  The compiled artifacts\nshould not change at all.\n\nAlso, art_odrefresh_test is no longer built for the \"second\" ABI. This\nis to make it consistent to odrefresh, so that we won\u0027t need to test\nunused variation and build \"second\" for the dependencies.\n\nBug: 193668901\nTest: 1. Revert this change, run `odrefresh --force-compile`, capture\n         the checksum of all output files.\n      2. Apply this change, repeat the same step.\n      3. Saw all the file hashes remain the same (except for\n         cache-info.xml where the timestamp changed).\nTest: atest ComposHostTestCases\nTest: atest odsign_e2e_tests\nTest: atest art_standalone_odrefresh_tests\nTest: art/build/apex/runtests.sh\nTest: TH\nChange-Id: I3404057050bc1ce6fce4f99cc5c9998e3d67808a\n"
    },
    {
      "commit": "2f01e8ed55663b73787e079955d890e1ffd2983e",
      "tree": "804c2a605a0aed384f10ff809d3967afaca568ec",
      "parents": [
        "33a312992c86bdc718783496a9d42a18d7b342b0"
      ],
      "author": {
        "name": "Sorin Basca",
        "email": "sorinbasca@google.com",
        "time": "Fri Jun 18 06:44:07 2021 +0000"
      },
      "committer": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Fri Sep 24 10:21:16 2021 +0000"
      },
      "message": "Copying sun.misc.Unsafe to jdk.internal.misc\n\nFrom OpenJDK 10 onward, sun.misc.Unsafe has been moved to\njdk.internal.misc. Trying to merge in changes from OpenJDK 11\ndepends on having jdk.internal.misc.Unsafe available. As\nsun.misc.Unsafe is still used throughout libcore code, it cannot\nbe changed yet, so a copy is made to jdk.internal.misc.Unsafe for\nnow.\n\nAs OpenJDK 11 is merged in and sun.misc.Unsafe references will\ndisappear, it can be deprecated and eventually made to call into\njdk.internal.misc.Unsafe.\n\nTest: m\nTest: art/test/testrunner/testrunner.py -t 004-UnsafeTest\nTest: art/test/testrunner/testrunner.py -t 2235-JdkUnsafeTest\nBug: 190470684\nChange-Id: I472a9778a1001fbd7c3ecce0dfa58ea6d632f158\n"
    },
    {
      "commit": "33a312992c86bdc718783496a9d42a18d7b342b0",
      "tree": "0a27e5202514fc36e4ad54c6eedd16a96b3c1b50",
      "parents": [
        "9cc65df0146e05bda535991290f53b795a61a025"
      ],
      "author": {
        "name": "Santiago Aboy Solanes",
        "email": "solanes@google.com",
        "time": "Fri Sep 24 08:50:06 2021 +0000"
      },
      "committer": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Fri Sep 24 10:15:04 2021 +0000"
      },
      "message": "Revert \"Move dex register check upwards in the Inliner stack\"\n\nThis reverts commit 7a7a1e2c826dc5f73df00936f98c21d8add7022c.\n\nReason for revert: We only want to check the register count if we have to create an environment\n\nBug: 200671122\nChange-Id: I26af9075248f5b82f7118c6af9c6e758b7c14280\n"
    },
    {
      "commit": "9cc65df0146e05bda535991290f53b795a61a025",
      "tree": "b1ea41c26c54984a031c17abbc0c85e1195e4ca2",
      "parents": [
        "08a37a09da7992dde879cabb6a8deb3c9e78115c"
      ],
      "author": {
        "name": "Mythri Alle",
        "email": "mythria@google.com",
        "time": "Tue Sep 21 15:09:58 2021 +0000"
      },
      "committer": {
        "name": "Mythri Alle",
        "email": "mythria@google.com",
        "time": "Fri Sep 24 09:23:34 2021 +0000"
      },
      "message": "Drop unused arguments for MethodEntered function\n\nthis_object and dex_pc aren\u0027t used in MethodEntered listener.\n\nTest: art/test/run-test\nChange-Id: I158f962befe1015d21d08c757d4c415fe7865d16\n"
    },
    {
      "commit": "08a37a09da7992dde879cabb6a8deb3c9e78115c",
      "tree": "3299395109196a43b2bd11af7ffce6f7012c386f",
      "parents": [
        "57c6a72e000458847a50f753fff05e40218621b5"
      ],
      "author": {
        "name": "Paul Duffin",
        "email": "paulduffin@google.com",
        "time": "Thu Sep 16 11:38:02 2021 +0100"
      },
      "committer": {
        "name": "Paul Duffin",
        "email": "paulduffin@google.com",
        "time": "Thu Sep 23 13:02:49 2021 +0000"
      },
      "message": "Include native bridge variant of jni_headers in sdk\n\nBug: 195754365\nTest: m art-module-sdk\nChange-Id: I0e3bef2c015f7115c4224985b8331f7d6ff0b40e\n"
    },
    {
      "commit": "57c6a72e000458847a50f753fff05e40218621b5",
      "tree": "f160e9f76c672055f0c59bf32ddf7b765a9208c0",
      "parents": [
        "59064ebccc2e4b78d8f0dfa5e058c3d4de1fb36f"
      ],
      "author": {
        "name": "Yi Kong",
        "email": "yikong@google.com",
        "time": "Thu Sep 23 16:17:12 2021 +0800"
      },
      "committer": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Thu Sep 23 09:56:02 2021 +0000"
      },
      "message": "Fix unused-command-line-argument warning\n\nLimit -msse2 and -mpopcnt flags to x86/x86_64 linux targets only.\n\nTest: build\nBug: 197177755\nChange-Id: Ia213f0a8bb836e765822a68770e2fee6407c1bcd\n"
    },
    {
      "commit": "59064ebccc2e4b78d8f0dfa5e058c3d4de1fb36f",
      "tree": "42747012de96c15c90d04b6fffd16efcbc3c67f3",
      "parents": [
        "dc26639f11ef2a97bc9aa9d9f4a8b8cbf9791481"
      ],
      "author": {
        "name": "Jiakai Zhang",
        "email": "jiakaiz@google.com",
        "time": "Thu Sep 23 04:51:22 2021 +0000"
      },
      "committer": {
        "name": "Jiakai Zhang",
        "email": "jiakaiz@google.com",
        "time": "Thu Sep 23 04:53:38 2021 +0000"
      },
      "message": "Split odsign_e2e_tests.\n\nThis change splits odsign_e2e_tests into OnDeviceSigningHostTest and\nOdrefreshHostTest, where the former one checks if odrefresh, odsign,\nfs-verity, and ART runtime work together properly, while the latter one\nchecks end-to-end odrefresh invocations, but without odsign, fs-verity,\nand ART runtime involved.\n\nBug: 199114301\nTest: atest odsign_e2e_tests\nChange-Id: I93aeefa2e75815e8aab84159ed5b4120cc7124f3\n"
    },
    {
      "commit": "dc26639f11ef2a97bc9aa9d9f4a8b8cbf9791481",
      "tree": "c748d7bc7f61cc291929f877c0a7588319ca44a7",
      "parents": [
        "7ea9270c2d0b2cf500e91877d4ef2c51a9dceec2"
      ],
      "author": {
        "name": "Yuri Lin",
        "email": "yurilin@google.com",
        "time": "Wed Sep 22 17:42:16 2021 +0000"
      },
      "committer": {
        "name": "Yuri Lin",
        "email": "yurilin@google.com",
        "time": "Wed Sep 22 18:14:15 2021 +0000"
      },
      "message": "Revert \"Revert^2 \"Use cpplint.py from repohooks\"\"\n\nThis reverts commit c178495c22b0ea5541e173dd2f319ccbf8b05dd5.\n\nReason for revert: DroidMonitor-triggered revert due to breakage https://android-build.googleplex.com/builds/quarterdeck?branch\u003dgit_sc-dev-plus-aosp\u0026target\u003daosp_crosshatch-userdebug\u0026lkgb\u003d7755813\u0026lkbb\u003d7756178\u0026fkbb\u003d7755871 (one of a few branches breaking), bug b/200807714.\n\nChange-Id: If41be2cd7ea9440351fa78c50da2358f49ab2e93\n"
    },
    {
      "commit": "7ea9270c2d0b2cf500e91877d4ef2c51a9dceec2",
      "tree": "dbb39fed7aa11a4cda5584017b55869c24f8f13f",
      "parents": [
        "c178495c22b0ea5541e173dd2f319ccbf8b05dd5"
      ],
      "author": {
        "name": "Spandan Das",
        "email": "spandandas@google.com",
        "time": "Thu Sep 16 00:45:05 2021 +0000"
      },
      "committer": {
        "name": "Spandan Das",
        "email": "spandandas@google.com",
        "time": "Wed Sep 22 17:06:35 2021 +0000"
      },
      "message": "Enforcing min_sdk_version on art-run-test* and art_standalone*_tests\n\nSetting min_sdk_version on the defaults ensures that all dependent\nmodules (e.g. art-run-test* and art_standalone*_tests) inherit this\nproperty\n\nBug: 156476221\nTest: atest --test-mapping art/TEST_MAPPING, tests that do not require a\ndevice pass\n\nChange-Id: Id0765e5049a63daff2f87cb0e4f16882f5125db7\n"
    },
    {
      "commit": "c178495c22b0ea5541e173dd2f319ccbf8b05dd5",
      "tree": "6e5e3c27b2a46cfee4048600d527b31d3e429f98",
      "parents": [
        "ea55f3de90fb3822c41b6f8715ba6adf6cba2bd4"
      ],
      "author": {
        "name": "Orion Hodson",
        "email": "oth@google.com",
        "time": "Wed Sep 22 12:29:37 2021 +0100"
      },
      "committer": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Wed Sep 22 15:24:14 2021 +0000"
      },
      "message": "Revert^2 \"Use cpplint.py from repohooks\"\n\nIssue leading to revert was fixed in commit\nb1d903587248775b526adf379478575f0713ac76\n(https://r.android.com/1833355).\n\nTest: m cpplint-art\nTest: m\nBug: 200771958\n\nThis reverts commit af5fc456b0d6f4ab587dbc3f57e55488eb5912ea.\n\nChange-Id: Iff07960fd1503031418183f747f8d42b4c1d132f\n"
    },
    {
      "commit": "ea55f3de90fb3822c41b6f8715ba6adf6cba2bd4",
      "tree": "2c5a92cf99bce02e06c60efa683e816aa9d9d10a",
      "parents": [
        "52818b0769b697aea537402abb4f7b1d234b6d9e"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Tue Sep 07 12:16:56 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Wed Sep 22 12:23:47 2021 +0000"
      },
      "message": "Change only_use_system_oat_files_ logic.\n\nIf we\u0027re creating a process which is a zygote, set it to true. Change it\nto false on non-system-server fork.\n\nThis makes sure that zygote doesn\u0027t load oat files from /data, which\nwould then make system server abort at startup.\n\nTest: 677-fsi, 677-fsi2\nBug: 198531508\nChange-Id: I367fcf79f2e60a32457829ddc88b680fc2d00099\n"
    },
    {
      "commit": "52818b0769b697aea537402abb4f7b1d234b6d9e",
      "tree": "e1cbd23191e4d7093b26ae73c1384eb7989aecf5",
      "parents": [
        "af5fc456b0d6f4ab587dbc3f57e55488eb5912ea"
      ],
      "author": {
        "name": "Jiakai Zhang",
        "email": "jiakaiz@google.com",
        "time": "Wed Sep 22 07:59:32 2021 +0000"
      },
      "committer": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Wed Sep 22 11:48:32 2021 +0000"
      },
      "message": "Speed up odsign_e2e_tests.\n\nThis change moves preparation code and cleanup code to\n@BeforeClassWithInfo and @AfterClassWithInfo respectively, which run\nonly once. It reduces the runtime of the test by ~85%. After the\nchange, the test only takes 5 minutes on Cuttlefish.\n\nNote that any test state will NOT be reset after the change. Test cases\nare ordered in a way that state changes won\u0027t cause problems.\n\nBug: 199114301\nTest: atest odsign_e2e_tests\nChange-Id: Ic5ba84a3a274322f5ba8fec3119419cd3c0ee1c4\n"
    },
    {
      "commit": "af5fc456b0d6f4ab587dbc3f57e55488eb5912ea",
      "tree": "ad09541d23515ce4a216ff0c19439909ff552aad",
      "parents": [
        "7cbd0e8b3faf18e75ba02af3677973ab0c2cac19"
      ],
      "author": {
        "name": "Paul Hadfield",
        "email": "hadfieldp@google.com",
        "time": "Wed Sep 22 10:12:48 2021 +0000"
      },
      "committer": {
        "name": "Paul Hadfield",
        "email": "hadfieldp@google.com",
        "time": "Wed Sep 22 11:19:10 2021 +0000"
      },
      "message": "Revert \"Use cpplint.py from repohooks\"\n\nThis reverts commit 145f96954680bd24f2c8bbc63b9e199343ba0401.\n\nReason for revert: DroidMonitor-triggered revert due to breakage https://android-build.googleplex.com/builds/quarterdeck?branch\u003daosp-master\u0026target\u003daosp_x86_64-userdebug\u0026lkgb\u003d7754422\u0026lkbb\u003d7754941\u0026fkbb\u003d7754782, bug b/200771958\n\nBUG: 200771958\n\nChange-Id: Ie8ca21d5f14d6e1dcda4d0a2f730f4590f7ce108\n"
    },
    {
      "commit": "7cbd0e8b3faf18e75ba02af3677973ab0c2cac19",
      "tree": "6e302b7e6578fe0a94173437c698fcb1e4756c02",
      "parents": [
        "b1d903587248775b526adf379478575f0713ac76"
      ],
      "author": {
        "name": "Jiakai Zhang",
        "email": "jiakaiz@google.com",
        "time": "Wed Sep 22 09:32:08 2021 +0000"
      },
      "committer": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Wed Sep 22 11:09:44 2021 +0000"
      },
      "message": "Remove libartbase from static_libs of odrefresh tests.\n\nThis CL reverts a local temporary change that was unexpectedly submitted\nwith aosp/1829432. libartbase is already in shared_libs of\nart_*gtest_defaults.\n\nBug: 197176583\nTest: atest art_standalone_odrefresh_tests\nChange-Id: I763b810a0956b340e9486875406cafd1394bad3e\n"
    },
    {
      "commit": "b1d903587248775b526adf379478575f0713ac76",
      "tree": "2edfc75984742297ea29e372b83fa5e5a990efd1",
      "parents": [
        "8f0887be865e685efc3b61d0dda88206630cf617"
      ],
      "author": {
        "name": "Jiakai Zhang",
        "email": "jiakaiz@google.com",
        "time": "Wed Sep 22 09:08:26 2021 +0000"
      },
      "committer": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Wed Sep 22 10:45:23 2021 +0000"
      },
      "message": "Fix lint error in odrefresh_test.\n\nThis CL changes the C-style cast in the code to `static_cast`.\n\nBug: 197176583\nTest: atest art_standalone_odrefresh_tests\nChange-Id: I7686c2fb8a17ca9b41cee7ed475eceba8174de1c\n"
    },
    {
      "commit": "8f0887be865e685efc3b61d0dda88206630cf617",
      "tree": "24764a3d5a6f0cae063291c9ceb3e0ca49cc8608",
      "parents": [
        "7a7a1e2c826dc5f73df00936f98c21d8add7022c"
      ],
      "author": {
        "name": "Martin Stjernholm",
        "email": "mast@google.com",
        "time": "Wed Aug 18 22:37:02 2021 +0100"
      },
      "committer": {
        "name": "Martin Stjernholm",
        "email": "mast@google.com",
        "time": "Wed Sep 22 10:36:02 2021 +0000"
      },
      "message": "Update logic to add debug modules to art-runtime.\n\nruntime_libart.mk no longer picks the debug APEX for userdebug builds,\nso we can\u0027t do that here either.\n\nThis started to error out because the debug APEX is no longer\ninstallable when it isn\u0027t picked by runtime_libart.mk.\n\nTest: m nothing TARGET_BUILD_VARIANT\u003duserdebug\nTest: m nothing TARGET_BUILD_VARIANT\u003deng\nBug: 192006406\nChange-Id: I3741d7aa791344d2e87cf4dbcad6be3dd69d1778\n"
    },
    {
      "commit": "7a7a1e2c826dc5f73df00936f98c21d8add7022c",
      "tree": "e9a4989f0036e47588ca0de4e475a47637c1b4f5",
      "parents": [
        "ad58e1cec027a27a8fa9ac270557b566e903913b"
      ],
      "author": {
        "name": "Santiago Aboy Solanes",
        "email": "solanes@google.com",
        "time": "Mon Sep 20 14:14:16 2021 +0100"
      },
      "committer": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Wed Sep 22 10:07:43 2021 +0000"
      },
      "message": "Move dex register check upwards in the Inliner stack\n\nWe can check that before we try to build and run optimizations\n\nBug: 200671122\nTest: ART tests\nChange-Id: Ie3b60445a7ed90490ad6a97834ae74631e26ff93\n"
    },
    {
      "commit": "ad58e1cec027a27a8fa9ac270557b566e903913b",
      "tree": "a9528e4695ddbf7f97218a6fa1fbd7c9a9b24a3b",
      "parents": [
        "d726cb1f9c607fc2f640ec595286cadd155af68e"
      ],
      "author": {
        "name": "Jiakai Zhang",
        "email": "jiakaiz@google.com",
        "time": "Wed Sep 22 07:30:12 2021 +0000"
      },
      "committer": {
        "name": "Jiakai Zhang",
        "email": "jiakaiz@google.com",
        "time": "Wed Sep 22 09:44:18 2021 +0000"
      },
      "message": "Remove the use of --updatable-bcp-packages-fd from odrefresh.\n\nHistorically, this flag is used when compiling system server to prevent\nartifacts from being invalidated after a mainline update. We are now\nre-compiling system server after every mainline update, so this flag\nis no longer needed.\n\nSystem property `dalvik.vm.dex2oat-updatable-bcp-packages-file` and\ncode in dex2oat that related to the flag will be cleaned up in\nsubsequent CLs.\n\nBug: 200241946\nTest: atest art_standalone_odrefresh_tests\nTest: atest odsign_e2e_tests\nChange-Id: I62a4b1a0a8750d55a8a59a5fa8618bfcfd0a7eca\n"
    },
    {
      "commit": "d726cb1f9c607fc2f640ec595286cadd155af68e",
      "tree": "0242b98413e81ad06591a160099e58185dad83df",
      "parents": [
        "145f96954680bd24f2c8bbc63b9e199343ba0401"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Tue Sep 21 17:20:14 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Wed Sep 22 09:44:00 2021 +0000"
      },
      "message": "Fix missing suspend check in nterp for goto32 +0\n\nTest: 830-goto-zero\nBug: 200660605\nChange-Id: I2267fa3d2842cc84e2e5b3ee8cf04989cd423a50\n"
    },
    {
      "commit": "145f96954680bd24f2c8bbc63b9e199343ba0401",
      "tree": "7d6bb8b6ae8f2b20448503c43f4d0c9b77d8bda5",
      "parents": [
        "e684fc5975d448d761a2123a79f8be9d30089e15"
      ],
      "author": {
        "name": "Colin Cross",
        "email": "ccross@android.com",
        "time": "Tue Sep 21 14:18:11 2021 -0700"
      },
      "committer": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Wed Sep 22 08:33:03 2021 +0000"
      },
      "message": "Use cpplint.py from repohooks\n\nThe cpplint.py in external/google-styleguide is out of date and doesn\u0027t\nsupport python 3.  Switch to the one in tools/repohooks/tools to match\nthe preupload configuration.  Also fix some lint issues caught by the\nnew version.\n\nTest: m cpplint-art\nChange-Id: Ie8c307388362c03c6f33cda6d4ec95c244481adf\n"
    },
    {
      "commit": "e684fc5975d448d761a2123a79f8be9d30089e15",
      "tree": "7632c1ce85c0969f3a657429525a1d5208e16edc",
      "parents": [
        "4e6cc7384f7c52d2fd9e13414696338c289d63f9"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Sep 20 09:30:35 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Wed Sep 22 08:20:28 2021 +0000"
      },
      "message": "Add kryo785 as known variant.\n\nTest: m\nBug: 199569303\nChange-Id: I4c91bd1e8d5646ee1c46dc8dec8aa1a3ab602136\n"
    },
    {
      "commit": "4e6cc7384f7c52d2fd9e13414696338c289d63f9",
      "tree": "712dfdfe9bec86f0ed98474f23b43c2fdaad3a4c",
      "parents": [
        "075567130f9353a0d0899c97910552f92529c038"
      ],
      "author": {
        "name": "Jiakai Zhang",
        "email": "jiakaiz@google.com",
        "time": "Fri Sep 17 04:46:24 2021 +0000"
      },
      "committer": {
        "name": "Jiakai Zhang",
        "email": "jiakaiz@google.com",
        "time": "Wed Sep 22 05:30:53 2021 +0000"
      },
      "message": "Support using boot image on system when compiling system server.\n\nWhen compiling system server, odrefresh assumes that boot classpath\nartifacts are on data, which is not necessarily true now because we\ndon\u0027t re-compile boot classpath jars unless there is an ART update.\n\nBug: 197176583\nTest: atest art_standalone_odrefresh_tests\nChange-Id: I613e8ce8a97ff5ec6e8dcb6fc7975363220a021c\n"
    },
    {
      "commit": "075567130f9353a0d0899c97910552f92529c038",
      "tree": "3888b0871f913c92e6661e6345ae89a58d413f5e",
      "parents": [
        "7fa70866414df11ef0c9d8eca3e6c23788e8c9d8"
      ],
      "author": {
        "name": "Jiakai Zhang",
        "email": "jiakaiz@google.com",
        "time": "Thu Sep 16 07:21:00 2021 +0000"
      },
      "committer": {
        "name": "Jiakai Zhang",
        "email": "jiakaiz@google.com",
        "time": "Wed Sep 22 05:30:53 2021 +0000"
      },
      "message": "Update odrefresh to check APEX system server artifacts on system.\n\nBug: 194150908\nTest: manual - 1. Patch aosp/1828115.\n  2. Build a system image and flash it into a device.\n  3. adb logcat -d odrefresh:D odsign:D \"*:S\"\n  4. See \"odrefresh said artifacts are VALID\" and no dex2oat invocation\n  in the output.\nChange-Id: I702847515778affde49289b87f2f834aa3c2a922\n"
    },
    {
      "commit": "7fa70866414df11ef0c9d8eca3e6c23788e8c9d8",
      "tree": "2220f0057661852e53239319156f4161730096b5",
      "parents": [
        "e3e01845d2643916699f1ee15149ed360b14ebeb"
      ],
      "author": {
        "name": "Jiakai Zhang",
        "email": "jiakaiz@google.com",
        "time": "Wed Sep 15 08:56:56 2021 +0000"
      },
      "committer": {
        "name": "Jiakai Zhang",
        "email": "jiakaiz@google.com",
        "time": "Wed Sep 22 05:30:53 2021 +0000"
      },
      "message": "Update ART runtime to recognize artifacts on /system for APEX.\n\nContext: go/location-for-compilation-artifacts-of-apex-jars\n\nThis change enables ART runtime to use the artifacts generated by\naosp/1821984.\n\nBug: 194150908\nTest: atest art_standalone_libartbase_tests\nTest: manual - 1. Patch aosp/1828115.\n  2. Build a system image and flash it into a device.\n  3. adb root \u0026\u0026 adb shell grep \"/system/framework/oat\" /proc/`adb shell pidof system_server`/maps\n  4. See \"/system/framework/oat/x86_64/apex@...\" in the output.\nChange-Id: I74cb21433d63b1f3ed4d096ab0c86f09bced4b97\n"
    },
    {
      "commit": "e3e01845d2643916699f1ee15149ed360b14ebeb",
      "tree": "0b447e1b7d73a0ce9247ca06b405c1bcb00d8c98",
      "parents": [
        "9f98fc31900571e701dc02c5749f9f192f997d47"
      ],
      "author": {
        "name": "Santiago Aboy Solanes",
        "email": "solanes@google.com",
        "time": "Tue Sep 21 15:05:56 2021 +0100"
      },
      "committer": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Tue Sep 21 16:10:12 2021 +0000"
      },
      "message": "Update folder name in art/build\u0027s README\n\nTests: N/A\nChange-Id: I6443c665f0671e16cfb754a0d5e2719b57a26035\n"
    },
    {
      "commit": "9f98fc31900571e701dc02c5749f9f192f997d47",
      "tree": "4ec53000edaa61d8e9bef5a1b02473be554a6a8e",
      "parents": [
        "ad0daef0da6be2cb613b879437d607c7b2ff2dbe"
      ],
      "author": {
        "name": "David Srbecky",
        "email": "dsrbecky@google.com",
        "time": "Tue Sep 21 10:47:59 2021 +0100"
      },
      "committer": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Tue Sep 21 13:53:53 2021 +0000"
      },
      "message": "Add couple DexCache read-barriers.\n\nI intend to make some of the fields mutable in the next CL,\nwhich means we cannot skip the read-barrier any more.\n\nSplit this into own CL to make it easier to check if\nthere are any significant performance changes.\n\nBug: 182072259\nTest: test.py -b -r --host --64\nChange-Id: Ia20a3ba8285eb56ae6ff9e7fa5c0a62b14d88b65\n"
    },
    {
      "commit": "ad0daef0da6be2cb613b879437d607c7b2ff2dbe",
      "tree": "c9518484309538d093e2ebc935080ef10937ed23",
      "parents": [
        "39e2979b92c25fc825944bda346216395d326395"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Sep 20 14:58:58 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Tue Sep 21 10:27:23 2021 +0000"
      },
      "message": "An incompatible field type assignment is always an error.\n\nEither make it conditional type check for unresolved types, or a fatal\nerror.\n\nTest: test.py\nBug: 28313047\nChange-Id: Iec06306d6d2c89bc6c871b03e1469de0cf2b8ebb\n"
    },
    {
      "commit": "39e2979b92c25fc825944bda346216395d326395",
      "tree": "76ebdb27bce5ab57139b3e805f2f9119eda068f2",
      "parents": [
        "816b0da3ef7a2fffeda087917353646b3d48fd62"
      ],
      "author": {
        "name": "Usama Arif",
        "email": "usama.arif@linaro.org",
        "time": "Fri Nov 15 10:53:29 2019 +0000"
      },
      "committer": {
        "name": "Joel Goddard",
        "email": "joel.goddard@linaro.org",
        "time": "Mon Sep 20 15:13:57 2021 +0100"
      },
      "message": "ARM64: FP16 min and max intrinsic for ARMv8\n\nThis CL implements intrinsics for min and max method with\nARMv8.2 FP16 instructions.\n\nAlso refactors the location builders for FP16 Compare\noperations to use new helper FP16ComparisonLocations.\n\nThe performance improvements using timeMinFP16 FP16Intrinsic\nmicro intrinsic benchmark on pixel4:\n- Java implementation libcore.util.FP16.min:\n    - big cluster only: 935\n    - little cluster only: 2373\n- arm64 min Intrinisic implementation:\n    - big cluster only: 495 (~47% faster)\n    - little cluster only: 1521 (~36% faster)\n\nThe performance improvements using timeMaxFP16 FP16Intrinsic\nmicro intrinsic benchmark on pixel4:\n- Java implementation libcore.util.FP16.max():\n    - big cluster only: 1067\n    - little cluster only: 2383\n- arm64 max Intrinisic implementation:\n    - big cluster only: 496 (~53% faster)\n    - little cluster only: 1508 (~37% faster)\n\nTest: 580-checker-fp16\nTest: art/test/testrunner/run_build_test_target.py -j80 art-test-javac\nChange-Id: I6ecbc96ef7fa7fcb67f5855de3a6f551c247566e\n"
    },
    {
      "commit": "816b0da3ef7a2fffeda087917353646b3d48fd62",
      "tree": "409402e7f6a9f5bf2c2268eb7f077b60f20d74c0",
      "parents": [
        "2658a0775f45da9e797a5901298887a1a4b8a4c8"
      ],
      "author": {
        "name": "Stelios Ioannou",
        "email": "stelios.ioannou@linaro.org",
        "time": "Thu Jun 03 13:25:50 2021 +0100"
      },
      "committer": {
        "name": "David Srbecky",
        "email": "dsrbecky@google.com",
        "time": "Mon Sep 20 13:42:35 2021 +0000"
      },
      "message": "ART: Enables Debugging with LLDB for dex2oat.\n\nCurrently, there is not a flag present to enable debugging the dex2oat\ncompiler on host. Therefore, because we want to be able to debug the\ndex2oat compiler when testing, this patch adds two flags,\n\"--gdb-dex2oat\" and \"--gdb-dex2oat-args\". As a result, when the\n\"--gdb-dex2oat\" flag is present in a test command, it will\nrun LLDB on dex2oat.\n\nNote that to be compliant with the current naming convention,\nthe relevant variable names include the \"GDB\" prefix instead of \"LLDB\".\n\nAdditionally, we can pass arguments that are delimited by a semi-column\nto LLDB with \"--gdb-dex2oat-args\", e.g.\n\"--gdb-dex2oat-args\u003d\u0027-X\u0027\".\n\nNote that this patch does not enable dex2oat debugging on target.\n\nTest: art/test.py -v -j12 --host --64  -t 554-checker-rtp-checkcast\\\n      --run-test --optimizing --gdb-dex2oat\n\nChange-Id: I392a57a41a90550cc5dc766ee9f148327a9c21d2\n"
    },
    {
      "commit": "2658a0775f45da9e797a5901298887a1a4b8a4c8",
      "tree": "86020ce23f34fc28df5aa7c09de0f63e6a00d4bc",
      "parents": [
        "236f7bf20509e82e33404932689ef4feaf73e762"
      ],
      "author": {
        "name": "Nikita Iashchenko",
        "email": "nikitai@google.com",
        "time": "Thu Sep 16 15:15:58 2021 +0100"
      },
      "committer": {
        "name": "Nikita Iashchenko",
        "email": "nikitai@google.com",
        "time": "Sun Sep 19 14:46:19 2021 +0000"
      },
      "message": "OpenJDK 11: update test expectations for 913-heaps\n\nUpdate test expectations for 913-heaps as java.lang.Thread is being\nupdated as a part of OpenJDK 11 integration.\n\nBug: 199751232\nTest: art/test.py --host -g\nChange-Id: Ie6777d59d843dad6482e5d7f756b8ebd1ce6a287\n"
    },
    {
      "commit": "236f7bf20509e82e33404932689ef4feaf73e762",
      "tree": "92332d9af7c7149e82ba9e555a490857dce015fe",
      "parents": [
        "073885cca8f9c52cc11629f9933ef97b6686bcfa"
      ],
      "author": {
        "name": "Nikita Iashchenko",
        "email": "nikitai@google.com",
        "time": "Wed Sep 15 17:36:39 2021 +0100"
      },
      "committer": {
        "name": "Nikita Iashchenko",
        "email": "nikitai@google.com",
        "time": "Sun Sep 19 14:46:19 2021 +0000"
      },
      "message": "OpenJDK 11: replace Thread#init() with constructors\n\nUpdate expected stack trace for UnstartedRuntime tests as\njava.lang.Thread was refactored from using internal init() function to\nconstructors.\n\nBug: 199751232\nTest: art/test.py --host -g\nChange-Id: I4973457cce96ab2e8684198c486e70a63fd24ddb\n"
    },
    {
      "commit": "073885cca8f9c52cc11629f9933ef97b6686bcfa",
      "tree": "33a4a90eb66e0536fb037f3492cb6255d3c845a4",
      "parents": [
        "96d8f4f3cf969ba8ab61abfb813b47969fe73bcc"
      ],
      "author": {
        "name": "Colin Cross",
        "email": "ccross@android.com",
        "time": "Tue Sep 14 14:35:15 2021 -0700"
      },
      "committer": {
        "name": "Colin Cross",
        "email": "ccross@android.com",
        "time": "Fri Sep 17 22:54:50 2021 +0000"
      },
      "message": "Fix art compiling against musl\n\nFix various issues when compling art against musl:\n\nCheck for ANDROID_HOST_MUSL when defining strlcpy and sig*64.\n\nRemove error.h, its not used and doesn\u0027t exist in musl.\n\nInclude time.h that was being included transitively in glibc but\nnot in musl.\n\nAdd the musl libc library name to the list.\n\npthread_sigqueue takes a sigval, not a sigval_t.\n\nBug: 190084016\nTest: m USE_HOST_MUSL\u003dtrue\nChange-Id: I2548ef0013234c42efded411c733450c19434855\n"
    },
    {
      "commit": "96d8f4f3cf969ba8ab61abfb813b47969fe73bcc",
      "tree": "b79dc3edcec5a949b3ea9f64d0e4485211fb10e9",
      "parents": [
        "3027c60ed7794c899044c2d855ab3af57a8ca8a2"
      ],
      "author": {
        "name": "Roland Levillain",
        "email": "rpl@google.com",
        "time": "Fri Sep 17 12:15:22 2021 +0100"
      },
      "committer": {
        "name": "Roland Levillain",
        "email": "rpl@google.com",
        "time": "Fri Sep 17 14:22:59 2021 +0000"
      },
      "message": "Fix two incorrect test conditions in `libartbase/base/flags_test.cc`.\n\nFix conditions in the following `art_libartbase_tests` tests, which\nused to be inverted:\n- `FlagsTestsWithCmdLine.FlagsTestsGetValueServerSetting`\n- `FlagsTestsCmdLineOnly.CmdlineOnlyFlags`\n\nTest: atest art_standalone_libartbase_tests\nTest: Run `art_libartbase_tests` with original chroot-based harness\nBug: 190150217\nChange-Id: Id3d1aa74fd435c82b6806af5a0b9b5eab8371dfb\n"
    },
    {
      "commit": "3027c60ed7794c899044c2d855ab3af57a8ca8a2",
      "tree": "dd9b6efdecd5017a10cd05fd14667ab41956ccf7",
      "parents": [
        "88b5c1d8b91e3ce53788efa532d6d106471a801e"
      ],
      "author": {
        "name": "Martin Stjernholm",
        "email": "mast@google.com",
        "time": "Wed Sep 15 21:38:43 2021 +0100"
      },
      "committer": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Fri Sep 17 12:59:55 2021 +0000"
      },
      "message": "Do not build libraries that depend on deapexer rules.\n\nIt does not appear to be required any more, and when APEXes no longer\nare installable by default in unbundled builds, these cannot be\nextracted from them through the Soong deapexer logic.\n\nTest: art/tools/buildbot-build.sh {--target,--host}\nTest: art/tools/run-libcore-tests.sh --mode\u003ddevice --variant\u003dX64\n  in chroot environment\nTest: art/tools/run-libjdwp-tests.sh --mode\u003ddevice --variant\u003dX64\n  in chroot environment\nTest: art/tools/run-libcore-tests.sh --mode\u003dhost\n  (10 tests already failing, no regression)\nTest: art/tools/run-libjdwp-tests.sh --mode\u003dhost\nBug: 192006406\nChange-Id: I01d8f1a8b8fae9750166534772fdfa5c67d29f1a\n"
    },
    {
      "commit": "88b5c1d8b91e3ce53788efa532d6d106471a801e",
      "tree": "4dfb35742ada64256f84090aac41e14935b75cd9",
      "parents": [
        "cf6a926f4041e5cb88fe70c701ce6aa043ae9df3"
      ],
      "author": {
        "name": "Santiago Aboy Solanes",
        "email": "solanes@google.com",
        "time": "Tue Sep 14 15:58:22 2021 +0100"
      },
      "committer": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Fri Sep 17 12:51:34 2021 +0000"
      },
      "message": "Refactor register allocator\u0027s ProcessInstruction\n\nWe can make some auxiliary functions to make the method easier to read.\n\nChange-Id: I5f0a0c0fd97c3bd201da5245a58b84c9c520c9f7\n"
    },
    {
      "commit": "cf6a926f4041e5cb88fe70c701ce6aa043ae9df3",
      "tree": "005d37921c6dfa69a635461a8f3b22a2df1101e5",
      "parents": [
        "f513a7650e0bce9225e598b0fe4825b4ee1dc4cb"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Fri Sep 17 07:58:04 2021 +0000"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Fri Sep 17 09:29:38 2021 +0000"
      },
      "message": "Revert \"Restore partial LSE.\"\n\nThis reverts commit c2aa7a31fb825f51a9d1973fb877ee043cb0ff4c.\n\nBug: 197981962\nBug: 200168065\n\nReason for revert: b/200168065\n\nChange-Id: I3c28edfed2bc2d544891c30d070feb282993c79a\n"
    },
    {
      "commit": "f513a7650e0bce9225e598b0fe4825b4ee1dc4cb",
      "tree": "271bba192ecf99c1f145731bed7f63e8a0ef2322",
      "parents": [
        "f740be5efcc31826b29e5a23aa9a46a1d53d824d"
      ],
      "author": {
        "name": "Martin Stjernholm",
        "email": "mast@google.com",
        "time": "Mon Sep 13 16:04:52 2021 +0100"
      },
      "committer": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Thu Sep 16 19:54:47 2021 +0000"
      },
      "message": "Handle .capex files in the chroot setup.\n\nTest: m installclean \u0026\u0026 \\\n      art/tools/buildbot-build.sh --target \u0026\u0026 \\\n      art/tools/buildbot-teardown-device.sh \u0026\u0026 \\\n      art/tools/buildbot-cleanup-device.sh \u0026\u0026 \\\n      art/tools/buildbot-setup-device.sh \u0026\u0026 \\\n      art/tools/buildbot-sync.sh\n  where Conscrypt is a source built capex\nTest: rm -r $ANDROID_PRODUCT_OUT/system/apex/com.android.conscrypt \u0026\u0026 \\\n      art/tools/buildbot-teardown-device.sh \u0026\u0026 \\\n      art/tools/buildbot-cleanup-device.sh \u0026\u0026 \\\n      art/tools/buildbot-setup-device.sh \u0026\u0026 \\\n      art/tools/buildbot-sync.sh\nBug: 173713185\nChange-Id: Ia6a7dc9618e7512011ab78814dfa6e4a5de0dd3b\n"
    },
    {
      "commit": "f740be5efcc31826b29e5a23aa9a46a1d53d824d",
      "tree": "aad23d44c68daf27f16d3f2d4127394ebd12912f",
      "parents": [
        "7a3ccd0082aae9dad53733549e5d414af1de00d6"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Thu Sep 16 14:07:37 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Thu Sep 16 16:57:39 2021 +0000"
      },
      "message": "Handle the case the enclosing class is missing.\n\nFix a crash in ART when Class.getEnclosingClass was hitting a missing\nclass.\n\nTest: 829-unresolved-enclosing\nBug: 195604858\nChange-Id: I12cb8fbcc55f8f011303ffd6fe61537dd0b0f7f4\n"
    },
    {
      "commit": "7a3ccd0082aae9dad53733549e5d414af1de00d6",
      "tree": "ce2f7b2d2d0d811704da0405568a72f189a975b7",
      "parents": [
        "c2aa7a31fb825f51a9d1973fb877ee043cb0ff4c"
      ],
      "author": {
        "name": "Victor Hsieh",
        "email": "victorhsieh@google.com",
        "time": "Wed Sep 08 11:59:29 2021 -0700"
      },
      "committer": {
        "name": "Victor Hsieh",
        "email": "victorhsieh@google.com",
        "time": "Thu Sep 16 14:58:27 2021 +0000"
      },
      "message": "Disable host build of odrefresh\n\nSo that we won\u0027t need to worry when a future dependency is lack of a\nhost variant.\n\nThis change removes odrefresh from the host apex and\n\"ART_CORE_DEBUGGABLE_EXECUTABLES_HOST\".\n\nBug: 199302192\nTest: art/build/apex/runtests.sh\nTest: art/tools/golem/build-target.sh --machine-type\u003dlinux-armv8\nTest: m art-runtime\nTest: TH\nChange-Id: I9ffe940eac14968f0daa79a290ab21eb7ee1f061\n"
    },
    {
      "commit": "c2aa7a31fb825f51a9d1973fb877ee043cb0ff4c",
      "tree": "e6da7b57b10b004571f749b26e47a974a8925b31",
      "parents": [
        "8214de1bb682b2d0fc4968943ecddd9415d6b75f"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Wed Sep 15 14:14:17 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Thu Sep 16 13:32:11 2021 +0000"
      },
      "message": "Restore partial LSE.\n\nThis fixes a bug where we were using the wrong value for initializing an\nallocation that we moved. See this test:\nhttps://android-review.googlesource.com/c/platform/art/+/1825138/4/test/828-partial-lse/src/Main.java\n\nRun LSE twice: one for the classical load store eliminiation, one for\nmoving allocations.\n\nTest: test.py\nBug: 197981962\nChange-Id: If317e10e239488876180047040dba66ae3fc8d4c\n"
    },
    {
      "commit": "8214de1bb682b2d0fc4968943ecddd9415d6b75f",
      "tree": "09bafde31364bc02c87386da974526ae07956898",
      "parents": [
        "53395f0b6846b121a935e2944a2b884999c2f878"
      ],
      "author": {
        "name": "Hans Boehm",
        "email": "hboehm@google.com",
        "time": "Tue Sep 07 17:17:22 2021 -0700"
      },
      "committer": {
        "name": "Hans Boehm",
        "email": "hboehm@google.com",
        "time": "Wed Sep 15 16:22:46 2021 +0000"
      },
      "message": "Do not mark large objects for evacuation\n\nWe previously copied entire page-aligned regions containing a single\nlarge object under certain unlikely conditions. Aside from occasionally\ncausing us to run out of memory in the GC under even less likely\nconditions, this generally appears to be wasted effort. The copy\nis allocated before deallocating from-space regions, so there is\nno reason to believe it will reduce fragmentation at the region\nlevel, which seems to be its only plausible benefit.\n\nRemove the code to copy such objects, since that situation no\nlonger arises.\n\nHave the space flip clear live_bytes, fixing an earlier bug that\notherwise causes this CL to break. (Thanks to lokeshgidra@ for this\npiece.)\n\nAdd a large comment to live_bytes_ better explaining its use.\n\nDrive-by-fix: Remove \"temporary\" output for b/116087961 that has\nbeen closed for 2 years.\n\nTest: Build and boot AOSP. Run test from bug repeatedly.\nBug: 191912426\nChange-Id: I1603cd898aedcbcdd75fe019770213f0eae506d3\n"
    },
    {
      "commit": "53395f0b6846b121a935e2944a2b884999c2f878",
      "tree": "f797a60c8aab0120a8bcc056080e373d011c9e23",
      "parents": [
        "172633da9034113b5ff74a08d4ebb192d349dbb4"
      ],
      "author": {
        "name": "Roland Levillain",
        "email": "rpl@google.com",
        "time": "Thu Sep 09 15:22:16 2021 +0100"
      },
      "committer": {
        "name": "Roland Levillain",
        "email": "rpl@google.com",
        "time": "Wed Sep 15 13:01:09 2021 +0000"
      },
      "message": "No longer mention APEX flattening in chroot-based testing docs.\n\nUsing flattened APEXes in ART chroot-based on-device testing is no\nlonger necessary.\n\nTest: Render `README.chroot.md` as HTML and check the output manually\nBug: 121117762\nChange-Id: Ic2587953acdb6ff8586d253f0a0bdf617dfff5a8\n"
    },
    {
      "commit": "172633da9034113b5ff74a08d4ebb192d349dbb4",
      "tree": "91f31dc759745a4a2d6759b7575c614a53578cab",
      "parents": [
        "8c3b33fe9878b008143ce80dc59c6dccda99b4b2"
      ],
      "author": {
        "name": "Roland Levillain",
        "email": "rpl@google.com",
        "time": "Thu Sep 09 15:13:39 2021 +0100"
      },
      "committer": {
        "name": "Roland Levillain",
        "email": "rpl@google.com",
        "time": "Wed Sep 15 12:57:14 2021 +0000"
      },
      "message": "Remove instructions about running post-submit tests with Atest.\n\nThese have become obsolete, as ART\u0027s `TEST_MAPPING` file no\nlonger contains a `postsubmit` test group.\n\nTest: Render `README.atest.md` as HTML and check the output manually\nChange-Id: I903249a02b277f56c7ef8507d55fb747f364c652\n"
    },
    {
      "commit": "8c3b33fe9878b008143ce80dc59c6dccda99b4b2",
      "tree": "3e8fb9db8e5abb9cbf2822160b2acf16f18a01eb",
      "parents": [
        "8be663808b0bdab63ebdea2f0175f6a49b331a2c"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Tue Sep 14 14:53:30 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Wed Sep 15 09:58:37 2021 +0000"
      },
      "message": "Skip version 199.\n\nIt is used internally, so to ensure we don\u0027t conflict, bump the version\nagain.\n\nTest: test.py\nChange-Id: I9503573d4eeebfe4b45f6e167d8d7dd2c96d5fcb\n"
    },
    {
      "commit": "8be663808b0bdab63ebdea2f0175f6a49b331a2c",
      "tree": "0dfe28891876ac32ebf05e88f0cc1f09deb9e0fd",
      "parents": [
        "ab91eefc875956752c20e47f5e23715597b41511"
      ],
      "author": {
        "name": "Nikita Iashchenko",
        "email": "nikitai@google.com",
        "time": "Wed Sep 08 12:09:56 2021 +0100"
      },
      "committer": {
        "name": "Nikita Iashchenko",
        "email": "nikitai@google.com",
        "time": "Tue Sep 14 14:08:40 2021 +0000"
      },
      "message": "Update 939-hello-transformation-bcp test\n\nOptionalLong class has been updated as a part of OpenJDK 11 integration,\nand this CL updates class file and dex for unit test, adding new\nmethods.\n\nAlso, added a script that automates base64 encoded constant creation.\n\nBug: 199077736\nTest: art/test/testrunner/testrunner.py --target --64 -t \\\n      939-hello-transformation-bcp\nChange-Id: I3ae1b4b59b6ebc23a383e95f9f1092479006cc07\n"
    },
    {
      "commit": "ab91eefc875956752c20e47f5e23715597b41511",
      "tree": "f651ffdf07197b50c3dbbfd6880d3a75940140f1",
      "parents": [
        "e8a822d2209a644f30fc1b6db3c70ec5faf2b79a"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Tue Sep 14 09:48:51 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Tue Sep 14 13:49:58 2021 +0000"
      },
      "message": "Address review comments on method resolution.\n\nFollow-up after:\nhttps://android-review.googlesource.com/c/platform/art/+/1825135\n\nTest: 827-resolve-method\nBug: 199246839\nChange-Id: I085348040308d70730bd7f90bd3aa8ded5113087\n"
    },
    {
      "commit": "e8a822d2209a644f30fc1b6db3c70ec5faf2b79a",
      "tree": "6adac4604b30164f328e5fececc816e263e2cd0e",
      "parents": [
        "76a943abedf97ebfc36a826edd447ee411345aa2"
      ],
      "author": {
        "name": "Santiago Aboy Solanes",
        "email": "solanes@google.com",
        "time": "Mon Sep 13 14:40:53 2021 +0100"
      },
      "committer": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Tue Sep 14 12:21:30 2021 +0000"
      },
      "message": "Remove entry SuspendCheck for methods which only call on the slow path\n\nWe can skip SuspendCheck if the method is e.g. a leaf method with a read barrier call in the slow path.\n\nBug: 135477345\nTest: ART tests\nChange-Id: I6e04f10544ec61b46bb5763a88c28248e88193bf\n"
    },
    {
      "commit": "76a943abedf97ebfc36a826edd447ee411345aa2",
      "tree": "b2f5804ce4eeac90504d158abe2429ff928f426e",
      "parents": [
        "6e458174b331e5acfc67792b571fccc5bbcd2f50"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Sep 13 17:28:00 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Tue Sep 14 08:39:34 2021 +0000"
      },
      "message": "Update .oat version after disabling partial LSE.\n\nThis will ensure we don\u0027t take any .oat file that has the bogus\ngenerated code.\n\nTest: test.py\nBug: 197981962\nChange-Id: Ic14d18d310bdcd408c1f6e2777ef53a041fb2f12\n"
    },
    {
      "commit": "6e458174b331e5acfc67792b571fccc5bbcd2f50",
      "tree": "fa6d23c214e8ba2187143e593b30c26934edbbc9",
      "parents": [
        "3de02fb67de386368c9fe39ab5a0133afcf1d785"
      ],
      "author": {
        "name": "Sekyeong Heo",
        "email": "sekyeong.heo@samsung.com",
        "time": "Wed Aug 25 20:26:58 2021 +0900"
      },
      "committer": {
        "name": "Hans Boehm",
        "email": "hboehm@google.com",
        "time": "Mon Sep 13 21:50:08 2021 +0000"
      },
      "message": "[art] Add GetPreOomeGcCount API\n\nIt\u0027s difficult to analyze sluggish issue due to excessive GC.\nSo, I would like to add API for GC status check.\n\nGetPreOomeGcCount\n  Return the count of Pre OOME(Out-Of-Memory-Exception) GC.\n  When process almost ran out of heap, so just before throw OOME,\n  this GC will be performed.\n  How to use : Debug.getRuntimeStat(\"art.gc.pre-oome-gc-count\")\n\nThis must be submitted with the libcore code.\n\nTest: check value using Debug.getRuntimeStat()\nChange-Id: I00885c3c60a28e606f22e93c774805b5acc7c3e7\n"
    },
    {
      "commit": "3de02fb67de386368c9fe39ab5a0133afcf1d785",
      "tree": "39b82839945a26dfb857a403effa4ba248145715",
      "parents": [
        "18074d2b59ae56dcfccea770ceb515215c8eb53f"
      ],
      "author": {
        "name": "Stelios Ioannou",
        "email": "stelios.ioannou@linaro.org",
        "time": "Fri Jul 09 17:06:03 2021 +0100"
      },
      "committer": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Mon Sep 13 17:54:53 2021 +0000"
      },
      "message": "ART: Removes SuspendCheck for plain loops with a low trip count.\n\nThis change removes SuspendCheck for plain loops with a low trip count.\n\nThe SuspendCheck in the codegen makes sure that the thread can be\ninterrupted during execution for GC. Not being able to do so might\ndecrease the responsiveness of GC in the case when a very long loop\nor a long recursion is being executed.\n\nHowever, for plain loops with a small trip count, the removal of\nSuspendCheck should not affect the GC\u0027s responsiveness by a large\nmargin. Consequently, since the thread won\u0027t be interrupted for\nplain loops, it is assumed that the performance might increase\nby removing SuspendCheck.\n\nTest: art/test.py -v -j12 --host --64 -t 2233-checker\\\n-remove-loop-suspend-check --run-test --optimizing\n\nChange-Id: Ic9f1387059669645ad836d8277bfbc7553aa6e2f\n"
    },
    {
      "commit": "18074d2b59ae56dcfccea770ceb515215c8eb53f",
      "tree": "e4c1c7d71254cfddd9420408bb7456504b1c5968",
      "parents": [
        "92e5d840ce0c3727a515eba1ed505dfe6770b1a9"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Sep 13 14:07:10 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Sep 13 16:11:26 2021 +0000"
      },
      "message": "Temporarily disable partial LSE.\n\nDue to a bug in it. Add a regression test.\n\nBug: 197818595\nTest: 828-partial-lse\nChange-Id: I65da4f7ef09cd2a1f6c4b21799ecd7a42c1adac2\n"
    },
    {
      "commit": "92e5d840ce0c3727a515eba1ed505dfe6770b1a9",
      "tree": "7296d0891bdbf2c0ab4bc39c68392638a23611ec",
      "parents": [
        "248d5c41b7245c1b42ce2921c8d83291bd17b3bf"
      ],
      "author": {
        "name": "Santiago Aboy Solanes",
        "email": "solanes@google.com",
        "time": "Wed Sep 08 14:40:30 2021 +0100"
      },
      "committer": {
        "name": "Santiago Aboy Solanes",
        "email": "solanes@google.com",
        "time": "Mon Sep 13 14:16:21 2021 +0000"
      },
      "message": "Remove workarounds for fixed bug 18051191\n\nBug: 18051191\nTest: ART run-tests\nChange-Id: Iae9b1ed30f26dbe8efb291d71d7224e64eea14df\n"
    },
    {
      "commit": "248d5c41b7245c1b42ce2921c8d83291bd17b3bf",
      "tree": "46668cc75ef94dd1675966f6537597e565ddb311",
      "parents": [
        "8dea9c4f6495c7c5477cb368b45a7cb77a87dbf6"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Sep 13 09:53:10 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Sep 13 12:42:40 2021 +0000"
      },
      "message": "Add an obsolete stub check in ArtMethod::GetOatQuickMethodHeader.\n\nSuch stub doesn\u0027t have a method header, so we should not enter this\npath. Also add a DCHECK that we don\u0027t request a method header for a\nstub.\n\nTest: test.py\nBug: 199044437\nChange-Id: I47c22f266d26e08985238a2c130af092334c1acc\n"
    },
    {
      "commit": "8dea9c4f6495c7c5477cb368b45a7cb77a87dbf6",
      "tree": "ff624d0b680b29a2421673868d39a0ec9b193bbb",
      "parents": [
        "c07f48875c60d88205283c979898ce31df2a2026"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Sep 13 11:46:24 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Sep 13 12:30:30 2021 +0000"
      },
      "message": "Update code to fix two unused variable warnings.\n\nTest: m\nChange-Id: I817bc3e5405d2b089841429ae22b2004305dac50\n"
    },
    {
      "commit": "c07f48875c60d88205283c979898ce31df2a2026",
      "tree": "d161f50a0b964468879ca14e4601fd1f6c029ae0",
      "parents": [
        "7fae86c62a9ffeb94a7c11f1660c94873368dcec"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Sep 13 09:20:33 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Sep 13 10:47:54 2021 +0000"
      },
      "message": "Add a test and consistency checks in method / field resolution.\n\nAlways use the associated class loader of a dex cache.\n\nTest: test.py\nBug: 199246839\nChange-Id: Ib512126915cac4af229a5a206a8b4d9d73bdf02a\n"
    },
    {
      "commit": "7fae86c62a9ffeb94a7c11f1660c94873368dcec",
      "tree": "6b5ff39982b80ea16856ee8bd39132047de4b8ae",
      "parents": [
        "1c494e36f246a982070e125dec3c1139f9289c6e"
      ],
      "author": {
        "name": "Yi Kong",
        "email": "yikong@google.com",
        "time": "Sat Sep 11 01:42:49 2021 +0800"
      },
      "committer": {
        "name": "Yi Kong",
        "email": "yikong@google.com",
        "time": "Sat Sep 11 01:50:45 2021 +0800"
      },
      "message": "Make sure only comments are stripped\n\nThe regex \" +#.*\" could also match immediates on ARM, e.g.\n\n  cmp r1, #1234\n\nFix it by requiring a space after the hash mark.\n\nTest: art_compiler_host_tests\nChange-Id: I3cf038ff6547edad8a417961d8bb2b27c0872f51\n"
    },
    {
      "commit": "1c494e36f246a982070e125dec3c1139f9289c6e",
      "tree": "94696cb9f59fb4bd54015797a98b90b0990cf3d3",
      "parents": [
        "9a10f5b5b4ef47eed7e5f5cccb1554079acb7455"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Fri Sep 10 13:28:19 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Fri Sep 10 16:42:14 2021 +0000"
      },
      "message": "Use the right class loader for ResolvedMethodAccessTest.\n\nThe method_id is relative to the current class and its dex cache.\n\nTest: test.py\nBug: 199246839\nChange-Id: Ic9b29bda22d2dc1781e3e2daac57f55ba69c7e2d\n"
    },
    {
      "commit": "9a10f5b5b4ef47eed7e5f5cccb1554079acb7455",
      "tree": "987130bc70f7550e7e24366348e9e08e8018c5e5",
      "parents": [
        "a74a7071490e47e1b5590cc19726f1620fd0ee43"
      ],
      "author": {
        "name": "Sorin Basca",
        "email": "sorinbasca@google.com",
        "time": "Thu Sep 09 19:50:39 2021 +0000"
      },
      "committer": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Fri Sep 10 13:45:07 2021 +0000"
      },
      "message": "Adding known failure due to missing format 038 support in slicer\n\nChange-Id: I2400005110e54449dcb20e95ba55358e62cb0e38\nTest: presubmit\nFixes: 197855660\nBug: 37272822\n"
    },
    {
      "commit": "a74a7071490e47e1b5590cc19726f1620fd0ee43",
      "tree": "a0e9077dc89370dd1f8d39e3df9af09e36e13aeb",
      "parents": [
        "0de8c022aa60c4774247b90ebe6bef33f6844752"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Thu Sep 09 17:06:46 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Fri Sep 10 11:01:26 2021 +0000"
      },
      "message": "vdex: add checks in the event of file corruption.\n\nIt\u0027s unclear yet why the vdex files are being corrupted. But system\nserver, which is reading these vdex files should be robust to any vdex\ncorruption.\n\nBug: 199309980\nBug: 199395272\nTest: test.py\nChange-Id: Ia85ab8b23a0be4069cfa058a86fdf561f1ceb432\n"
    },
    {
      "commit": "0de8c022aa60c4774247b90ebe6bef33f6844752",
      "tree": "319d2d2e977198af91dce6fda4753c0757e7e94f",
      "parents": [
        "fde4c2731123b01b12c1b2aee0ae747276fc6e17"
      ],
      "author": {
        "name": "Yi Kong",
        "email": "yikong@google.com",
        "time": "Fri Sep 10 12:23:20 2021 +0800"
      },
      "committer": {
        "name": "Yi Kong",
        "email": "yikong@google.com",
        "time": "Fri Sep 10 12:26:51 2021 +0800"
      },
      "message": "Explicitly note ignored return result\n\nOtherwise Clang will emit -Wunused-but-set-variable warning.\n\nTest: build\nChange-Id: I889e6262073db876b9d2da477c3cb33b8f472817\n"
    },
    {
      "commit": "fde4c2731123b01b12c1b2aee0ae747276fc6e17",
      "tree": "6ddd3b30cb18695435fa45d000b3c5cbc81ffafd",
      "parents": [
        "75e50892c0702edcfcc0ddfc8fe4e01386b3ce65"
      ],
      "author": {
        "name": "Yi Kong",
        "email": "yikong@google.com",
        "time": "Thu Sep 09 15:41:10 2021 +0800"
      },
      "committer": {
        "name": "Yi Kong",
        "email": "yikong@google.com",
        "time": "Fri Sep 10 04:21:51 2021 +0000"
      },
      "message": "Adapt ART tests for the new llvm-objdump output format\n\nllvm-objdump now emit comments where it sees helpful, breaking many test\nexpectations. Since these comments are subject to frequent format changes,\ntrim them from the output in ART tests.\n\nTest: m test-art-host-gtest\nBug: 197230471\nChange-Id: I27f33e28f993f3826b3a1da75afa9a79ad9c360d\n"
    },
    {
      "commit": "75e50892c0702edcfcc0ddfc8fe4e01386b3ce65",
      "tree": "ce40ab21b3eb72ce4bb6d5f8e001d6005ea3f5c9",
      "parents": [
        "2999759192712340f60364ac428e7b4497bd76db"
      ],
      "author": {
        "name": "Yi Kong",
        "email": "yikong@google.com",
        "time": "Thu Sep 02 13:07:54 2021 +0800"
      },
      "committer": {
        "name": "Yi Kong",
        "email": "yikong@google.com",
        "time": "Fri Sep 10 04:21:51 2021 +0000"
      },
      "message": "Fix -Wframe-larger-than warnings in ART tests\n\n-Wno-frame-larger-than has to be duplicated for android and host to make\nsure it comes after the -Wframe-larger-than warnings inserted by\nart.go target-specific properties.\n\nThis workaround was found in build/Android.bp, it is also required for\nall the other test targets.\n\nTest: build\nBug: 197230471\nChange-Id: I2caa46f4a46e1634b958f0e2be1bb7175cc3e006\n"
    },
    {
      "commit": "2999759192712340f60364ac428e7b4497bd76db",
      "tree": "349647d343e3d278472ce3d2c81e2d99dd1e1a1f",
      "parents": [
        "1126d74e2a60e2ede9336717df217c5d2cb473fe"
      ],
      "author": {
        "name": "Yi Kong",
        "email": "yikong@google.com",
        "time": "Fri Aug 27 17:31:20 2021 +0800"
      },
      "committer": {
        "name": "Yi Kong",
        "email": "yikong@google.com",
        "time": "Fri Sep 10 04:21:51 2021 +0000"
      },
      "message": "Suppress three counts of compiler warnings for frame size limit exceeded\n\n-Wframe-larger-than\u003d was not enforced when LTO is enabled, until the\nupcoming compiler update. Suppress the warnings for now to unblock the\nupdate process, and then the ART team can reproduce the breakage.\n\nBug: 197647048\nTest: build\nChange-Id: Ief1d999efaff4e92a1e44b81d56afec87ee43e72\n"
    },
    {
      "commit": "1126d74e2a60e2ede9336717df217c5d2cb473fe",
      "tree": "2ff48321ec20114ecb8082e743a535ea61e824f6",
      "parents": [
        "d6576ef342ec4bd279adb09ac1e7589cf2485455"
      ],
      "author": {
        "name": "David Srbecky",
        "email": "dsrbecky@google.com",
        "time": "Thu Sep 09 15:02:37 2021 +0100"
      },
      "committer": {
        "name": "David Srbecky",
        "email": "dsrbecky@google.com",
        "time": "Thu Sep 09 15:11:59 2021 +0100"
      },
      "message": "Expand error message in ResolvedMethodAccessTest\n\nBug: 199246839\nTest: Print the error message even when check passes.\nChange-Id: I224d76a316c4ec05152e69d28cb17cbbc38a111f\n"
    },
    {
      "commit": "d6576ef342ec4bd279adb09ac1e7589cf2485455",
      "tree": "34f49087f8d120d612f693bbefac41f449346713",
      "parents": [
        "01545e8f6e7e4ecdcbec8482f46d520619025dab"
      ],
      "author": {
        "name": "Roland Levillain",
        "email": "rpl@google.com",
        "time": "Tue Sep 07 14:51:24 2021 +0100"
      },
      "committer": {
        "name": "Roland Levillain",
        "email": "rpl@google.com",
        "time": "Wed Sep 08 08:56:19 2021 +0000"
      },
      "message": "Mention Checker tests in `test/README.md`.\n\nTest: Render `test/README.md` as HTML and check the output manually\nChange-Id: I6c4d5d02fb3418692fb7e33e29f6d4d3aa29dcf4\n"
    },
    {
      "commit": "01545e8f6e7e4ecdcbec8482f46d520619025dab",
      "tree": "f338bc498859648564a2c2ad15228bd25afc7da1",
      "parents": [
        "19444a693ad87be31bb9fb00e310122f6d1bb67a"
      ],
      "author": {
        "name": "David Srbecky",
        "email": "dsrbecky@google.com",
        "time": "Tue Sep 07 13:02:36 2021 +0100"
      },
      "committer": {
        "name": "David Srbecky",
        "email": "dsrbecky@google.com",
        "time": "Tue Sep 07 22:39:56 2021 +0000"
      },
      "message": "Reboot device before running eng-prod gtests\n\nEnsure that we start the tests in clean state.\n\nTest: atest ArtGtestsTargetChroot\nBug: 198965788\nChange-Id: Ie8df18f3824569e1b809ff80f5b7caa4fbf136af\n"
    },
    {
      "commit": "19444a693ad87be31bb9fb00e310122f6d1bb67a",
      "tree": "2f3174aec601651633c4864191c4b89945e5643c",
      "parents": [
        "18c72c6f62f9d8e2675a3da452a97b46c4bd2182"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Sep 06 18:26:13 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Tue Sep 07 17:16:58 2021 +0000"
      },
      "message": "It\u0027s a hard failure if return types cannot match.\n\nRemove unused CanAssignArray method.\n\nTest: test.py\nBug: 28313047\nChange-Id: I5b172b65d262f81a85a899e169c248a722d1e4cf\n"
    },
    {
      "commit": "18c72c6f62f9d8e2675a3da452a97b46c4bd2182",
      "tree": "c88386e68e4110622bd2f835923d081f86e8881a",
      "parents": [
        "b05bf89967e904fcde3da871704b0bed3a012958"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Sep 06 15:02:47 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Tue Sep 07 14:24:29 2021 +0000"
      },
      "message": "Change soft failure into more precise missing method.\n\nTest: test.py\nBug: 28313047\nChange-Id: I82563f15266dc8c225f41cae47523d6bc8a2f832\n"
    },
    {
      "commit": "b05bf89967e904fcde3da871704b0bed3a012958",
      "tree": "b535087be5ce6c080803c358c33f7ed8134484ea",
      "parents": [
        "d8c0ac264f606bf0c69781388ca6048eb0a4b55f"
      ],
      "author": {
        "name": "Nikita Iashchenko",
        "email": "nikitai@google.com",
        "time": "Mon Sep 06 23:48:36 2021 +0100"
      },
      "committer": {
        "name": "Nikita Iashchenko",
        "email": "nikitai@google.com",
        "time": "Tue Sep 07 14:22:49 2021 +0000"
      },
      "message": "OpenJDK 11: Move math classes from sun.misc.* to jdk.internal.math\n\nThis is part of merging upstream changes from OpenJDK 11.28. This CL\nupdates tests for FloatingDecimal that was moved from sun.misc to\njdk.internal.math.\n\nBug: 199067710\nTest: m droid\nChange-Id: Ic5d0888029fbdd0e4b3605fa8a99f7f674d204a1\n"
    },
    {
      "commit": "d8c0ac264f606bf0c69781388ca6048eb0a4b55f",
      "tree": "65a85eba1d1b47f837c7b8941252d7128187d83a",
      "parents": [
        "ebefce33baed0dccd5ab703bff37cb14c3da8572"
      ],
      "author": {
        "name": "Roland Levillain",
        "email": "rpl@google.com",
        "time": "Tue Sep 07 00:26:17 2021 +0100"
      },
      "committer": {
        "name": "Roland Levillain",
        "email": "rpl@google.com",
        "time": "Tue Sep 07 13:27:57 2021 +0000"
      },
      "message": "Better isolate standalone ART gtests on device.\n\nStandalone ART gtests used to be installed in the same directory on\ndevice (`/data/local/tmp/nativetest`), which could be a race\ncondition. In particular, some ART gtests are run as root\n(e.g. `art_standalone_dexoptanalyzer_tests`) and create the\n`/data/local/tmp/nativetest` directory with `root`\nownership/permissions, preventing any subsequent ART gtest not run as\nroot (e.g. `art_standalone_cmdline_tests`) from installing its\nartifacts in that directory.\n\nTo prevent these issues, use a different directory on device (under\n`/data/local/tmp`) per standalone ART gtest.\n\nTest: atest art_standalone_dexoptanalyzer_tests \\\n        \u0026\u0026 atest art_standalone_cmdline_tests\nTest: atest art_standalone_\\*_tests\nBug: 194403904\nBug: 162834439\nChange-Id: I141c1676382b078c1441e5782b3dc77affafa3fc\n"
    },
    {
      "commit": "ebefce33baed0dccd5ab703bff37cb14c3da8572",
      "tree": "8535e9d6029adcea0f9d1fda0ca1da798edbe5ca",
      "parents": [
        "adc11b1350658af7acef4b72af785ae1ec3ae2bf"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Sep 06 14:47:17 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Tue Sep 07 12:43:32 2021 +0000"
      },
      "message": "Make it a hard failure if we could not find a catch clause.\n\nTest: test.py\nBug: 28313047\nChange-Id: Ib80c771cc9d730909d00792c1f1d28b9c46f1a24\n"
    },
    {
      "commit": "adc11b1350658af7acef4b72af785ae1ec3ae2bf",
      "tree": "5823847a964d586a47240de5bdb571afa45a5882",
      "parents": [
        "87565852303a0c807f2ee6cdd33cef02a80b72bd"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Sep 06 14:19:28 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Tue Sep 07 10:36:37 2021 +0000"
      },
      "message": "Turn unconditional soft failure into a hard failure.\n\nThe failure isn\u0027t going to change at runtime.\n\nTest: test.py\nBug: 28313047\nChange-Id: I15fa1b4d85fc3742e2b1d643779a4f6ac005d97f\n"
    },
    {
      "commit": "87565852303a0c807f2ee6cdd33cef02a80b72bd",
      "tree": "d9d80eb4c889d23753540857c91a0cabbc8843ce",
      "parents": [
        "1728bb7791ce6c0da95a31932e83cf4a462a7cd6"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Fri Jul 23 17:54:43 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Tue Sep 07 08:03:38 2021 +0000"
      },
      "message": "verifier: the throw bytecode must have a throwable class as input.\n\nOtherwise it\u0027s a hard failure.\n\nRemove soft failure test as soft failures are going away.\n\nTest: test.py\nBug: 28313047\nChange-Id: Ifb49b9d966dc2eff5b1f8eb7ade15d402f6ef5f1\n"
    },
    {
      "commit": "1728bb7791ce6c0da95a31932e83cf4a462a7cd6",
      "tree": "0907395952b28b896a69dc14083a93e5df40d51f",
      "parents": [
        "3a8dfcf7915cbfb479c9d296ebd3354a3e96baba"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Sep 06 14:54:02 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Sep 06 17:25:51 2021 +0000"
      },
      "message": "Turn soft failure into hard failure.\n\nIf we cannot guarantee the assignability at compile-time, neither can we\nat runtime.\n\nTest: test.py\nBug: 28313047\nChange-Id: I42070a523a003f067370e739f1d808610dfefbaa\n"
    },
    {
      "commit": "3a8dfcf7915cbfb479c9d296ebd3354a3e96baba",
      "tree": "a8d3d466d90c5bb5322823a8bdc69f40e7bb216d",
      "parents": [
        "e172a80e18f5c4db7aad1b0ff2cc5ae04983c234"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Sep 06 14:29:39 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Sep 06 17:05:20 2021 +0000"
      },
      "message": "Catch clauses should only have throwable types.\n\nTest: test.py\nBug: 28313047\nChange-Id: I48bc06b408e4f80cc52293e0c71331d2e15f753d\n"
    },
    {
      "commit": "e172a80e18f5c4db7aad1b0ff2cc5ae04983c234",
      "tree": "8a53a6b1eb5a058ef57f8aac9b8cde8d87d34c4d",
      "parents": [
        "59193a6871c3f55190362742b5e495372a28f47d"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Sep 06 14:24:13 2021 +0000"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Sep 06 14:24:13 2021 +0000"
      },
      "message": "Revert \"Cleanup return type checks with arrays.\"\n\nThis reverts commit 59193a6871c3f55190362742b5e495372a28f47d.\n\nBug: 28313047\nBug: 199056476\n\nReason for revert: Braino, missing hard failure.\n\nChange-Id: I6b8e4ce1dfa4f4a7d5eb44dfd496ac1a92ce6f85\n"
    },
    {
      "commit": "59193a6871c3f55190362742b5e495372a28f47d",
      "tree": "160f0b95000ffdaa35151877065fe472177572ae",
      "parents": [
        "f6fe36332a339c4e0ea8281f8bb41cbc384bca96"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Fri Jul 23 17:48:20 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Sep 06 10:33:34 2021 +0000"
      },
      "message": "Cleanup return type checks with arrays.\n\nIt\u0027s always a hard fail if array classes are not assignable.\n\nTest: test.py\nBug: 28313047\nChange-Id: Ia471681cac531b53d1dc29111a6d04b1fd5b61ad\n"
    },
    {
      "commit": "f6fe36332a339c4e0ea8281f8bb41cbc384bca96",
      "tree": "8a53a6b1eb5a058ef57f8aac9b8cde8d87d34c4d",
      "parents": [
        "0700b69cb0c81c3590726be7fbe5b98531cec76b"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Fri Jul 23 17:43:53 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Sep 06 10:15:52 2021 +0000"
      },
      "message": "Relax failure on return type for unresolved types.\n\nBe consistent and don\u0027t make it a hard failure, but an unresolved\ntype check that will execute at runtime.\n\nTest: test.py\nBug: 28313047\nChange-Id: Ifdc78c2a7113e7afbf2ad44184b48b3c716036d6\n"
    },
    {
      "commit": "0700b69cb0c81c3590726be7fbe5b98531cec76b",
      "tree": "9699ae3c78a2c7546918ba03aa43b0306d4f48a5",
      "parents": [
        "6194403a984dd814f01e6f7c6b270342d760388d"
      ],
      "author": {
        "name": "Raphael Gault",
        "email": "raphael.gault@linaro.org",
        "time": "Wed Sep 30 08:33:10 2020 +0000"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Sep 06 08:58:50 2021 +0000"
      },
      "message": "SVE: Extract Intermediate Address for SVE Vector Memory Operations\n\nThis patch introduces an optimization that extracts and factorizes\nthe \"base + offset\" common part for the address computation when\nperforming an SVE vector memory operation (VecStore/VecLoad).\n\nWith SVE enabled by default:\n\nTest: ./art/test.py --simulate-arm64 --run-test --optimizing \\\n(With the VIXL simulator patch)\n\nTest: ./art/test.py --target --64 --optimizing \\\n(On Arm FVP with SVE - See steps in test/README.arm_fvp.md)\n\nTest: 527-checker-array-access, 655-checker-simd-arm.\n\nChange-Id: Icd49e57d5550d1530445a94e5d49e217a999d06d\n"
    },
    {
      "commit": "6194403a984dd814f01e6f7c6b270342d760388d",
      "tree": "2d4dde78a1e053c05df4185b536fc4ba9bc36891",
      "parents": [
        "380f967dc72e15aff1ebb34db79dc718c9797a6f"
      ],
      "author": {
        "name": "Roland Levillain",
        "email": "rpl@google.com",
        "time": "Thu Sep 02 18:41:05 2021 +0100"
      },
      "committer": {
        "name": "Roland Levillain",
        "email": "rpl@google.com",
        "time": "Sun Sep 05 17:33:08 2021 +0000"
      },
      "message": "Exclude `com.android.org.conscrypt.NativeCryptoArgTest` from ART MTS.\n\nThis test requires an updated Conscrypt Module (which may not be\navailable on some test configurations) to run properly and is not\nreally relevant to ART Module testing. Exclude it from ART MTS for\nnow, as this is deemed simpler than the alternative (installing an\nup-to-date Conscrypt Module as a prerequisite to running ART Module\ntests).\n\nTest: m mts \u0026\u0026 mts-tradefed run commandAndExit mts-art\nTest: m mts \u0026\u0026 mts-tradefed run commandAndExit mts-art-shard-01\nBug: b/198606382\nChange-Id: I74a0f05a59bda789a11d3e08dfb5bd53906e3cf0\n"
    },
    {
      "commit": "380f967dc72e15aff1ebb34db79dc718c9797a6f",
      "tree": "b97bd025251283307fc88489327c208c6633ce5a",
      "parents": [
        "ecbdc07474cf8be4837f40a12a5b6b82579df99a"
      ],
      "author": {
        "name": "Roland Levillain",
        "email": "rpl@google.com",
        "time": "Thu Sep 02 18:31:01 2021 +0100"
      },
      "committer": {
        "name": "Roland Levillain",
        "email": "rpl@google.com",
        "time": "Sun Sep 05 17:20:14 2021 +0000"
      },
      "message": "Regenerate ART test files (2021-09-02).\n\nDisable new run-test `826-infinite-loop` as it is currently failing\nwhen run with the `ArtRunTest` TradeFed test runner.\n\nOutput of `art/test/utils/regen-test-files`:\n\n  $ art/test/utils/regen-test-files\n  Generated Blueprint files for 627 ART run-tests out of 933 (67%).\n  Generated TEST_MAPPING entries for 376 ART run-tests out of 933 (40%):\n    376 ART run-tests (100%) in `mainline-presubmit` test group.\n     19 ART gtests (100%) in `mainline-presubmit` test group.\n    376 ART run-tests (100%) in `presubmit` test group.\n     19 ART gtests (100%) in `presubmit` test group.\n      0 ART run-tests (0%) in `postsubmit` test group.\n\nTest: atest --test-mapping art:presubmit\nChange-Id: Ic27e058f602a99a3e0d7a3fff97afabc80c1e344\n"
    },
    {
      "commit": "ecbdc07474cf8be4837f40a12a5b6b82579df99a",
      "tree": "f09293f8d14dc4ee655710d21fbd305d14b97805",
      "parents": [
        "3676b36e832961426b285ec6a58e2b4c5a4b7816"
      ],
      "author": {
        "name": "Usama Arif",
        "email": "usama.arif@linaro.org",
        "time": "Wed Nov 13 13:32:54 2019 +0000"
      },
      "committer": {
        "name": "Joel Goddard",
        "email": "joel.goddard@linaro.org",
        "time": "Fri Sep 03 15:29:45 2021 +0100"
      },
      "message": "ARM64: FP16.compare() intrinsic for ARMv8\n\nThis CL implements an intrinsic for compare() method with\nARMv8.2 FP16 instructions.\n\nThe performance improvements using timeCompareFP16 FP16Intrinsic\nmicro intrinsic benchmark on pixel4:\n- Java implementation libcore.util.FP16.compare:\n    - big cluster only: 742\n    - little cluster only: 2286\n- arm64 compare Intrinisic implementation:\n    - big cluster only: 492 (~34% faster)\n    - little cluster only: 1535 (~33% faster)\nThe benchmark can be found in the following patch:\nhttps://android-review.linaro.org/c/linaro/art-testing/+/21039\n\nAuthors: Usama Arif, Edward Pickup, Joel Goddard\n\nTest: 580-checker-fp16\nTest: art/test/testrunner/run_build_test_target.py -j80 art-test-javac\n\nChange-Id: Idbe9f56f964f044e6d725bd696459fb04d2ac76c\n"
    }
  ],
  "next": "3676b36e832961426b285ec6a58e2b4c5a4b7816"
}
