)]}'
{
  "log": [
    {
      "commit": "33df0e3e47adc053c34a0ad3f4bb78ee3dd40e7f",
      "tree": "401957f10b116a082e7c4ed58bb86bff3c4e2615",
      "parents": [
        "ce8198e1e826142a5dc032f22a60e2c41eaeff96"
      ],
      "author": {
        "name": "David Srbecky",
        "email": "dsrbecky@google.com",
        "time": "Thu Sep 30 14:36:32 2021 +0000"
      },
      "committer": {
        "name": "David Srbecky",
        "email": "dsrbecky@google.com",
        "time": "Thu Oct 07 12:10:32 2021 +0000"
      },
      "message": "Revert^4 \"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\nBug: b/181097963\nTest: test.py -b --host\nChange-Id: I1f654aeb538dfed013705a61b1955af1f6b94fe7\n"
    },
    {
      "commit": "ce8198e1e826142a5dc032f22a60e2c41eaeff96",
      "tree": "4423f80eaf2eaefa156535b7aa63a2ac7db55c94",
      "parents": [
        "4af07cd8efc146503e75cc85dfbbb8f10951be9f"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Tue Oct 05 15:07:37 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Thu Oct 07 07:38:46 2021 +0000"
      },
      "message": "Pass which profile the method expects.\n\nWith the CL:\nhttps://android-review.googlesource.com/c/platform/art/+/1671710\n\nWe made the requirement that callers need to be explicit on whether\nthey\u0027re reading a boot image profile or not.\n\nUpdate CompileMethodsFromProfile to pass that information.\n\nTest: manually checking JIT zygote works as intended, will follow-up\n      on having continuous tests.\nChange-Id: I3c9d367e8ce69b7c0e3205be4c379208f88d3b3e\n"
    },
    {
      "commit": "4af07cd8efc146503e75cc85dfbbb8f10951be9f",
      "tree": "76798ba7c6318e46de6ea440c86cdaf8b40d1654",
      "parents": [
        "271d57234ea8b2707a6cc15d8e3c9d7508f37c49"
      ],
      "author": {
        "name": "David Srbecky",
        "email": "dsrbecky@google.com",
        "time": "Wed Oct 06 15:00:56 2021 +0100"
      },
      "committer": {
        "name": "David Srbecky",
        "email": "dsrbecky@google.com",
        "time": "Wed Oct 06 17:22:16 2021 +0000"
      },
      "message": "DexCache: Remove pre-resolved string dead code.\n\nPre-resolved strings are no longer used,\nso remove some of the dead methods.\n\nTest: ./art/test.py -b -r --host --64\nChange-Id: I02974b1910a8b455f787f9a791fb06de2b3c229a\n"
    },
    {
      "commit": "271d57234ea8b2707a6cc15d8e3c9d7508f37c49",
      "tree": "d0e7283f46abc3b6c661d72fbc5a002f50ea97e1",
      "parents": [
        "2a4542d3755ba6f3ab5514a5b780241e29bd6785"
      ],
      "author": {
        "name": "David Srbecky",
        "email": "dsrbecky@google.com",
        "time": "Wed Oct 06 13:40:20 2021 +0100"
      },
      "committer": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Wed Oct 06 15:18:15 2021 +0000"
      },
      "message": "Run-test build: Split the main method into two.\n\nCopy all files first (single-threaded) and then build all\ntests in the shard (multi-threaded).\n\nThis works around rare failure where bash is unable to run\na script that has been just written to disk. (I have not\nbeen able to track down the root cause - it might be due\nto intense I/O load due to the previous parallel file copies,\nit might be that the Python copy method does not close the\nfile descriptor fast enough in some cases based on GC,\nor it could be just generic linux issues - as suggested by\nthe fact that other people seemed to encounter the same issue\neven in other scenarios on Linux where Python is not involved).\n\nIn any case, this CL ensures that all the copies are single\nthreaded and that there is sufficient time between file copy\nand the bash execution, which should avoid the unknown issue.\n\nTest: Run \"m art-run-test-{host,target,jvm}-data\" in a loop.\nChange-Id: I7528bad2c69b651b363d986c118a1fea887c4347\n"
    },
    {
      "commit": "2a4542d3755ba6f3ab5514a5b780241e29bd6785",
      "tree": "b6ce3249e5b3936bf74408e58282dc091804f775",
      "parents": [
        "8c3ef13374181751784bdc0211f462316ee33ad6"
      ],
      "author": {
        "name": "Vladimir Marko",
        "email": "vmarko@google.com",
        "time": "Mon Oct 04 09:57:48 2021 +0100"
      },
      "committer": {
        "name": "Vladimir Marko",
        "email": "vmarko@google.com",
        "time": "Wed Oct 06 10:25:37 2021 +0000"
      },
      "message": "libprofile: Clear method bitmap padding bits.\n\nExplicitly clear padding bits instead of zero-initializing\nthe entire buffer.\n\nTest: atest com.android.cts.dexmetadata.InstallDexMetadataHostTest#testProfileSnapshotAfterInstall\nBug: 201627008\nChange-Id: I31655e053f405a8d2903fb7b2e8e7176f5344226\n"
    },
    {
      "commit": "8c3ef13374181751784bdc0211f462316ee33ad6",
      "tree": "c36cb1b1ac0b85d5f4166a03d62f192bb8d10583",
      "parents": [
        "ceb51c92085554d065927251fdff4fc00457f113"
      ],
      "author": {
        "name": "Victor Hsieh",
        "email": "victorhsieh@google.com",
        "time": "Wed Sep 08 11:49:56 2021 -0700"
      },
      "committer": {
        "name": "Victor Hsieh",
        "email": "victorhsieh@google.com",
        "time": "Tue Oct 05 17:58:23 2021 +0000"
      },
      "message": "Add ComposHostTestCases to art\u0027s mainline-presubmit\n\nBug: 199301284\nTest: TH\n\nChange-Id: Id3abd794db2772bc619486d754ed68083aed7ec5\n"
    },
    {
      "commit": "ceb51c92085554d065927251fdff4fc00457f113",
      "tree": "7b67a7e2549207994bde923f023bd14affadfe64",
      "parents": [
        "6fbcc2915949d0680e6e9578a5836ee8dcbc467f"
      ],
      "author": {
        "name": "Victor Hsieh",
        "email": "victorhsieh@google.com",
        "time": "Wed Sep 08 11:47:02 2021 -0700"
      },
      "committer": {
        "name": "Victor Hsieh",
        "email": "victorhsieh@google.com",
        "time": "Tue Oct 05 17:58:23 2021 +0000"
      },
      "message": "Add ComposHostTestCases to art\u0027s presubmit\n\nBug: 199301284\nTest: TH\nChange-Id: I48ac0c969370e6da4f8b5c54fcb91921e298e692\n"
    },
    {
      "commit": "6fbcc2915949d0680e6e9578a5836ee8dcbc467f",
      "tree": "b5dfdf2ab21f693ca2d702345263bcefa9448291",
      "parents": [
        "0069ad7ddb159a8d368e0f6a289d0335238ae6c4"
      ],
      "author": {
        "name": "David Srbecky",
        "email": "dsrbecky@google.com",
        "time": "Tue Feb 23 01:05:32 2021 +0000"
      },
      "committer": {
        "name": "David Srbecky",
        "email": "dsrbecky@google.com",
        "time": "Tue Oct 05 13:12:20 2021 +0000"
      },
      "message": "Change ClassLinker::dex_caches_ from list to unordered_map.\n\nMove the DexFile* pointer from struct field out to map key.\nThis makes it easy and fast to find DexCache from DexFile.\n\nAdd check that given DexFile* is registered only once.\n\nTest: test.py -b -r --host --64\nTest: generated images are identical as before\nChange-Id: I84a6d6cbf963af2408abe5bb5e4c99d0ca11df78\n"
    },
    {
      "commit": "0069ad7ddb159a8d368e0f6a289d0335238ae6c4",
      "tree": "02735717a696c0704d97526fcab0060d8d1ceae0",
      "parents": [
        "520c9b7649cdfcc12e1df414055c383335f54b69"
      ],
      "author": {
        "name": "Sorin Basca",
        "email": "sorinbasca@google.com",
        "time": "Fri Sep 17 17:33:09 2021 +0000"
      },
      "committer": {
        "name": "Sorin Basca",
        "email": "sorinbasca@google.com",
        "time": "Tue Oct 05 12:34:42 2021 +0000"
      },
      "message": "OpenJDK 11: Adding Unsafe new intrinsics for AtomicIntegerFieldUpdater\n\nAdding native implementation for:\njdk.internal.misc.Unsafe.compareAndSetInt\n\nAdding intrinsics for:\njdk.internal.misc.Unsafe.compareAndSetInt\njdk.internal.misc.Unsafe.getIntAcquire\njdk.internal.misc.Unsafe.putIntRelease\n\nTest: m\nTest: art/test/testrunner/testrunner.py -t 2235-JdkUnsafeTest\nBug: 188889082\nBug: 190791083\nChange-Id: Iba4a66d29ad27e269a7be0d5d5c8397755040784\n"
    },
    {
      "commit": "520c9b7649cdfcc12e1df414055c383335f54b69",
      "tree": "4549853d6508804f86763418d51778351eb0ab74",
      "parents": [
        "f9795d1ebd30105a91089815068b512ff63b8ae5"
      ],
      "author": {
        "name": "Vladimir Marko",
        "email": "vmarko@google.com",
        "time": "Mon Oct 04 16:31:53 2021 +0100"
      },
      "committer": {
        "name": "Vladimir Marko",
        "email": "vmarko@google.com",
        "time": "Tue Oct 05 11:50:36 2021 +0000"
      },
      "message": "verifier: Clean up `RegisterLine::SetRegisterType*()`.\n\nIn `RegisterLine::SetRegisterTypeWide()`, replace the pair\ncheck with a DCHECK() as all callers pass valid pairs.\n\nIn `RegisterLine::SetRegisterType()`, the non-pair check was\nneeded only by a single caller (the only one that checked\nthe return value), so move the check to that caller and use\na DCHECK() instead.\n\nRemove the now unnecessary `verifier` argument from these two\nfunctions and change return type to `void`.\n\nTest: m test-art-host-gtest\nTest: testrunner.py --host --optimizing\nBug: 28313047\nChange-Id: Iabeb6fdb61d3bf2713bf7c5a72288fff54a35754\n"
    },
    {
      "commit": "f9795d1ebd30105a91089815068b512ff63b8ae5",
      "tree": "0a1ca029b29fce0315759ac8ea8ee2529309665f",
      "parents": [
        "7cf6c58ed90d827dd9b85020219eced5d8c8ae78"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Oct 04 16:28:54 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Tue Oct 05 11:14:43 2021 +0000"
      },
      "message": "Remove mterp_current_ibase.\n\nMterp has been removed.\n\nTest: test.py\nChange-Id: Iebad6fb337846e3945dcfd8ece6fae7c85afe25b\n"
    },
    {
      "commit": "7cf6c58ed90d827dd9b85020219eced5d8c8ae78",
      "tree": "a0da2d477a14055959e9cbcfa15e5673cc04f9ff",
      "parents": [
        "d4e07aac5b8774545d848b2907664a01ae00568f"
      ],
      "author": {
        "name": "David Srbecky",
        "email": "dsrbecky@google.com",
        "time": "Tue Jul 20 16:56:06 2021 +0100"
      },
      "committer": {
        "name": "David Srbecky",
        "email": "dsrbecky@google.com",
        "time": "Tue Oct 05 10:53:06 2021 +0000"
      },
      "message": "Move run-test compilation to soong.\n\nRun-test compile many java files (sometimes in very specific ways).\nCompile them just once in soong, instead of every time we run a test.\n\nThis makes local host tests 4x faster (21min -\u003e 6min).\nI expect similar or better improvement on LUCI.\n\nIt does not affect eng-prod tests now, but the generated output\nshould be reusable to make more run-tests supported in eng-prod.\n\nBug: 147814778\nTest: test.py -r --host --target --jvm\nChange-Id: If689784d2a8d901d132ed0d674a2e2be36f1cd05\n"
    },
    {
      "commit": "d4e07aac5b8774545d848b2907664a01ae00568f",
      "tree": "19f03a8975b825599edb0f8151087df9c44fdf69",
      "parents": [
        "4b0c9b91de2731675b6121a33c192585ba988992"
      ],
      "author": {
        "name": "Vladimir Marko",
        "email": "vmarko@google.com",
        "time": "Mon Oct 04 12:56:13 2021 +0100"
      },
      "committer": {
        "name": "Vladimir Marko",
        "email": "vmarko@google.com",
        "time": "Tue Oct 05 07:34:46 2021 +0000"
      },
      "message": "Do not resolve name strings in `ArtMethod::GetDeclaredMethodInternal()`.\n\nAvoid unnecessary interned strings which are never GC\u0027d.\n\nTest: m test-art-host-gtest\nTest: testrunner.py --host --optimizing\nBug: 192658894\nChange-Id: I05902a484a99dabccff433749601845cbdef6700\n"
    },
    {
      "commit": "4b0c9b91de2731675b6121a33c192585ba988992",
      "tree": "ad34b290f6b0b74fc7cad1a68bd9bb3384b0f645",
      "parents": [
        "dae0c24dc2fcee41121609987ef0757112a4271c"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Wed Sep 29 15:58:44 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Oct 04 13:09:16 2021 +0000"
      },
      "message": "Remove the notion of soft failure within the verifier.\n\nBug: 28313047\nTest: test.py\nChange-Id: I58b9fb74161f24e095ae049f3c2886713f3213d5\n"
    },
    {
      "commit": "dae0c24dc2fcee41121609987ef0757112a4271c",
      "tree": "ba39ead1e41415769f94b22620423210b8aeabfb",
      "parents": [
        "545b0f09f6ee271c181009e0a8335bf7535aa41f"
      ],
      "author": {
        "name": "Roland Levillain",
        "email": "rpl@google.com",
        "time": "Thu Sep 30 17:06:34 2021 +0000"
      },
      "committer": {
        "name": "Roland Levillain",
        "email": "rpl@google.com",
        "time": "Mon Oct 04 08:46:43 2021 +0000"
      },
      "message": "Revert \"Exclude `com.android.org.conscrypt.NativeCryptoArgTest` ...\"\n\nRevert submission 1818000-exclude-native-crypto-arg-test-from-art-mts\n\nReason for revert: `Test NativeCryptoArgTest` is now disabled in\naffected test configurations (see cl/399946691), which is more precise than disabling it at the ART MTS level.\nReverted Changes:\nI74a0f05a5:Exclude `com.android.org.conscrypt.NativeCryptoArg...\nIfbb088244:Regenerate the ART MTS definition to exclude test ...\n\nBug: b/198606382\nChange-Id: I010a2b6957e84f52b9d33ef4cc7cce6f7121a659\n"
    },
    {
      "commit": "545b0f09f6ee271c181009e0a8335bf7535aa41f",
      "tree": "e86b811821b6d9e82510f96c7d9859e052099699",
      "parents": [
        "55dace0763f8b0e26e2380fe1e11bd0e22f5a078"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Fri Oct 01 14:34:06 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Fri Oct 01 14:45:36 2021 +0100"
      },
      "message": "Disable test on gcstress and debug.\n\nThe test has been failing for a while now:\norg.apache.harmony.jpda.tests.jdwp.ClassType_SetValuesTest#testSetValues001.\n\nDisable it to get the bot back green.\n\nTest: org.apache.harmony.jpda.tests.jdwp.ClassType_SetValuesTest#testSetValues001\nBug: 187141551\nChange-Id: Ic7ef6500ca48c666e36f0d2d47d03c79d50d1038\n"
    },
    {
      "commit": "55dace0763f8b0e26e2380fe1e11bd0e22f5a078",
      "tree": "89affca755b51ae0d416a2646e0d3cb8496ab4e8",
      "parents": [
        "c27fb3db6b4a267521a5f392014a8316adff87ed"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Fri Oct 01 08:27:53 2021 +0000"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Fri Oct 01 10:38:25 2021 +0000"
      },
      "message": "Revert \"Change order of creation of JIT mappings.\"\n\nThis reverts commit 145fce1b7bdee2bfc205b767d558b4ef09bbde22.\n\nReason for revert: b/200284993\n\nChange-Id: Ifcdfc5eb04b9f3e8cd799b5a1423ab64d9357c21\n"
    },
    {
      "commit": "c27fb3db6b4a267521a5f392014a8316adff87ed",
      "tree": "5667f866ceb74316098408fbd3064c0957905ad1",
      "parents": [
        "4aaf6958e95a869d6677e0a07ebdd79bb77de507"
      ],
      "author": {
        "name": "xieliujie",
        "email": "xieliujie@oppo.com",
        "time": "Fri Oct 01 16:38:38 2021 +0800"
      },
      "committer": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Fri Oct 01 10:13:19 2021 +0000"
      },
      "message": "zeroing BitMemoryRegion buffer.\n\nWriteMethods use ForMethodBitmapHotnessFlags to store bit, But it may\nnot store bit on some conditions.\n\nFor scudo in Android S zeroing heap is by default. so it works normally.\nBut if MALLOC_ZERO_CONTENTS is false or using jemalloc allocator,\nthe heap may filled with dirty data. so we should zero BitmayRegion\nbuffer.\n\nTest: malloc_svelte target\nrun cts -m CtsDexMetadataHostTestCases -t\ncom.android.cts.dexmetadata.InstallDexMetadataHostTest#testProfileSnapshotAfterInstall\nBug: 201627008\n\nChange-Id: I92aa4dffd6bb5ba51f515c9bea4837f2d4cbf706\nSigned-off-by: liuhailong \u003cliuhailong@oppo.com\u003e\nSigned-off-by: xieliujie \u003cxieliujie@oppo.com\u003e\n"
    },
    {
      "commit": "4aaf6958e95a869d6677e0a07ebdd79bb77de507",
      "tree": "ea3a94705c3bc5dbacd60ed52ca8302755e8c7f9",
      "parents": [
        "139a5b991f0b4825829cccd21dc666fb9f386728"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Fri Oct 01 07:21:12 2021 +0000"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Fri Oct 01 08:44:44 2021 +0000"
      },
      "message": "Revert \"Create an abstraction for dexopt tasks\"\n\nThis reverts commit 6221e67f136c5d766273029b0175f42de80eaaf3.\n\nBug: 193668901\n\nReason for revert: Still failing art_odrefresh_tests\n\nChange-Id: Ia521b4e4b560004186fdd46d8291ebc51cc526ed\n"
    },
    {
      "commit": "139a5b991f0b4825829cccd21dc666fb9f386728",
      "tree": "49e6352cdb416112179f8fe6604642e191d941fd",
      "parents": [
        "28b18b128a4576cd77366c81ed46323349b5b83c"
      ],
      "author": {
        "name": "Jack Nudelman",
        "email": "jacknudelman@google.com",
        "time": "Thu Sep 30 20:04:13 2021 +0000"
      },
      "committer": {
        "name": "Remi NGUYEN VAN",
        "email": "reminv@google.com",
        "time": "Fri Oct 01 05:54:43 2021 +0000"
      },
      "message": "Revert \"Remove lazy dequickening.\"\n\nThis reverts commit 437144bd7b4397452d1bc0720f28beb68ab846ab.\n\nReason for revert: Test breakage seen in b/201655190 and this is the only CL since the last good build\n\nChange-Id: I3cd0885803862db08f0ed9a0d9e5f79d19be9b06\n"
    },
    {
      "commit": "28b18b128a4576cd77366c81ed46323349b5b83c",
      "tree": "13d9c75b0ec4c38e646870414acdb2d128f1f529",
      "parents": [
        "6221e67f136c5d766273029b0175f42de80eaaf3"
      ],
      "author": {
        "name": "Jiakai Zhang",
        "email": "jiakaiz@google.com",
        "time": "Sun Sep 26 07:09:40 2021 +0000"
      },
      "committer": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Fri Oct 01 03:31:14 2021 +0000"
      },
      "message": "Add \"art-systemserverclasspath-fragment\" to ART SDK.\n\nAfter this change, a prebuilt \"art-systemserverclasspath-fragment\" will\nbe generated when a new SDK is built.\n\nBug: 194150908\nTest: m out/soong/.intermediates/art/build/sdk/art-module-sdk/common_os/snapshot/Android.bp\nChange-Id: Ice39ad509702fe2c129f9e6782cc2b054ffe389d\n"
    },
    {
      "commit": "6221e67f136c5d766273029b0175f42de80eaaf3",
      "tree": "cff79c4e30d22acd0d6caeb60f2da2f94ca5e65a",
      "parents": [
        "52f7f63d8deb64a4d24530c9ce8d53ddf67c637c"
      ],
      "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": "Thu Sep 30 15:26:00 2021 -0700"
      },
      "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: lunch full-eng; m; art/build/apex/runtests.sh\nTest: TH\nChange-Id: Id418ebd142e0610a307956a846586e9c0659ae93\n"
    },
    {
      "commit": "52f7f63d8deb64a4d24530c9ce8d53ddf67c637c",
      "tree": "011fd22ac6de825ba403a112a91fddcad8287a5c",
      "parents": [
        "cb04d16a833fc1b4471d30032e59d31b17c18deb"
      ],
      "author": {
        "name": "Victor Hsieh",
        "email": "victorhsieh@google.com",
        "time": "Fri Sep 24 11:50:55 2021 -0700"
      },
      "committer": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Thu Sep 30 19:11:32 2021 +0000"
      },
      "message": "Use more specific arch candidates per bitness\n\nAdditionally, let check_art_test_executable accept \"multilib\" option to\nselect only relevant directories. This will be used in the next change.\n\nBug: 193668901\nTest: art/build/apex/runtests.sh\n\nChange-Id: I1b268220392ea1845aeb0a0f6087dca26a3ec743\n"
    },
    {
      "commit": "cb04d16a833fc1b4471d30032e59d31b17c18deb",
      "tree": "6bdda96bbe0781d4b4d175e36f4b98880279427d",
      "parents": [
        "437144bd7b4397452d1bc0720f28beb68ab846ab"
      ],
      "author": {
        "name": "Miguel",
        "email": "miguelaranda@google.com",
        "time": "Wed Sep 29 16:41:16 2021 +0000"
      },
      "committer": {
        "name": "Miguel Aranda",
        "email": "miguelaranda@google.com",
        "time": "Thu Sep 30 16:45:12 2021 +0000"
      },
      "message": "Add API coverage for dalvik.system.VMDebug\n\nAPI list:\ndalvik.system.VMDebug.dumpHprofDataDdms()\ndalvik.system.VMDebug.dumpReferenceTables()\ndalvik.system.VMDebug.getAllocCount(int)\ndalvik.system.VMDebug.getLoadedClassCount()\ndalvik.system.VMDebug.getVmFeatureList()\ndalvik.system.VMDebug.isDebuggerConnected()\ndalvik.system.VMDebug.isDebuggingEnabled()\ndalvik.system.VMDebug.lastDebuggerActivity()\ndalvik.system.VMDebug.resetAllocCount(int)\ndalvik.system.VMDebug.setAllocTrackerStackDepth(int)\ndalvik.system.VMDebug.startAllocCounting()\ndalvik.system.VMDebug.startMethodTracingDdms(int, int, boolean, int)\ndalvik.system.VMDebug.stopAllocCounting()\ndalvik.system.VMDebug.threadCpuTimeNanos()\n\nBug: 201383080\nTest: art/test.py --host -r -t 099-vmdebug\nChange-Id: I8255aa1540d73fe525ef3d1ed61c024b06d83ae0\n"
    },
    {
      "commit": "437144bd7b4397452d1bc0720f28beb68ab846ab",
      "tree": "6b8a7f6534eb18968fd84eb7403732b9a82fa354",
      "parents": [
        "8473a5bf11d82f88f3e9a47965ed43411d29a377"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Tue Sep 28 13:59:26 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Thu Sep 30 13:35:24 2021 +0000"
      },
      "message": "Remove lazy dequickening.\n\nWe removed quickening. Also one should not do that much work in a handler.\n\nTest: test.py\nBug: 196414062\nChange-Id: I6f88af8472ed4cd4fe313ef0a82b7d580b4d53c3\n"
    },
    {
      "commit": "8473a5bf11d82f88f3e9a47965ed43411d29a377",
      "tree": "e9c0f6453d2c217016ab2f1785a960c1eea77261",
      "parents": [
        "3dcd844cccf35dc8d66117bd77de16fc68c86e4b"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Thu Sep 30 07:47:29 2021 +0000"
      },
      "committer": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Thu Sep 30 09:54:05 2021 +0000"
      },
      "message": "Revert \"Revert^2 \"Lazily allocate DexCache arrays.\"\"\n\nThis reverts commit e153a62e8e8a2c42f86d2db87c8188cd0d7bef6b.\n\nBug: b/181097963\n\nReason for revert: Crashes seen on bots.\n\nChange-Id: I1b452d4a15adf42dd7170d77d1b79260d78400a3\n"
    },
    {
      "commit": "3dcd844cccf35dc8d66117bd77de16fc68c86e4b",
      "tree": "76584fcaa03d6927765bbaaf06e7ed86b9ab970b",
      "parents": [
        "145fce1b7bdee2bfc205b767d558b4ef09bbde22"
      ],
      "author": {
        "name": "zengkaifa",
        "email": "zengkaifa@oppo.com",
        "time": "Fri Sep 17 09:51:57 2021 +0800"
      },
      "committer": {
        "name": "Lokesh Gidra",
        "email": "lokeshgidra@google.com",
        "time": "Wed Sep 29 19:45:48 2021 +0000"
      },
      "message": "optimization of gc load, reduce gc in some scenarios\n\n1.NativeAlloc GC,Increase the count of the number of small native\nmemory allocations.\n\n2.CollectTransition GC,App\u0027s allocations (since last GC) more than the threshold then do GC\nwhen the app was in background. If not then don\u0027t do GC.\n\nExpert in charge of ART, please evaluate this CL\nand hope to merge it in master branch.\n\nBug:200116730\nChange-Id: Id2977f05eb249691326955e6f2424d4e5e08b417\n"
    },
    {
      "commit": "145fce1b7bdee2bfc205b767d558b4ef09bbde22",
      "tree": "0e37a01b8b91cb862dce5f3c362a97772a029bc1",
      "parents": [
        "4b1609f8571ca01fbb1cd5f6d81ae9d556464e5f"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Mon Sep 27 14:19:38 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Wed Sep 29 14:59:44 2021 +0000"
      },
      "message": "Change order of creation of JIT mappings.\n\nTo ensure we don\u0027t create mappings that can later be turned into\nwritable mappings.\n\nTest: jit_memory_region_test\nTest: decive booting\nBug: 200284993\nChange-Id: I1da75943fb0526bdb875da25147cfd3ded20fdc6\n"
    },
    {
      "commit": "4b1609f8571ca01fbb1cd5f6d81ae9d556464e5f",
      "tree": "cf11394bc6655bf2b6884b6e84291bdab9de7de0",
      "parents": [
        "a95a6ea27e76ef8e324a14e8f7f847c02eb3c44f"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Tue Sep 28 14:49:57 2021 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Wed Sep 29 14:41:26 2021 +0000"
      },
      "message": "Hard fail on type assignment check.\n\nWe know the type assignment will also fail at runtime.\n\nTest: test.py\nBug: 28313047\nChange-Id: I046855bb5e29cf010638deabab601b8468d54c27\n"
    },
    {
      "commit": "a95a6ea27e76ef8e324a14e8f7f847c02eb3c44f",
      "tree": "50b7513d107613b4820a4c7563e642ddd0b55a26",
      "parents": [
        "8f6b99fba2d043265a84d599a967d52f66738ad6"
      ],
      "author": {
        "name": "ChihYao Chien",
        "email": "ccchien@google.com",
        "time": "Mon Jul 26 12:11:24 2021 +0800"
      },
      "committer": {
        "name": "Orion Hodson",
        "email": "oth@google.com",
        "time": "Wed Sep 29 12:11:19 2021 +0000"
      },
      "message": "Remove unused module ahat-docs\n\nBug: 194254430\nTest: TH\n\nChange-Id: I58eaf7e87b431855420c57c1575d4db6b4460d62\n"
    },
    {
      "commit": "8f6b99fba2d043265a84d599a967d52f66738ad6",
      "tree": "b4f010fa47b8ae289719c8896da3c42dccb2afe4",
      "parents": [
        "a182c9302263114dcf5961e4f3850c21ff7824d5"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Tue Sep 28 17:51:17 2021 +0000"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Wed Sep 29 12:02:20 2021 +0000"
      },
      "message": "Revert \"ART: Removes SuspendCheck for plain loops with a low trip count.\"\n\nThis reverts commit 3de02fb67de386368c9fe39ab5a0133afcf1d785.\n\nReason for revert: b/201413752\n\nChange-Id: I8a3a56cfb81fa88f49992615696260dfbc79bb67\n"
    },
    {
      "commit": "a182c9302263114dcf5961e4f3850c21ff7824d5",
      "tree": "fdd2cf3e846a4c3fe1d58418c498258d3ab48c14",
      "parents": [
        "1512e52a29fd2556f0a63316a294f05fa65a8d3a"
      ],
      "author": {
        "name": "Orion Hodson",
        "email": "oth@google.com",
        "time": "Mon Sep 27 13:51:22 2021 +0100"
      },
      "committer": {
        "name": "Orion Hodson",
        "email": "oth@google.com",
        "time": "Wed Sep 29 07:58:47 2021 +0000"
      },
      "message": "odrefresh: explicitly initialize to use system logger\n\nBug: 201042799\nTest: boot and observe logcat output\nChange-Id: I20c76aae5a4c2d5e0f66e739302ff9307e9f15b8\n"
    },
    {
      "commit": "1512e52a29fd2556f0a63316a294f05fa65a8d3a",
      "tree": "a3c7c5ac10742e6db1375422e8a46b9bf88be8d5",
      "parents": [
        "7541fda785a856d59ea6432e823bd813712556fb"
      ],
      "author": {
        "name": "Martin Stjernholm",
        "email": "mast@google.com",
        "time": "Tue Sep 28 19:39:12 2021 +0100"
      },
      "committer": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Wed Sep 29 07:35:04 2021 +0000"
      },
      "message": "Update the reason why we need conscrypt and core-icu4j.\n\nSo that we don\u0027t repeat https://r.android.com/1828052 without running\nthe relevant tests.\n\nTest: n/a - comment change only\nChange-Id: Ibe1ba54d2271069626d80dc4ae9484c55f207bc8\n"
    },
    {
      "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"
    }
  ],
  "next": "3de02fb67de386368c9fe39ab5a0133afcf1d785"
}
