hotspot/src/os_cpu/solaris_sparc/vm/solaris_sparc.s
!! Possibilities:
!! -- membar
!! -- CAS (SP + BIAS, G0, G0)
!! -- wr %g0, %asi
(このコメントは, SpinPause 用?
membar とか CAS とかでもいい模様.)
.global SpinPause
.align 32
SpinPause:
{- -------------------------------------------
(1) 単に O0 をクリアしてリターンするだけ.
---------------------------------------- -}
retl
mov %g0, %o0
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.