langtools/src/share/classes/com/sun/tools/javac/comp/Lower.java
Tue, 17 Jun 2014 11:11:59 -0400 pgovereau 8038975: Access control in enhanced for
Tue, 27 May 2014 16:32:56 -0600 dlsmith 8042338: Refactor Types.upperBound to treat wildcards and variables separately
Sun, 18 May 2014 19:59:10 -0700 jjg 8041422: Split javac ClassReader into ClassReader+ClassFinder
Fri, 09 May 2014 09:28:47 -0400 emc 8040327: Eliminate AnnotatedType
Tue, 22 Apr 2014 17:07:54 -0400 pgovereau 8034245: Refactor TopLevel tree node.
Mon, 21 Apr 2014 22:51:49 +0100 vromero 8029718: Should always use lambda body structure to disambiguate overload resolution
Wed, 19 Mar 2014 17:39:28 -0400 pgovereau 8025505: Constant folding deficiency
Wed, 15 Jan 2014 10:57:25 +0100 jfranck 8029690: Move symbol creation from ClassReader to Symtab
Wed, 18 Dec 2013 16:05:18 -0500 briangoetz 8030244: Update langtools to use Diamond
Tue, 26 Nov 2013 15:33:12 +0100 jlahoda 8027789: Access method for Outer.super.m() references indirect superclass
Wed, 06 Nov 2013 17:48:25 +0100 jlahoda 8027281: Incorrect invokespecial generated for JCK lang EXPR/expr636/expr63602m* tests
Tue, 15 Oct 2013 15:57:13 -0700 jjg 8026564: import changes from type-annotations forest
Wed, 09 Oct 2013 13:06:49 +0200 jlahoda 8025141: java.lang.ClassFormatError: Illegal field modifiers in class (...)
Mon, 23 Sep 2013 10:42:38 +0200 alundblad 6386236: Please rename com.sun.tools.javac.util.ListBuffer.lb()
Sat, 14 Sep 2013 19:04:47 +0100 vromero 7047734: javac, the LVT is not generated correctly in several scenarios
Sun, 08 Sep 2013 11:54:21 +0100 vromero 8024398: javac, compiler crashes with try with empty body
Fri, 06 Sep 2013 09:53:24 +0100 vromero 8024039: javac, previous solution for JDK-8022186 was incorrect
Thu, 22 Aug 2013 12:47:46 -0400 emc 8020745: Suspicious MethodParameters attribute generated for local classes capturing local variables
Fri, 16 Aug 2013 10:32:42 +0100 vromero 8022053: javac generates unverifiable initializer for nested subclass of local class
Wed, 14 Aug 2013 10:53:37 +0100 vromero 8013394: compile of iterator use fails with error \"defined in an inaccessible class or interface\"
Thu, 06 Jun 2013 08:48:23 -0400 emc 8015701: MethodParameters are not filled in for synthetic captured local variables
Tue, 04 Jun 2013 14:17:50 -0700 jjg 8004643: Reduce javac space overhead introduced with compiler support for repeating annotations
Tue, 28 May 2013 12:46:10 +0100 vromero 6970173: Debug pointer at bad position
Mon, 27 May 2013 13:44:14 +0100 vromero 7030476: Fix conflicting use of JCTree/JCExpression
Tue, 14 May 2013 15:04:06 -0700 jjg 8013852: update reference impl for type-annotations
Wed, 10 Apr 2013 12:31:02 +0100 vromero 8011432: javac, compiler regression iterable + captured type
Tue, 19 Mar 2013 13:10:40 -0700 darcy 8010179: Remove transitional target values from javac
Fri, 15 Mar 2013 09:02:26 +0000 vromero 5053846: javac: MethodRef entries are duplicated in the constant pool
Mon, 11 Mar 2013 15:35:13 +0000 vromero 6181889: Empty try/finally results in bytecodes being generated
Thu, 07 Mar 2013 10:12:13 +0000 vromero 8009170: Regression: javac generates redundant bytecode in assignop involving arrays
Tue, 05 Mar 2013 14:04:57 +0000 mcimadamore 8004962: Code generation crash with lambda and local classes
Wed, 13 Feb 2013 17:04:21 +0000 mcimadamore 8006345: Report Synthesized Parameters in java.lang.reflect.Parameter API
Fri, 08 Feb 2013 09:21:19 +0000 vromero 7167125: Two variables after the same operation in a inner class return different results
Sun, 03 Feb 2013 02:31:30 +0000 vromero 7199823: javac generates inner class that can't be verified
Wed, 23 Jan 2013 13:27:24 -0800 jjg 8006775: JSR 308: Compiler changes in JDK8
Thu, 29 Nov 2012 09:41:48 +0000 vromero 7153958: add constant pool reference to class containing inlined constants
Sat, 17 Nov 2012 19:01:03 +0000 mcimadamore 8003280: Add lambda tests
Sun, 04 Nov 2012 11:01:49 +0000 mcimadamore 8000931: Cleanup Resolve.java
Sun, 04 Nov 2012 10:59:42 +0000 mcimadamore 7192246: Add type-checking support for default methods
Thu, 25 Oct 2012 11:09:36 -0700 jjg 7200915: convert TypeTags from a series of small ints to an enum
Wed, 10 Oct 2012 18:44:21 -0700 jjg 8000310: Clean up use of StringBuffer in langtools
Tue, 09 Oct 2012 19:31:58 -0700 jjg 8000208: fix langtools javadoc comment issues
Thu, 04 Oct 2012 13:04:53 +0100 mcimadamore 7177387: Add target-typing support in method context
Thu, 13 Sep 2012 14:29:36 -0700 jjg 7177970: fix issues in langtools doc comments
Fri, 31 Aug 2012 10:37:46 +0100 jfranck 7151010: Add compiler support for repeating annotations
Mon, 20 Aug 2012 21:24:10 +0530 sundar 7181320: javac NullPointerException for switch labels with cast to String expressions
Wed, 20 Jun 2012 13:23:26 -0700 jjg 7174143: encapsulate doc comment table
Fri, 11 May 2012 20:06:00 +0530 sundar 7166990: java/compiler Inherited interfaces using generics sometimes looses the generic type
Tue, 13 Dec 2011 11:21:28 -0800 jjg 7120736: refactor javac option handling
Mon, 14 Nov 2011 15:11:10 -0800 ksrini 7106166: (javac) re-factor EndPos parser
Tue, 08 Nov 2011 11:51:05 -0800 jjg 6921494: provide way to print javac tree tag values
Tue, 13 Sep 2011 14:15:22 +0100 mcimadamore 7003595: IncompatibleClassChangeError with unreferenced local class with subclass
Thu, 04 Aug 2011 11:15:37 -0700 darcy 7071246: Enclosing string literal in parenthesis in switch-case crashes javac
Wed, 02 Mar 2011 10:56:39 +0000 mcimadamore 6541876: "Enclosing Instance" error new in 1.6
Fri, 18 Feb 2011 15:55:20 -0800 darcy 7020047: Project Coin: generate null-check around try-with-resources close call
Mon, 07 Feb 2011 18:10:13 +0000 mcimadamore 7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
Mon, 10 Jan 2011 15:08:31 -0800 jjg 6396503: javac should not require assertions enabled
Mon, 10 Jan 2011 14:57:59 -0800 jjg 6992999: fully remove JSR 308 from langtools
Sun, 14 Nov 2010 07:16:46 -0800 darcy 6991528: Support making Throwable.suppressedExceptions immutable
Thu, 30 Sep 2010 10:47:12 -0700 jjg 6988436: Cleanup javac option handling
less more (0) -60 tip