jdk/langtools/test/tools/javac/flow/tests
Jan Lahoda d6521300a0 7020499: Project Coin: improvements to try-with-resources desugaring
Avoid unnecessary check for resource nullness if the resource is known to be non-null; put resource closing code in a method that is shared by multiple try-with-resources.

Reviewed-by: darcy, mcimadamore, vromero
2016-04-19 14:16:39 +02:00
..
TestCaseConditional.java 7047734: javac, the LVT is not generated correctly in several scenarios 2013-09-14 19:04:47 +01:00
TestCaseDoLoop.java 7047734: javac, the LVT is not generated correctly in several scenarios 2013-09-14 19:04:47 +01:00
TestCaseFor.java 8064857: javac generates LVT entry with length 0 for local variable 2015-01-05 17:35:48 -08:00
TestCaseForEach.java 8064857: javac generates LVT entry with length 0 for local variable 2015-01-05 17:35:48 -08:00
TestCaseIf.java 8058708: java.lang.AssertionError compiling source code 2014-09-25 17:09:23 -07:00
TestCaseIfElse.java 8064857: javac generates LVT entry with length 0 for local variable 2015-01-05 17:35:48 -08:00
TestCaseLocalInInnerBlock.java 8027660: javac crash while creating LVT entry for a local variable defined in an inner block 2013-11-01 19:08:56 +00:00
TestCaseSwitch.java 8064857: javac generates LVT entry with length 0 for local variable 2015-01-05 17:35:48 -08:00
TestCaseTry.java 7020499: Project Coin: improvements to try-with-resources desugaring 2016-04-19 14:16:39 +02:00
TestCaseWhile.java 8064857: javac generates LVT entry with length 0 for local variable 2015-01-05 17:35:48 -08:00