--- old/src/hotspot/share/ci/ciField.cpp 2018-02-15 15:32:29.000000000 -0500 +++ new/src/hotspot/share/ci/ciField.cpp 2018-02-15 15:32:28.000000000 -0500 @@ -374,7 +374,7 @@ VM_ENTRY_MARK; assert(bc == Bytecodes::_getstatic || bc == Bytecodes::_putstatic || bc == Bytecodes::_getfield || bc == Bytecodes::_putfield || - bc == Bytecodes::_vwithfield, "unexpected bytecode"); + bc == Bytecodes::_withfield, "unexpected bytecode"); if (_offset == -1) { // at creation we couldn't link to our holder so we need to