src/os_cpu/windows_x86/vm/os_windows_x86.hpp

changeset 1106
d0994e5bebce
parent 435
a61af66fc99e
child 1279
bd02caa94611
     1.1 --- a/src/os_cpu/windows_x86/vm/os_windows_x86.hpp	Tue Mar 24 15:09:52 2009 -0700
     1.2 +++ b/src/os_cpu/windows_x86/vm/os_windows_x86.hpp	Thu Mar 26 14:31:45 2009 -0700
     1.3 @@ -35,9 +35,6 @@
     1.4    static jint      (*atomic_add_func)           (jint,      volatile jint*);
     1.5    static intptr_t  (*atomic_add_ptr_func)       (intptr_t,  volatile intptr_t*);
     1.6  
     1.7 -  static void      (*fence_func)                ();
     1.8 -
     1.9 -
    1.10    static jint      atomic_xchg_bootstrap        (jint,      volatile jint*);
    1.11    static intptr_t  atomic_xchg_ptr_bootstrap    (intptr_t,  volatile intptr_t*);
    1.12  
    1.13 @@ -53,8 +50,6 @@
    1.14  #ifdef AMD64
    1.15    static jint      atomic_add_bootstrap         (jint,      volatile jint*);
    1.16    static intptr_t  atomic_add_ptr_bootstrap     (intptr_t,  volatile intptr_t*);
    1.17 -
    1.18 -  static void      fence_bootstrap              ();
    1.19  #endif // AMD64
    1.20  
    1.21    static void setup_fpu();

mercurial