--- old/src/share/vm/c1/c1_LIRAssembler.cpp 2016-02-15 10:21:11.000000000 +0300 +++ new/src/share/vm/c1/c1_LIRAssembler.cpp 2016-02-15 10:21:11.000000000 +0300 @@ -679,6 +679,10 @@ get_thread(op->result_opr()); break; + case lir_on_spin_wait: + on_spin_wait(); + break; + default: ShouldNotReachHere(); break;