langtools/src/share/classes/com/sun/tools/javac/comp/MemberEnter.java
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
Tue, 25 May 2010 15:54:51 -0700 ohair 6943119: Rebrand source copyright notices
Thu, 04 Feb 2010 10:14:28 -0800 jjg 6923080: TreeScanner.visitNewClass should scan tree.typeargs
Thu, 30 Jul 2009 10:30:34 +0100 mcimadamore 6861837: JCK compilation failures
Fri, 26 Jun 2009 18:51:39 -0700 jjg 6843077: JSR 308: Annotations on types
Tue, 16 Sep 2008 18:35:18 -0700 jjg 6574134: Allow for alternative implementation of Name Table with garbage collection of name bytes
Fri, 08 Aug 2008 17:43:24 +0100 mcimadamore 6676362: Spurious forward reference error with final var + instance variable initializer
Fri, 08 Aug 2008 15:16:25 +0100 mcimadamore 6695838: javac does not detect cyclic inheritance involving static inner classes after import clause
Tue, 05 Aug 2008 12:54:40 +0100 mcimadamore 6730423: Diagnostic formatter should be an instance field of JCDiagnostic
Thu, 24 Jul 2008 19:06:57 +0100 mcimadamore 6717241: some diagnostic argument is prematurely converted into a String object
Wed, 02 Jul 2008 12:56:02 -0700 xdono 6719955: Update copyright year
Tue, 04 Mar 2008 15:45:20 +0000 mcimadamore 6663588: Compiler goes into infinite loop for Cyclic Inheritance test case
Sat, 01 Dec 2007 00:00:00 +0000 duke Initial load
less more (0) tip