commit | 252f04c7fdd9c8cf3c9a1efd216209ac612b6411 | [log] [tgz] |
---|---|---|
author | Andrew Haley <aph@openjdk.org> | Tue Mar 31 12:30:52 2015 -0700 |
committer | Andrew Haley <aph@openjdk.org> | Tue Mar 31 12:30:52 2015 -0700 |
tree | d49e88dfdc6899ee8c451c0e31d0013d32313995 | |
parent | 1d3fd38413e72fcf6eeb2114d445316df698a22b [diff] |
8026049: (bf) Intrinsify ByteBuffer.put{Int, Double, Float, ...} methods Use unaligned Unsafe loads and stores for ByteBuffer access on platforms which support unaligned access. Add intrinsics for Unsafe.{get,put}-X-Unaligned methods. Reviewed-by: dholmes, jrose, psandoz, kvn