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
2 files changed