--- old/src/share/vm/opto/graphKit.hpp 2013-10-12 23:25:14.365009161 +0200 +++ new/src/share/vm/opto/graphKit.hpp 2013-10-12 23:25:13.832148149 +0200 @@ -841,6 +841,9 @@ // Produce new array node of stable type Node* cast_array_to_stable(Node* ary, const TypeAryPtr* ary_type); + + // parser that is parsing a caller if any + virtual Parse* parent_parser() const { return NULL; } }; // Helper class to support building of control flow branches. Upon