aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/com/sun/tools/javac/comp/Flow.java
AgeCommit message (Expand)Author
2014-11-148062747: Compiler error when anonymous class uses method with parametrized ex...jlahoda
2014-09-098054210: NullPointerException when compiling specific code.pgovereau
2014-09-098042347: javac, Gen.LVTAssignAnalyzer should be refactored, it shouldn't be a...vromero
2014-05-278042741: Java 8 compiler throws NullPointerException depending location in so...pgovereau
2014-04-308039026: Definitely unassigned field can be accessedpgovereau
2014-04-228029718: Should always use lambda body structure to disambiguate overload res...vromero
2014-01-278030218: javac, compile time error isn't shown when final static field is not...vromero
2013-10-188026749: Missing LV table in lambda bodiesjjg
2013-10-168026704: Build failure with --enable-debugjjg
2013-10-148025998: Missing LV table in lambda bodiesjjg
2013-09-236386236: Please rename com.sun.tools.javac.util.ListBuffer.lb()alundblad
2013-09-147047734: javac, the LVT is not generated correctly in several scenariosvromero
2013-09-098019521: Enhanced rethrow disabled in lambdasjlahoda
2013-08-158015809: More user friendly compile-time errors for uncaught exceptions in la...jlahoda
2013-07-198017216: javac doesn't fill in end position for some errors of type not foundksrini
2013-07-178020147: Spurious errors when compiling nested stuck lambdasmcimadamore
2013-07-026326693: variable x might already have been assigned, when assignment is in c...vromero
2013-06-048004643: Reduce javac space overhead introduced with compiler support for rep...jjg
2013-05-317179353: try-with-resources fails to compile with generic exception parametersvromero
2013-04-268008562: javac, a refactoring to Bits is necessary in order to provide a chan...vromero
2013-04-158011377: Javac crashes when multiple lambdas are defined in an arraymcimadamore
2013-01-238006775: JSR 308: Compiler changes in JDK8jjg
2012-12-108003967: detect and remove all mutable implicit static enum fields in langtoolsvromero
2012-11-178003280: Add lambda testsmcimadamore
2012-11-138003299: Cleanup javac Log support for deferred diagnosticsjjg
2012-10-257200915: convert TypeTags from a series of small ints to an enumjjg
2012-10-098000208: fix langtools javadoc comment issuesjjg
2012-10-057177385: Add attribution support for lambda expressionsmcimadamore
2012-09-257193657: provide internal ArrayUtils class to simplify common usage of arrays...jjg
2012-08-317151010: Add compiler support for repeating annotationsjfranck
2012-08-027175538: Integrate efectively final check with DA/DU analysismcimadamore
2012-07-137181578: javac reports uninitialized variable with nested try...finally blocksmcimadamore
2012-03-267151580: Separate DA/DU logic from exception checking logic in Flow.javamcimadamore
2011-11-086921494: provide way to print javac tree tag valuesjjg
2011-04-297039937: Improved catch analysis fails to handle a common idiom in the librariesmcimadamore
2011-04-137032975: API files in javax.annotation.processing need to be updated for refe...jjh
2011-04-067033809: Rename "disjunctive" to "union" in javax.lang.modeldarcy
2011-03-166558548: The compiler needs to be aligned with clarified specification of throwsmcimadamore
2011-03-037023703: Valid code doesn't compilemcimadamore
2011-03-037023233: False positive for -Xlint:try with nested try with resources blocksmcimadamore
2011-02-166990136: Cleanup use of Type.clone()dlsmith
2011-02-157017104: improve error reporting for uncaught/undeclared exceptions from try-...mcimadamore
2011-01-146992698: JSR 292: remove support for transient syntax in polymorphic signatur...mcimadamore
2011-01-106396503: javac should not require assertions enabledjjg
2011-01-106992999: fully remove JSR 308 from langtoolsjjg
2010-12-286962318: Update copyright yearjdk7-b124ohair
2010-12-067003744: Compiler error concerning final variablesmcimadamore
2010-11-126970016: Clean up ARM/try-with-resources implementationmcimadamore
2010-11-126999067: cast for invokeExact call gets redundant cast to <type> warningsmcimadamore
2010-11-046993963: Project Coin: Use precise exception analysis for effectively final c...mcimadamore