src/share/vm/opto/parse2.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File valhalla-experimental Cdiff src/share/vm/opto/parse2.cpp

src/share/vm/opto/parse2.cpp

Print this page

        

*** 2384,2393 **** --- 2384,2401 ---- case Bytecodes::_monitorexit: 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? C->record_failure("breakpoint in method"); return;
src/share/vm/opto/parse2.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File