commit | 16d1dd86dca33520b44d9802695e19d3b658af3e | [log] [tgz] |
---|---|---|
author | Chang Xing <chxing@google.com> | Thu Jul 20 17:56:26 2017 -0700 |
committer | Chang Xing <chxing@google.com> | Sat Jul 22 16:07:03 2017 -0700 |
tree | c273a6256e2b8ea49e9e1935830fe9d1748ebcf4 | |
parent | 3a3abd08ca92636a706c0efa777c0410258ebd5f [diff] |
Move transaction creation to runtime Move the transaction creation to runtime instead of passing a pointer to runtime when EnterTransactionMode. Because later there will be more places to create transaction so this makes the code cleaner and more compact. Test: make test-art-host -j64 Change-Id: I971edf3110eb6634b6e0f7f56256be04517a5281