langtools/src/share/classes/com/sun/tools/javac/code/Symbol.java
Wed, 23 Jan 2013 13:27:24 -0800 jjg 8006775: JSR 308: Compiler changes in JDK8
Mon, 21 Jan 2013 20:19:53 +0000 mcimadamore 8005166: Add support for static interface methods
Mon, 14 Jan 2013 19:52:36 +0100 jfranck 7193719: Support repeating annotations in javax.lang.model
Sat, 29 Dec 2012 17:33:17 -0800 jjg 8004727: Add compiler support for parameter reflection
Sun, 16 Dec 2012 11:09:36 +0100 jfranck 8005098: Provide isSynthesized() information on Attribute.Compound
Tue, 18 Dec 2012 00:24:54 -0800 darcy 8005046: Provide checking for a default method in javax.lang.model
Sat, 17 Nov 2012 19:01:03 +0000 mcimadamore 8003280: Add lambda tests
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
Tue, 09 Oct 2012 19:10:00 -0700 jjg 8000663: clean up langtools imports
Sat, 06 Oct 2012 10:35:38 +0100 mcimadamore 7177386: Add attribution support for method references
Wed, 26 Sep 2012 14:22:41 +0100 mcimadamore 7188968: New instance creation expression using diamond is checked twice
Tue, 25 Sep 2012 11:53:18 +0100 mcimadamore 7194586: Add back-end support for invokedynamic
Fri, 31 Aug 2012 10:37:46 +0100 jfranck 7151010: Add compiler support for repeating annotations
Mon, 26 Mar 2012 15:28:49 +0100 mcimadamore 7133185: Update 292 overload resolution logic to match JLS
Tue, 06 Mar 2012 16:50:32 +0000 mcimadamore 7148556: Implementing a generic interface causes a public clone() to become inaccessible
Tue, 13 Sep 2011 14:15:22 +0100 mcimadamore 7003595: IncompatibleClassChangeError with unreferenced local class with subclass
Tue, 13 Sep 2011 14:14:57 +0100 mcimadamore 7086595: Error message bug: name of initializer is 'null'
Mon, 23 May 2011 11:55:55 +0100 mcimadamore 7046348: Regression: javac complains of missing classfile for a seemingly unrelated interface
Tue, 10 May 2011 19:53:49 -0700 jjg 7043694: printStackTrace call should be removed
Wed, 13 Apr 2011 11:35:43 -0700 jjh 7032975: API files in javax.annotation.processing need to be updated for references to JLS
Wed, 02 Mar 2011 21:13:55 -0800 jjg 6639645: Modeling type implementing missing interfaces
Tue, 15 Feb 2011 11:49:46 +0000 mcimadamore 7017664: Add listeners infrastracture to javac scopes
Mon, 07 Feb 2011 18:10:13 +0000 mcimadamore 7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
Wed, 26 Jan 2011 11:20:19 -0800 jjg 6554097: "final" confuses @SuppressWarnings
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
Thu, 09 Dec 2010 15:50:34 +0000 mcimadamore 6476118: compiler bug causes runtime ClassCastException for generics overloading
Tue, 28 Sep 2010 22:46:36 +0530 sundar 6967842: Element not returned from tree API for ARM resource variables.
Tue, 07 Sep 2010 17:32:27 +0100 mcimadamore 6979327: method handle invocation should use casts instead of type parameters to specify return type
Tue, 07 Sep 2010 17:31:54 +0100 mcimadamore 6337171: javac should create bridge methods when type variable bounds restricted
Thu, 02 Sep 2010 23:10:05 +0530 sundar 6458749: TypeParameterElement.getEnclosedElements throws NPE within javac.
Fri, 16 Jul 2010 19:35:24 -0700 darcy 6911256: Project Coin: Support Automatic Resource Management (ARM) blocks in the compiler
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
Wed, 14 Apr 2010 12:31:55 +0100 mcimadamore 6939620: Switch to 'complex' diamond inference scheme
Fri, 26 Feb 2010 08:42:22 -0800 jjg 6881645: Unchecked method call on a method declared inside anonymous inner causes javac to crash
Fri, 29 Jan 2010 16:54:52 -0800 jjg 6499119: Created package-info class file modeled improperly
Mon, 19 Oct 2009 13:38:09 -0700 jjg 6889255: javac MethodSymbol throws NPE if ClassReader does not read parameter names correctly
Thu, 30 Jul 2009 10:29:53 +0100 mcimadamore 6827648: Extremely slow compilation time for visitor pattern code + generics
Fri, 26 Jun 2009 18:51:39 -0700 jjg 6843077: JSR 308: Annotations on types
Thu, 23 Oct 2008 17:59:43 +0100 mcimadamore 6711619: javac doesn't allow access to protected members in intersection types
Mon, 29 Sep 2008 11:48:09 +0100 mcimadamore 6735840: Need a type/symbol visitor printer
Tue, 16 Sep 2008 18:35:18 -0700 jjg 6574134: Allow for alternative implementation of Name Table with garbage collection of name bytes
Tue, 09 Sep 2008 10:28:21 -0700 jjg 6557752: Original type of an AST should be made available even if it is replaced with an ErrorType
Fri, 08 Aug 2008 17:43:24 +0100 mcimadamore 6676362: Spurious forward reference error with final var + instance variable initializer
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
Wed, 12 Mar 2008 13:06:00 -0700 jjg 6668794: javac puts localized text in raw diagnostics
Sat, 01 Dec 2007 00:00:00 +0000 duke Initial load
less more (0) tip