< prev index next >

src/hotspot/os_cpu/linux_x86/linux_x86_32.s

Print this page
rev 51258 : [mq]: spin

*** 40,58 **** .globl _Atomic_cmpxchg_long .globl _Atomic_move_long .text - .globl SpinPause - .type SpinPause,@function - .p2align 4,,15 - SpinPause: - rep - nop - movl $1, %eax - ret - # Support for void Copy::conjoint_bytes(void* from, # void* to, # size_t count) .p2align 4,,15 .type _Copy_conjoint_bytes,@function --- 40,49 ----
< prev index next >