comparison src/share/vm/opto/graphKit.hpp @ 12242:884ed7a10f09

Merge
author tschatzl
date Mon, 16 Sep 2013 09:41:03 +0200
parents edb5ab0f3fe5
children d9043b88eeb3
comparison
equal deleted inserted replaced
12241:9cb63cd234a0 12242:884ed7a10f09
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: