--- old/src/hotspot/share/opto/graphKit.hpp 2018-03-07 15:00:28.512130086 +0100 +++ new/src/hotspot/share/opto/graphKit.hpp 2018-03-07 15:00:28.320125657 +0100 @@ -919,6 +919,8 @@ // Produce new array node of stable type Node* cast_array_to_stable(Node* ary, const TypeAryPtr* ary_type); + + Node* acmp(Node* a, Node* b); }; // Helper class to support building of control flow branches. Upon