< prev index next >

src/hotspot/os_cpu/bsd_x86/bsd_x86_32.s

Print this page
rev 51258 : [mq]: spin

@@ -61,19 +61,10 @@
         pushl    $0x27f
         fldcw    0(%esp)
         popl     %eax
         ret
 
-        .globl  SYMBOL(SpinPause)
-        ELF_TYPE(SpinPause,@function)
-        .p2align 4,,15
-SYMBOL(SpinPause):
-        rep
-        nop
-        movl    $1, %eax
-        ret
-
         # Support for void Copy::conjoint_bytes(void* from,
         #                                       void* to,
         #                                       size_t count)
         .p2align 4,,15
         ELF_TYPE(_Copy_conjoint_bytes,@function)
< prev index next >