research this code:
public class TestFinalAndCatch { private final int i; TestFinalAndCatch(String[] args) { try { i = method1()
https://bugs.openjdk.java.net/browse/JDK-6326693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
Looks like JDK bug. And now status - Fixed. But I cannot find from which version.