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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java924 boolean fell_through = jumpTargetsDo(bcs, new JumpClosure() {
935 Assert.that(!fell_through, "should not happen");
940 if (fell_through) {
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp477 bool fell_through = jump_targets_do(&bcs, &GenerateOopMap::reachable_basicblock, &change); local
483 assert(!fell_through, "should not happen");
487 if (fell_through) {

Completed in 569 milliseconds