--- old/src/share/vm/opto/divnode.cpp 2017-05-29 18:07:44.698025241 +0200 +++ new/src/share/vm/opto/divnode.cpp 2017-05-29 18:07:44.624025320 +0200 @@ -1311,7 +1311,7 @@ //------------------------------match------------------------------------------ // return result(s) along with their RegMask info -Node *DivModINode::match( const ProjNode *proj, const Matcher *match ) { +Node *DivModINode::match(const ProjNode *proj, const Matcher *match, const RegMask* mask) { uint ideal_reg = proj->ideal_reg(); RegMask rm; if (proj->_con == div_proj_num) { @@ -1326,7 +1326,7 @@ //------------------------------match------------------------------------------ // return result(s) along with their RegMask info -Node *DivModLNode::match( const ProjNode *proj, const Matcher *match ) { +Node *DivModLNode::match(const ProjNode *proj, const Matcher *match, const RegMask* mask) { uint ideal_reg = proj->ideal_reg(); RegMask rm; if (proj->_con == div_proj_num) {