hotspot/src/share/vm/opto/graphKit.hpp
changeset 19770 7cb9f982ea81
parent 19719 e856f36c853b
child 20696 946797ddfade
--- a/hotspot/src/share/vm/opto/graphKit.hpp	Mon Sep 09 19:53:28 2013 +0200
+++ b/hotspot/src/share/vm/opto/graphKit.hpp	Tue Sep 10 14:51:48 2013 -0700
@@ -836,6 +836,9 @@
   // Insert a loop predicate into the graph
   void add_predicate(int nargs = 0);
   void add_predicate_impl(Deoptimization::DeoptReason reason, int nargs);
+
+  // Produce new array node of stable type
+  Node* cast_array_to_stable(Node* ary, const TypeAryPtr* ary_type);
 };
 
 // Helper class to support building of control flow branches. Upon