< prev index next >

src/hotspot/os_cpu/bsd_x86/bsd_x86_64.s

Print this page
rev 51258 : [mq]: spin

@@ -44,19 +44,10 @@
         .globl SYMBOL(_Copy_arrayof_conjoint_jlongs)
         .globl SYMBOL(_Copy_conjoint_jlongs_atomic)
 
         .text
 
-        .globl SYMBOL(SpinPause)
-        .p2align 4,,15
-        ELF_TYPE(SpinPause,@function)
-SYMBOL(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 >