commit | 0b58ec56d3169dbd69d20f4492913b25b2c875dd | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Tue Mar 02 14:11:59 2021 -0800 |
committer | Alex Light <allight@google.com> | Tue Mar 02 14:11:59 2021 -0800 |
tree | a95513bedfe077accafb8a9faee7b292ef42b245 | |
parent | 0613605645846299f61d52e8a6ffd58f6ce04063 [diff] |
Change from using '[' to ']' for inline-cache delimiter We were using '[' as an inline cache delimiter but this could cause confusion because '[' is also meaningful as an array marker for java language class descriptors. Using ']' instead avoids this problem while maintaining the current parsing code. Test: ./test.py --host Bug: 168941430 Change-Id: I89101f316b7df8696f7d45c09600b974421fccbf