--- old/src/share/vm/opto/multnode.cpp 2017-06-28 09:42:46.557502192 -0400 +++ new/src/share/vm/opto/multnode.cpp 2017-06-28 09:42:46.310137817 -0400 @@ -32,6 +32,7 @@ #include "opto/phaseX.hpp" #include "opto/regmask.hpp" #include "opto/type.hpp" +#include "utilities/vmError.hpp" //============================================================================= //------------------------------MultiNode-------------------------------------- @@ -106,7 +107,7 @@ if (ctrl == NULL) return NULL; // node is dead const TypePtr* adr_type = ctrl->adr_type(); #ifdef ASSERT - if (!is_error_reported() && !Node::in_dump()) + if (!VMError::is_error_reported() && !Node::in_dump()) assert(adr_type != NULL, "source must have adr_type"); #endif return adr_type;