commit | 429b1c80a1f74277e16676ca1ee632858acd8427 | [log] [tgz] |
---|---|---|
author | Ivan Krylov <ivan@azul.com> | Wed Mar 30 17:04:14 2016 +0200 |
committer | Ivan P Krylov <ikrylov@openjdk.org> | Wed Mar 30 17:04:14 2016 +0200 |
tree | 3cae20634c77ae27b4b6d2e670147904fd81e7bf | |
parent | cf5871861f53b27e33a02d1e6f83cb7c2ff8a1e4 [diff] |
8147844: new method j.l.Runtime.onSpinWait() and the corresponding x86 hotspot instrinsic Adds c1 & c2 x86 intrinsics for j.l.Runtime.onSpinWait() that utilize the PAUSE instruction Co-authored-by: Yuri Gaevsky <ygaevsky@azul.com> Reviewed-by: iveresov, kvn