src/hotspot/share/opto/graphKit.hpp
changeset 53724 70f114974aa7
parent 53625 0a9dfdbb01d1
child 53765 e002408eb0c0
--- a/src/hotspot/share/opto/graphKit.hpp	Wed Feb 06 16:02:27 2019 +0100
+++ b/src/hotspot/share/opto/graphKit.hpp	Tue Feb 12 09:00:04 2019 +0100
@@ -884,9 +884,6 @@
   void add_predicate_impl(Deoptimization::DeoptReason reason, int nargs);
 
   Node* make_constant_from_field(ciField* field, Node* obj);
-
-  // 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