--- old/src/hotspot/share/opto/cfgnode.hpp 2020-02-06 19:33:56.903466846 +0100 +++ new/src/hotspot/share/opto/cfgnode.hpp 2020-02-06 19:33:56.742466860 +0100 @@ -303,7 +303,6 @@ protected: ProjNode* range_check_trap_proj(int& flip, Node*& l, Node*& r); Node* Ideal_common(PhaseGVN *phase, bool can_reshape); - Node* dominated_by(Node* prev_dom, PhaseIterGVN* igvn); Node* search_identical(int dist); public: @@ -391,6 +390,7 @@ virtual const RegMask &out_RegMask() const; Node* fold_compares(PhaseIterGVN* phase); static Node* up_one_dom(Node* curr, bool linear_only = false); + Node* dominated_by(Node* prev_dom, PhaseIterGVN* igvn); // Takes the type of val and filters it through the test represented // by if_proj and returns a more refined type if one is produced.