langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Resolve.java
Thu, 15 Jun 2017 13:44:42 +0200 jlahoda 8170326: Inconsistencies between code, compiler.properties and comments
Thu, 06 Apr 2017 04:50:32 +0000 lana Merge
Wed, 29 Mar 2017 10:27:23 +0200 jlahoda 8177311: Denied access when named module accesses unreferences package from the unnamed module
Fri, 03 Mar 2017 10:37:53 -0800 vromero 8175191: dead code removal at package com.sun.tools.javac.comp
Wed, 15 Feb 2017 11:27:03 +0100 jlahoda 8175007: Incorrect error messages for inaccessible classes in visible packages
Tue, 14 Feb 2017 15:45:17 -0800 vromero 8174243: incorrect error message for nested service provider
Fri, 20 Jan 2017 15:32:07 +0100 jlahoda 8173117: Compilation significantly slower after JDK-8169197
Wed, 11 Jan 2017 10:59:57 +0100 jlahoda 8169197: Improve error reporting for compiling against unexported package
Mon, 09 Jan 2017 16:44:45 +0100 jlahoda 8172411: -XDnoModules must be removed
Tue, 03 Jan 2017 11:33:18 +0000 mcimadamore 8169091: Method reference T::methodName for generic type T does not compile any more
Fri, 16 Dec 2016 15:27:47 +0000 mcimadamore 8171371: Remove redundant type-arguments from generic method calls
Fri, 16 Dec 2016 15:27:34 +0000 mcimadamore 8181370: Convert anonymous inner classes into lambdas/method references
Fri, 16 Dec 2016 12:02:30 +0100 jlahoda 8133896: Update javax.lang.model APIs
Mon, 07 Nov 2016 16:08:18 +0000 mcimadamore 8169093: Generics, javac not matching actual and formal arguments.
Wed, 02 Nov 2016 20:21:45 +0100 jlahoda 8169074: Build is failing after JDK-8166538
Wed, 02 Nov 2016 16:48:57 +0100 jlahoda 8166538: Improve error reporting for compiling against unexported package
Mon, 17 Oct 2016 15:02:46 +0100 mcimadamore 8167000: Refine handling of multiple maximally specific abstract methods
Fri, 08 Jul 2016 16:47:13 -0700 vromero 8153407: javac, fold debug options
Tue, 14 Jun 2016 12:46:35 -0700 vromero 8058244: missing error in qualified default super call
Fri, 10 Jun 2016 16:43:38 -0600 dlsmith 8037804: Implement specified test for related functional interface types
Fri, 10 Jun 2016 15:08:00 -0600 dlsmith 8144767: Fix handling of capture variables in most-specific test
Thu, 24 Mar 2016 16:21:21 +0100 zmajo Merge
Thu, 24 Mar 2016 11:21:37 +0100 psandoz 8149644: Integrate VarHandles
Thu, 17 Mar 2016 19:04:28 +0000 alanb 8142968: Module System implementation
Mon, 07 Mar 2016 18:49:02 +0530 sadayapalam 8148930: Incorrect erasure of exceptions in override-equivalent dual interface impl
Wed, 10 Feb 2016 15:11:40 -0800 vromero 8148808: javac, remove unused options, step 1
Fri, 08 Jan 2016 17:02:29 -0700 dlsmith 8143852: Implement type variable renaming for functional interface most specific test
Fri, 08 Jan 2016 12:29:02 -0700 dlsmith 8037789: Surprising more-specific results for lambda bodies with no return expressions
Tue, 22 Dec 2015 16:37:52 +0530 sadayapalam 8145466: javac: No line numbers in compilation error
Wed, 09 Dec 2015 12:50:41 -0800 vromero 8136809: Javac fails compiling Collectors.reducing with method reference combiner
Tue, 08 Dec 2015 04:59:19 +0530 sadayapalam 8144673: Suspect message regarding suitable enclosing instance not being in scope
Mon, 12 Oct 2015 19:43:44 +0530 sadayapalam 8139245: compiler crashes with exception on int:new method reference and generic method inference
Wed, 07 Oct 2015 19:35:43 +0530 sadayapalam 8075799: Extraneous access checks implemented by javac
Wed, 07 Oct 2015 15:53:38 +0530 sadayapalam 8130506: javac AssertionError when invoking MethodHandle.invoke with lambda paramter
Tue, 15 Sep 2015 13:43:44 +0100 mcimadamore 8078093: Severe compiler performance regression Java 7 to 8 for nested method invocations
Tue, 08 Sep 2015 11:59:25 -0700 vromero 8073594: javac, before calling rawInstantiate from selectBest the warner should be cleared out
Tue, 08 Sep 2015 11:53:17 -0700 vromero 8135203: javac, patch intended for an issue was pushed with wrong id and message
Tue, 08 Sep 2015 10:36:44 -0700 vromero 8132806: javac does a naive implementation of some incorporation steps
Fri, 24 Jul 2015 15:36:45 -0700 vromero 8132215: class InferenceContext should live in a separate file
Fri, 29 May 2015 09:15:42 +0530 sadayapalam 8081271: NPE while compiling a program with erroneous use of constructor reference expressions
Mon, 27 Apr 2015 17:36:20 +0530 sadayapalam 8078473: javac diamond finder crashes when used to build java.base module.
Thu, 16 Apr 2015 17:20:20 -0600 dlsmith 8075520: Varargs access check mishandles capture variables
Mon, 30 Mar 2015 17:09:14 +0530 sadayapalam 8062373: Project Coin: diamond and anonymous classes
Fri, 27 Mar 2015 10:11:21 -0700 vromero 8075184: javac is mistakenly considering an missing enclosing instance error as an overload error
Thu, 19 Mar 2015 11:40:07 +0000 mcimadamore 8074100: Turn Type.Mapping into a true visitor
Fri, 27 Feb 2015 18:20:33 +0000 mcimadamore 8073842: Invalid method reference when referencing a method on a wildcard type
Fri, 20 Feb 2015 17:05:13 -0700 dlsmith 8039214: Inference should not map capture variables to their upper bounds
Mon, 16 Feb 2015 12:24:25 +0000 mcimadamore 8071241: Investigate alternate strategy for type-checking operators
Thu, 15 Jan 2015 13:58:11 +0000 mcimadamore 8068995: Cleanup method reference lookup code
Fri, 09 Jan 2015 15:48:09 +0000 mcimadamore 8066871: java.lang.VerifyError: Bad local variable type - local final String
Tue, 06 Jan 2015 15:46:41 +0000 mcimadamore 8067883: Javac misses some opportunities for diagnostic simplification
Thu, 20 Nov 2014 14:05:39 -0800 vromero 8063052: Inference chokes on wildcard derived from method reference
Mon, 17 Nov 2014 23:41:56 +0000 mcimadamore 8064803: Javac erroneously uses instantiated signatures when merging abstract most-specific methods
Wed, 05 Nov 2014 08:37:04 -0500 emc 8035259: javac, incorrect shadowing of classes vs type parameters
Tue, 21 Oct 2014 09:01:51 -0400 emc 8054457: Refactor Symbol kinds from small ints to an enum
Tue, 07 Oct 2014 21:15:10 +0200 alundblad 8056258: Analysis of public API does not take super classes into account
Mon, 22 Sep 2014 17:09:33 -0400 emc 8048614: Add TypeMetadata to contain type annotations and other type information
Mon, 08 Sep 2014 14:16:33 +0100 mcimadamore 8055514: Wrong, confusing error when non-static varargs referenced in static context
Wed, 27 Aug 2014 07:44:00 +0200 jlahoda 8056061: Mark implementations of public interfaces with an annotation
Sun, 17 Aug 2014 15:52:32 +0100 chegar 8054834: Modular Source Code
less more (0) tip