< prev index next >

src/hotspot/os_cpu/linux_x86/linux_x86_64.s

Print this page
rev 51258 : [mq]: spin

@@ -36,19 +36,10 @@
         .globl _Copy_arrayof_conjoint_jlongs
         .globl _Copy_conjoint_jlongs_atomic
 
         .text
 
-        .globl SpinPause
-        .align 16
-        .type  SpinPause,@function
-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
< prev index next >