src/os_cpu/solaris_x86/vm/solaris_x86_32.s

Print this page
rev 4810 : 8016697: PPC64 (part 5): Use stubs to implement safefetch
Summary: Implement Safefetch as stub routines. This reduces compiler and os dependencies.
Reviewed-by: twisti, kvn

@@ -53,24 +53,10 @@
         fldcw    0(%esp)
         popl     %eax
         ret
 
        .align  16
-       .globl  SafeFetch32
-       .globl  SafeFetchN
-       .globl  Fetch32PFI, Fetch32Resume
-SafeFetch32:
-SafeFetchN:
-        movl    0x8(%esp), %eax
-        movl    0x4(%esp), %ecx
-Fetch32PFI:
-        movl    (%ecx), %eax
-Fetch32Resume:
-        ret
-
-
-        .align  16
         .globl  SpinPause
 SpinPause:
         rep 
         nop
         movl    $1, %eax