Searched refs:max_bci (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp631 int max_bci = mh->code_size(); variable
633 assert(str.bci() < max_bci, "bci in interpreter frame out of bounds");
651 if (str.bci() < max_bci) {

Completed in 25 milliseconds