public class test { public static void main (String args[]) { try { } finally { synchronized (new Object()) { int i = 0; } } } }