langtools/src/share/classes/com/sun/tools/javac/comp/Attr.java
Tue, 17 Jun 2014 11:11:59 -0400 pgovereau 8038975: Access control in enhanced for
Tue, 10 Jun 2014 12:41:39 -0600 dlsmith 8037385: constant pool errors with -target 1.7 and static default methods
Mon, 09 Jun 2014 15:46:44 -0400 emc 8046296: java/util/concurrent/BlockingQueue/PollMemoryLeak.java fails in nightly on all platform due to compiler issue
Fri, 06 Jun 2014 16:00:59 -0400 emc 8027262: Determine location for type annotations earlier in compiler pipeline
Wed, 04 Jun 2014 20:01:13 +0100 vromero 8041713: Type inference of non-existent method references crashes the compiler
Tue, 27 May 2014 16:32:56 -0600 dlsmith 8042338: Refactor Types.upperBound to treat wildcards and variables separately
Tue, 27 May 2014 18:57:44 +0100 pgovereau 8041704: wrong error message when mixing lambda expression and inner class
Sat, 10 May 2014 01:24:35 +0100 vromero 8028503: javac, for method references a primitive type can be added as a bound
Sat, 10 May 2014 00:46:47 +0100 vromero 8037379: fix for JDK-8029569 doesn't cover all possible cases
Fri, 09 May 2014 09:28:47 -0400 emc 8040327: Eliminate AnnotatedType
Thu, 08 May 2014 00:22:31 +0200 ohrstrom 8042441: sjavac does not track dependencies
Mon, 28 Apr 2014 14:48:51 +0100 vromero 8029102: Enhance compiler warnings for Lambda
Mon, 21 Apr 2014 22:51:49 +0100 vromero 8029718: Should always use lambda body structure to disambiguate overload resolution
Tue, 15 Apr 2014 15:52:52 -0700 rfield 8037935: Javac -- final local String var referenced in binary/unary op in lambda produces code that does not verify
Fri, 04 Apr 2014 19:13:53 -0400 pgovereau 8023945: javac wrongly allows a subclass of an anonymous class
Wed, 02 Apr 2014 10:05:16 +0400 igerasim 8034044: Class.getModifiers() returns "static" for anonymous classes
Mon, 03 Mar 2014 16:17:32 -0500 emc 8036142: Remove redundant call to annotateTypeLater with null Symbol
Fri, 28 Feb 2014 18:27:14 +0000 vromero 8035891: javac, rename method asFree() in InferenceContext to asUndetVar() which reflects better it's purpose
Thu, 27 Feb 2014 00:29:22 -0500 emc 8035766: Execute TypeAnnotate visitor at queue flush time
Tue, 25 Feb 2014 14:06:48 -0500 emc 8035758: Move annotation codepaths from MemberEnter.java to Annotate.java
Tue, 28 Jan 2014 17:51:28 -0500 emc 8032980: Silent failure in Attr.annotateType
Fri, 24 Jan 2014 08:47:32 -0500 emc 8032587: Change silent failure in Attr.java to assertion
Wed, 22 Jan 2014 21:41:50 +0000 vromero 8030816: javac crashes when mixing lambdas and inner classes
Fri, 10 Jan 2014 12:47:15 +0100 alundblad 8028389: NullPointerException compiling annotation values that have bodies
Wed, 18 Dec 2013 16:05:18 -0500 briangoetz 8030244: Update langtools to use Diamond
Wed, 18 Dec 2013 19:22:58 +0000 vromero 8029721: javac crash for annotated parameter type of lambda in a field
Tue, 03 Dec 2013 18:50:26 +0100 jlahoda 8028699: Compiler crash during speculative attribution of annotated type
Tue, 26 Nov 2013 15:27:19 +0100 jlahoda 8026374: javac accepts void as a method parameter
Wed, 20 Nov 2013 13:44:39 +0100 jlahoda 6557966: Multiple upper bounds of the TypeVariable
Fri, 15 Nov 2013 11:08:12 +0000 vromero 8026231: Look at 'static' flag when checking method references
Thu, 14 Nov 2013 19:28:20 +0000 vromero 8026963: type annotations code crashes for code with erroneous trees
Mon, 11 Nov 2013 09:47:46 -0500 emc 8027439: Compile-time error in the case of ((Integer[] & Serializable)new Integer[1]).getClass()
Fri, 01 Nov 2013 21:43:27 +0100 jlahoda 8027310: Annotation Processor crashes with NPE
Wed, 23 Oct 2013 23:20:32 -0400 emc 8006732: support correct bytecode storage of type annotations in multicatch
Tue, 22 Oct 2013 13:54:49 +0100 vromero 8025290: javac implicit versus explicit lambda compilation error
Sun, 20 Oct 2013 12:01:43 -0700 jjg 8025109: Better encapsulation for AnnotatedType
Sat, 19 Oct 2013 17:43:09 +0100 vromero 8024809: javac, some lambda programs are rejected by flow analysis
Tue, 15 Oct 2013 15:57:13 -0700 jjg 8026564: import changes from type-annotations forest
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
Thu, 10 Oct 2013 13:55:41 -0400 emc 8019461: Clean up javac diagnostics
Tue, 01 Oct 2013 17:41:57 -0400 emc 8021339: Compile-time error during casting array to intersection
Fri, 27 Sep 2013 17:28:31 +0200 jlahoda 8022765: Compiler crashes with exception on wrong usage of an annotation.
Wed, 25 Sep 2013 11:07:05 -0700 jjg 8025407: TypeAnnotations does not use Context
Mon, 23 Sep 2013 18:29:27 +0400 kizune 4881267: improve diagnostic for "instanceof T" for type parameter T
Mon, 23 Sep 2013 10:42:38 +0200 alundblad 6386236: Please rename com.sun.tools.javac.util.ListBuffer.lb()
Mon, 16 Sep 2013 14:13:44 +0200 jlahoda 8021112: Spurious unchecked warning reported by javac
Mon, 09 Sep 2013 23:13:45 +0200 jlahoda 8019521: Enhanced rethrow disabled in lambdas
Wed, 04 Sep 2013 00:01:05 +0100 vromero 8023549: Compiler emitting spurious errors when constructor reference type is inferred and explicit type arguments are supplied
Tue, 03 Sep 2013 23:31:33 +0100 vromero 8023389: Javac fails to infer type for lambda used with intersection type and wildcards
Mon, 02 Sep 2013 22:38:36 +0100 vromero 8016177: structural most specific and stuckness
Thu, 22 Aug 2013 13:12:43 +0100 vromero 8023112: javac should not use lazy constant evaluation approach for method references
Mon, 19 Aug 2013 07:47:10 -0700 ksrini 7071377: Exception when javac -processor is given a class name with invalid postfix
Thu, 15 Aug 2013 22:33:43 +0200 jlahoda 8015809: More user friendly compile-time errors for uncaught exceptions in lambda expression
Mon, 12 Aug 2013 17:28:31 +0100 mcimadamore 8021567: Javac doesn't report \"java: reference to method is ambiguous\" any more
Sun, 28 Jul 2013 10:17:45 +0200 jlahoda 8021338: Diamond finder may mark a required type argument as unnecessary
Thu, 25 Jul 2013 14:47:43 +0100 mcimadamore 8020804: javac crashes when speculative attribution infers intersection type with array component
Fri, 19 Jul 2013 07:22:53 -0700 ksrini 8017216: javac doesn't fill in end position for some errors of type not found
Wed, 17 Jul 2013 10:40:53 -0700 lana Merge
Wed, 17 Jul 2013 14:13:15 +0100 mcimadamore 8020147: Spurious errors when compiling nested stuck lambdas
less more (0) -100 -60 tip