class C { private void foo() { System.out.println(); newMethod(); } private void newMethod() { try {} finally { while (true) { break; } } } }