commit | 36427494be5700bc8adba514b5c67dc3ac429176 | [log] [tgz] |
---|---|---|
author | Chris Larsen <chris.larsen@imgtec.com> | Fri Oct 23 02:19:38 2015 -0700 |
committer | Chris Larsen <chris.larsen@imgtec.com> | Mon Oct 26 16:27:13 2015 -0700 |
tree | 7b996df97c142836633bada4edc9dca91869d2f5 | |
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