diff -r 90a66aa50514 -r d0994e5bebce src/share/vm/runtime/orderAccess.hpp --- a/src/share/vm/runtime/orderAccess.hpp Tue Mar 24 15:09:52 2009 -0700 +++ b/src/share/vm/runtime/orderAccess.hpp Thu Mar 26 14:31:45 2009 -0700 @@ -300,4 +300,10 @@ // In order to force a memory access, implementations may // need a volatile externally visible dummy variable. static volatile intptr_t dummy; + + private: + // This is a helper that invokes the StubRoutines::fence_entry() + // routine if it exists, It should only be used by platforms that + // don't another way to do the inline eassembly. + static void StubRoutines_fence(); };