Searched defs:fellThrough (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp401 bool fellThrough = false; // False to get first BB marked. local
416 if (!fellThrough)
419 fellThrough = jump_targets_do(&bcs, &GenerateOopMap::bb_mark_fct, NULL);
424 assert(!fellThrough, "should not happen");
428 assert(!fellThrough, "should not happen");

Completed in 36 milliseconds