--- old/src/hotspot/share/interpreter/rewriter.cpp 2018-02-15 15:33:11.000000000 -0500 +++ new/src/hotspot/share/interpreter/rewriter.cpp 2018-02-15 15:33:10.000000000 -0500 @@ -464,7 +464,7 @@ // fall through case Bytecodes::_getstatic : // fall through case Bytecodes::_getfield : // fall through - case Bytecodes::_vwithfield : // fall through but may require more checks for correctness + case Bytecodes::_withfield : // fall through but may require more checks for correctness case Bytecodes::_invokevirtual : // fall through case Bytecodes::_invokestatic : case Bytecodes::_invokeinterface: