< prev index next >

src/hotspot/os_cpu/solaris_x86/solaris_x86_64.s

Print this page
rev 51258 : [mq]: spin

@@ -49,19 +49,10 @@
         .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
< prev index next >