src/share/vm/runtime/os.hpp

changeset 5401
a74ec8831c7b
parent 5365
59b052799158
parent 5400
980532a806a5
child 5426
af21010d1062
     1.1 --- a/src/share/vm/runtime/os.hpp	Fri Jul 12 17:08:52 2013 -0700
     1.2 +++ b/src/share/vm/runtime/os.hpp	Mon Jul 15 12:24:32 2013 -0400
     1.3 @@ -915,8 +915,6 @@
     1.4  // of the global SpinPause() with C linkage.
     1.5  // It'd also be eligible for inlining on many platforms.
     1.6  
     1.7 -extern "C" int SpinPause () ;
     1.8 -extern "C" int SafeFetch32 (int * adr, int errValue) ;
     1.9 -extern "C" intptr_t SafeFetchN (intptr_t * adr, intptr_t errValue) ;
    1.10 +extern "C" int SpinPause();
    1.11  
    1.12  #endif // SHARE_VM_RUNTIME_OS_HPP

mercurial