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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java651 boolean fellThrough = false; // False to get first BB marked.
668 if (!fellThrough)
671 fellThrough = jumpTargetsDo(bcs,
683 Assert.that(!fellThrough, "should not happen");
689 Assert.that(!fellThrough, "should not happen");
/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 251 milliseconds