--- old/src/share/vm/code/debugInfoRec.cpp 2016-03-09 16:02:08.000000000 +0300 +++ new/src/share/vm/code/debugInfoRec.cpp 2016-03-09 16:02:07.000000000 +0300 @@ -369,7 +369,6 @@ assert(method == NULL || (method->is_native() && bci == 0) || (!method->is_native() && 0 <= bci && bci < method->code_size()) || - (method->is_compiled_lambda_form() && bci == -99) || // this might happen in C1 bci == -1, "illegal bci"); // serialize the locals/expressions/monitors