langtools/src/share/classes/com/sun/tools/javac/comp/MemberEnter.java
Wed, 18 Dec 2013 16:05:18 -0500 briangoetz 8030244: Update langtools to use Diamond
Wed, 23 Oct 2013 23:20:32 -0400 emc 8006732: support correct bytecode storage of type annotations in multicatch
Tue, 15 Oct 2013 22:15:35 +0200 jlahoda 8026510: The name of com.sun.tools.javac.comp.Annotate.Annotator is confusing
Mon, 14 Oct 2013 22:11:09 +0200 jlahoda 8014016: javac is too late detecting invalid annotation usage
Fri, 11 Oct 2013 15:49:15 +0200 jlahoda 6278240: Exception from AnnotationValue.getValue() should list the found type not the required type
Thu, 10 Oct 2013 20:12:08 -0400 emc 8008762: Type annotation on inner class in anonymous class show up as regular type annotations
Thu, 10 Oct 2013 13:55:41 -0400 emc 8019461: Clean up javac diagnostics
Wed, 25 Sep 2013 11:07:05 -0700 jjg 8025407: TypeAnnotations does not use Context
Mon, 16 Sep 2013 14:13:44 +0200 jlahoda 8021112: Spurious unchecked warning reported by javac
Sat, 14 Sep 2013 19:04:47 +0100 vromero 7047734: javac, the LVT is not generated correctly in several scenarios
Thu, 22 Aug 2013 13:12:43 +0100 vromero 8023112: javac should not use lazy constant evaluation approach for method references
Wed, 21 Aug 2013 16:13:50 -0700 jjg 8023515: import type-annotations updates
Mon, 12 Aug 2013 17:25:07 +0100 mcimadamore 6537020: JCK tests: a compile-time error should be given in case of ambiguously imported fields (types, methods)
Wed, 17 Jul 2013 15:08:58 +0200 jlahoda 8020586: Warning produced for an incorrect file
Wed, 17 Jul 2013 14:04:01 +0100 mcimadamore 8012242: Lambda compatibility and checked exceptions
Thu, 20 Jun 2013 08:45:43 +0100 vromero 8016613: javac should avoid source 8 only analysis when compiling for source 7
Fri, 14 Jun 2013 16:25:09 +0100 vromero 8016569: javac, add new flag for polymorphic method signatures
Tue, 04 Jun 2013 14:17:50 -0700 jjg 8004643: Reduce javac space overhead introduced with compiler support for repeating annotations
Sat, 01 Jun 2013 21:57:56 +0100 vromero 8010737: javac, known parameter's names should be copied to automatically generated constructors for inner classes
Tue, 14 May 2013 15:04:06 -0700 jjg 8013852: update reference impl for type-annotations
Tue, 19 Mar 2013 13:10:40 -0700 darcy 8010179: Remove transitional target values from javac
Wed, 13 Feb 2013 17:04:21 +0000 mcimadamore 8006345: Report Synthesized Parameters in java.lang.reflect.Parameter API
Wed, 23 Jan 2013 13:27:24 -0800 jjg 8006775: JSR 308: Compiler changes in JDK8
Sun, 04 Nov 2012 10:59:42 +0000 mcimadamore 7192246: Add type-checking support for default methods
Thu, 01 Nov 2012 10:48:36 +0100 ohrstrom 7153951: Add new lint option -Xlint:auxiliaryclass
Thu, 25 Oct 2012 11:09:36 -0700 jjg 7200915: convert TypeTags from a series of small ints to an enum
Tue, 09 Oct 2012 19:31:58 -0700 jjg 8000208: fix langtools javadoc comment issues
Fri, 05 Oct 2012 14:35:24 +0100 mcimadamore 7177385: Add attribution support for lambda expressions
Thu, 04 Oct 2012 13:04:53 +0100 mcimadamore 7177387: Add target-typing support in method context
Wed, 26 Sep 2012 14:22:41 +0100 mcimadamore 7188968: New instance creation expression using diamond is checked twice
Fri, 31 Aug 2012 10:37:46 +0100 jfranck 7151010: Add compiler support for repeating annotations
Thu, 31 May 2012 15:07:29 -0700 jjh 7159016: Static import of member in processor-generated class fails in JDK 7
Thu, 31 May 2012 17:44:04 +0100 mcimadamore 7160084: javac fails to compile an apparently valid class/interface combination
Mon, 26 Mar 2012 15:28:49 +0100 mcimadamore 7133185: Update 292 overload resolution logic to match JLS
Tue, 06 Mar 2012 13:29:45 +0000 mcimadamore 7133238: Merge proto-kind and proto-type into a single result class
Tue, 24 Jan 2012 16:31:15 -0800 jjh 7129225: javac fails to run annotation processors when star import of package of gensrc
Tue, 08 Nov 2011 11:51:05 -0800 jjg 6921494: provide way to print javac tree tag values
Sun, 03 Apr 2011 17:00:50 -0700 ksrini 7028405: (javac) remove unused JSR-292 code
Wed, 02 Mar 2011 21:13:55 -0800 jjg 6639645: Modeling type implementing missing interfaces
Mon, 07 Feb 2011 18:10:13 +0000 mcimadamore 7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
Mon, 07 Feb 2011 18:09:46 +0000 mcimadamore 7017414: before the move of JSR 292 to package java.lang.invoke, javac must recognize the new package
Thu, 03 Feb 2011 09:35:21 +0000 mcimadamore 6594914: @SuppressWarnings("deprecation") does not not work for the type of a variable
Wed, 26 Jan 2011 11:20:19 -0800 jjg 6554097: "final" confuses @SuppressWarnings
Mon, 24 Jan 2011 15:44:51 +0000 mcimadamore 6968793: issues with diagnostics
Fri, 14 Jan 2011 09:46:44 +0000 mcimadamore 6949040: java.dyn package must be compiled with -target 7 or better
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
Tue, 28 Dec 2010 15:54:52 -0800 ohair 6962318: Update copyright year
Mon, 13 Dec 2010 15:11:00 -0800 mcimadamore 6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
Thu, 02 Dec 2010 16:37:23 -0800 jjg 7004029: intermittent failures compiling pack200
Tue, 12 Oct 2010 13:15:46 -0700 jjg 6988407: javac crashes running processor on errant code; it used to print error message
Thu, 30 Sep 2010 10:47:12 -0700 jjg 6988436: Cleanup javac option handling
Sat, 18 Sep 2010 14:24:09 -0700 mcimadamore 6863465: javac doesn't detect circular subclass dependencies via qualified names
Sat, 18 Sep 2010 09:54:51 -0700 mcimadamore 6980862: too aggressive compiler optimization causes stale results of Types.implementation()
Tue, 07 Sep 2010 17:32:27 +0100 mcimadamore 6979327: method handle invocation should use casts instead of type parameters to specify return type
Thu, 19 Aug 2010 11:54:25 +0100 mcimadamore 6977800: Regression: invalid resolution of supertype for local class
Tue, 29 Jun 2010 22:43:59 -0700 lana Merge
Fri, 18 Jun 2010 15:12:04 -0700 jrose Merge
Sat, 01 May 2010 15:05:39 -0700 jrose 6939134: JSR 292 adjustments to method handle invocation
Thu, 10 Jun 2010 16:08:01 -0700 jjg 6944312: Potential rebranding issues in openjdk/langtools repository sources
less more (0) -60 tip