src/share/vm/runtime/orderAccess.hpp

changeset 1106
d0994e5bebce
parent 1040
98cb887364d3
child 1279
bd02caa94611
     1.1 --- a/src/share/vm/runtime/orderAccess.hpp	Tue Mar 24 15:09:52 2009 -0700
     1.2 +++ b/src/share/vm/runtime/orderAccess.hpp	Thu Mar 26 14:31:45 2009 -0700
     1.3 @@ -300,4 +300,10 @@
     1.4    // In order to force a memory access, implementations may
     1.5    // need a volatile externally visible dummy variable.
     1.6    static volatile intptr_t dummy;
     1.7 +
     1.8 + private:
     1.9 +  // This is a helper that invokes the StubRoutines::fence_entry()
    1.10 +  // routine if it exists, It should only be used by platforms that
    1.11 +  // don't another way to do the inline eassembly.
    1.12 +  static void StubRoutines_fence();
    1.13  };

mercurial