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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.hpp473 fall_through_index = 0, // the fall through projection index enumerator in enum:CatchProjNode::__anon304
481 assert(proj_no != fall_through_index || handler_bci < 0, "fall through case must have bci < 0");

Completed in 148 milliseconds