src/share/vm/opto/graphKit.hpp

changeset 5658
edb5ab0f3fe5
parent 5637
29aa8936f03c
child 5908
d9043b88eeb3
     1.1 --- a/src/share/vm/opto/graphKit.hpp	Mon Sep 09 19:53:28 2013 +0200
     1.2 +++ b/src/share/vm/opto/graphKit.hpp	Tue Sep 10 14:51:48 2013 -0700
     1.3 @@ -836,6 +836,9 @@
     1.4    // Insert a loop predicate into the graph
     1.5    void add_predicate(int nargs = 0);
     1.6    void add_predicate_impl(Deoptimization::DeoptReason reason, int nargs);
     1.7 +
     1.8 +  // Produce new array node of stable type
     1.9 +  Node* cast_array_to_stable(Node* ary, const TypeAryPtr* ary_type);
    1.10  };
    1.11  
    1.12  // Helper class to support building of control flow branches. Upon

mercurial