diff options
author | Chris Larsen <chris.larsen@imgtec.com> | 2015-10-23 02:19:38 -0700 |
---|---|---|
committer | Chris Larsen <chris.larsen@imgtec.com> | 2015-10-26 16:27:13 -0700 |
commit | 36427494be5700bc8adba514b5c67dc3ac429176 (patch) | |
tree | 7b996df97c142836633bada4edc9dca91869d2f5 /test/ProfileTestMultiDex/Main.java | |
parent | 525b665cef9d85a6cfe56994561a24e10dac7f0f (diff) |
MIPS64: Add "Compare and Swap" intrinsic support.
Add following functions from sun.misc.Unsafe:
- boolean compareAndSwapInt(Object, long, int expected, int)
- boolean compareAndSwapLong(Object, long, long expected, long)
- boolean compareAndSwapObject(Object, long, Object expected, Object)
Change-Id: Iea0bf486ce1fc0d77ce349dfd6c089c9835fbe92
Diffstat (limited to 'test/ProfileTestMultiDex/Main.java')
0 files changed, 0 insertions, 0 deletions