Changeset: 979f55cda0e2 Author: robm Date: 2014-11-26 17:03 +0000 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/langtools/rev/979f55cda0e2
8065674: javac generates incorrect LVT table for trivial cases Reviewed-by: jjg Contributed-by: vicente.rom...@oracle.com ! src/share/classes/com/sun/tools/javac/jvm/ClassWriter.java ! src/share/classes/com/sun/tools/javac/jvm/Code.java + test/tools/javac/flow/DARanges.java + test/tools/javac/flow/LVTHarness.java + test/tools/javac/flow/tests/TestCaseConditional.java + test/tools/javac/flow/tests/TestCaseDoLoop.java + test/tools/javac/flow/tests/TestCaseFor.java + test/tools/javac/flow/tests/TestCaseForEach.java + test/tools/javac/flow/tests/TestCaseIf.java + test/tools/javac/flow/tests/TestCaseIfElse.java + test/tools/javac/flow/tests/TestCaseLocalInInnerBlock.java + test/tools/javac/flow/tests/TestCaseSwitch.java + test/tools/javac/flow/tests/TestCaseTry.java + test/tools/javac/flow/tests/TestCaseWhile.java Changeset: 04b56f4312b6 Author: vromero Date: 2014-12-11 18:06 +0000 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/langtools/rev/04b56f4312b6 6695379: Copy method annotations and parameter annotations to synthetic bridge methods Reviewed-by: mcimadamore ! src/share/classes/com/sun/tools/javac/comp/TransTypes.java ! test/tools/javac/6889255/T6889255.java + test/tools/javac/T6695379/AnnotationsAreNotCopiedToBridgeMethodsTest.java