comparison src/share/vm/opto/graphKit.hpp @ 17474:6fa574bfd32a

Merge
author chegar
date Thu, 03 Oct 2013 19:13:12 +0100
parents edb5ab0f3fe5
children d9043b88eeb3
comparison
equal deleted inserted replaced
17473:9b4ce069642e 17474:6fa574bfd32a
834 } 834 }
835 835
836 // Insert a loop predicate into the graph 836 // Insert a loop predicate into the graph
837 void add_predicate(int nargs = 0); 837 void add_predicate(int nargs = 0);
838 void add_predicate_impl(Deoptimization::DeoptReason reason, int nargs); 838 void add_predicate_impl(Deoptimization::DeoptReason reason, int nargs);
839
840 // Produce new array node of stable type
841 Node* cast_array_to_stable(Node* ary, const TypeAryPtr* ary_type);
839 }; 842 };
840 843
841 // Helper class to support building of control flow branches. Upon 844 // Helper class to support building of control flow branches. Upon
842 // creation the map and sp at bci are cloned and restored upon de- 845 // creation the map and sp at bci are cloned and restored upon de-
843 // struction. Typical use: 846 // struction. Typical use: