diff src/share/vm/runtime/orderAccess.hpp @ 686:a9d9d7e06593

Merge
author trims
date Thu, 02 Apr 2009 17:01:00 -0700
parents d0994e5bebce
children bd02caa94611
line wrap: on
line diff
--- a/src/share/vm/runtime/orderAccess.hpp	Wed Apr 01 22:31:26 2009 -0700
+++ b/src/share/vm/runtime/orderAccess.hpp	Thu Apr 02 17:01:00 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();
 };