--- old/src/share/vm/opto/parse2.cpp 2016-12-20 14:34:23.903342908 +0100 +++ new/src/share/vm/opto/parse2.cpp 2016-12-20 14:34:23.271342937 +0100 @@ -2386,6 +2386,14 @@ do_monitor_exit(); break; + case Bytecodes::_vunbox: + do_vunbox(); + break; + + case Bytecodes::_vbox: + do_vbox(); + break; + case Bytecodes::_breakpoint: // Breakpoint set concurrently to compile // %%% use an uncommon trap?