diff src/share/vm/runtime/orderAccess.hpp @ 693:2c1dbb844832

Merge
author acorn
date Thu, 02 Apr 2009 18:17:03 -0400
parents d0994e5bebce
children bd02caa94611
line wrap: on
line diff
--- a/src/share/vm/runtime/orderAccess.hpp	Thu Apr 02 14:26:42 2009 -0400
+++ b/src/share/vm/runtime/orderAccess.hpp	Thu Apr 02 18:17:03 2009 -0400
@@ -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();
 };