hotspot/src/share/vm/code/debugInfoRec.cpp
changeset 36602 3ab2b2853c57
parent 34501 d914dfe7abf5
child 38673 e8a403dd5a7d
--- a/hotspot/src/share/vm/code/debugInfoRec.cpp	Mon Mar 14 12:35:44 2016 +0300
+++ b/hotspot/src/share/vm/code/debugInfoRec.cpp	Mon Mar 14 12:35:48 2016 +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