< prev index next >

src/hotspot/os_cpu/solaris_x86/solaris_x86_64.s

Print this page
rev 51258 : [mq]: spin

*** 49,67 **** .align 16 fs_thread: movq %fs:0x0,%rax ret - .globl SpinPause - .align 16 - SpinPause: - rep - nop - movq $1, %rax - ret - - / Support for void Copy::arrayof_conjoint_bytes(void* from, / void* to, / size_t count) / rdi - from / rsi - to --- 49,58 ----
< prev index next >