hotspot/src/share/vm/opto/graphKit.hpp
changeset 38030 93f24e7b3c43
parent 36308 a49f85edc43f
child 40882 23f882a600ce
--- a/hotspot/src/share/vm/opto/graphKit.hpp	Mon Apr 11 21:42:31 2016 +0300
+++ b/hotspot/src/share/vm/opto/graphKit.hpp	Mon Apr 11 21:42:55 2016 +0300
@@ -910,6 +910,8 @@
   void add_predicate(int nargs = 0);
   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);
 };