// LocalsOrMyInstanceFieldsControlFlowPolicy public class a { boolean c; void f(int i) throws Exception { do { c=!c; } while (!c); } }