This commit is contained in:
Daniel D. Daugherty 2013-07-18 12:35:55 -07:00
commit c2c0ba529a
1032 changed files with 74061 additions and 39064 deletions

View file

@ -923,8 +923,6 @@ class os: AllStatic {
// of the global SpinPause() with C linkage.
// It'd also be eligible for inlining on many platforms.
extern "C" int SpinPause () ;
extern "C" int SafeFetch32 (int * adr, int errValue) ;
extern "C" intptr_t SafeFetchN (intptr_t * adr, intptr_t errValue) ;
extern "C" int SpinPause();
#endif // SHARE_VM_RUNTIME_OS_HPP