src/share/vm/opto/matcher.hpp

changeset 6490
41b780b43b74
parent 6478
044b28168e20
child 6503
a9becfeecd1b
     1.1 --- a/src/share/vm/opto/matcher.hpp	Tue Nov 26 18:38:19 2013 -0800
     1.2 +++ b/src/share/vm/opto/matcher.hpp	Wed Nov 27 16:16:21 2013 -0800
     1.3 @@ -485,6 +485,8 @@
     1.4    // retain the Node to act as a compiler ordering barrier.
     1.5    static bool post_store_load_barrier(const Node* mb);
     1.6  
     1.7 +  // Does n lead to an uncommon trap that can cause deoptimization?
     1.8 +  static bool branches_to_uncommon_trap(const Node *n);
     1.9  
    1.10  #ifdef ASSERT
    1.11    void dump_old2new_map();      // machine-independent to machine-dependent

mercurial