src/share/vm/opto/matcher.hpp

changeset 3047
f1c12354c3f7
parent 2708
1d1603768966
child 3049
95134e034042
     1.1 --- a/src/share/vm/opto/matcher.hpp	Mon Aug 08 13:19:46 2011 -0700
     1.2 +++ b/src/share/vm/opto/matcher.hpp	Tue Aug 02 18:36:40 2011 +0200
     1.3 @@ -441,16 +441,6 @@
     1.4      else { fatal("SoftMatchFailure is not allowed except in product"); }
     1.5    }
     1.6  
     1.7 -  // Used by the DFA in dfa_sparc.cpp.  Check for a prior FastLock
     1.8 -  // acting as an Acquire and thus we don't need an Acquire here.  We
     1.9 -  // retain the Node to act as a compiler ordering barrier.
    1.10 -  static bool prior_fast_lock( const Node *acq );
    1.11 -
    1.12 -  // Used by the DFA in dfa_sparc.cpp.  Check for a following
    1.13 -  // FastUnLock acting as a Release and thus we don't need a Release
    1.14 -  // here.  We retain the Node to act as a compiler ordering barrier.
    1.15 -  static bool post_fast_unlock( const Node *rel );
    1.16 -
    1.17    // Check for a following volatile memory barrier without an
    1.18    // intervening load and thus we don't need a barrier here.  We
    1.19    // retain the Node to act as a compiler ordering barrier.

mercurial