src/share/vm/code/debugInfoRec.cpp

changeset 3969
1d7922586cf6
parent 2314
f95d63e2154a
child 4037
da91efe96a93
     1.1 --- a/src/share/vm/code/debugInfoRec.cpp	Mon Jul 23 13:04:59 2012 -0700
     1.2 +++ b/src/share/vm/code/debugInfoRec.cpp	Tue Jul 24 10:51:00 2012 -0700
     1.3 @@ -311,6 +311,7 @@
     1.4    assert(method == NULL ||
     1.5           (method->is_native() && bci == 0) ||
     1.6           (!method->is_native() && 0 <= bci && bci < method->code_size()) ||
     1.7 +         (method->is_compiled_lambda_form() && bci == -99) ||  // this might happen in C1
     1.8           bci == -1, "illegal bci");
     1.9  
    1.10    // serialize the locals/expressions/monitors

mercurial