src/share/vm/opto/callnode.hpp

changeset 3392
1dc233a8c7fe
parent 3311
1bd45abaa507
child 3406
e9a5e0a812c8
     1.1 --- a/src/share/vm/opto/callnode.hpp	Wed Dec 07 11:35:03 2011 +0100
     1.2 +++ b/src/share/vm/opto/callnode.hpp	Tue Dec 20 16:56:50 2011 +0100
     1.3 @@ -791,6 +791,10 @@
     1.4    // are defined in graphKit.cpp, which sets up the bidirectional relation.)
     1.5    InitializeNode* initialization();
     1.6  
     1.7 +  // Return the corresponding storestore barrier (or null if none).
     1.8 +  // Walks out edges to find it...
     1.9 +  MemBarStoreStoreNode* storestore();
    1.10 +
    1.11    // Convenience for initialization->maybe_set_complete(phase)
    1.12    bool maybe_set_complete(PhaseGVN* phase);
    1.13  };

mercurial