log

age author description
Thu, 31 May 2012 17:44:04 +0100 mcimadamore 7160084: javac fails to compile an apparently valid class/interface combination
Thu, 31 May 2012 17:42:14 +0100 mcimadamore 7166552: Inference: cleanup usage of Type.ForAll
Fri, 25 May 2012 16:32:56 -0700 lana Merge
Mon, 21 May 2012 16:10:14 -0700 jjh 7157798: Add 6 test scenarios for testing inheritance of multiple same-name methods from mulitple interfaces
Thu, 07 Jun 2012 12:10:41 -0700 cl Added tag jdk8-b42 for changeset 02c5a3575539
Fri, 01 Jun 2012 14:12:35 -0700 cl Added tag jdk8-b41 for changeset 179fa85aeefa jdk8-b42
Thu, 24 May 2012 16:16:05 -0700 katleman Added tag jdk8-b40 for changeset 86e0dad6aadf jdk8-b41
Mon, 21 May 2012 11:44:49 -0700 lana Merge jdk8-b40
Fri, 11 May 2012 12:53:43 -0700 lana Merge
Fri, 11 May 2012 20:06:00 +0530 sundar 7166990: java/compiler Inherited interfaces using generics sometimes looses the generic type
Thu, 10 May 2012 12:32:58 -0700 ksrini 7159445: (javac) emits inaccurate diagnostics for enhanced for-loops
Fri, 04 May 2012 07:55:51 -0700 ksrini 7166010: (javac) JavacMessager incorrectly restores log source file
Thu, 17 May 2012 06:20:51 -0700 katleman Added tag jdk8-b39 for changeset a9f547c218d9
Thu, 10 May 2012 10:25:25 -0700 katleman Added tag jdk8-b38 for changeset 1f224f160aa8 jdk8-b39
Wed, 09 May 2012 13:08:07 -0700 katleman Added tag jdk8-b37 for changeset 5891b38985e8 jdk8-b38
Thu, 26 Apr 2012 14:07:29 -0700 katleman Added tag jdk8-b36 for changeset 94bbaa67686f jdk8-b37
Mon, 23 Apr 2012 16:59:32 -0700 lana Merge jdk8-b36
Wed, 18 Apr 2012 10:22:32 -0700 lana Merge
Wed, 11 Apr 2012 10:50:11 +0100 mcimadamore 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
Tue, 10 Apr 2012 23:19:26 -0700 lana Merge
Mon, 09 Apr 2012 14:31:18 -0700 ksrini 7156633: (javac) incorrect errors when parsing variable declaration in block statements.
Fri, 06 Apr 2012 10:10:44 -0700 jjg 7157626: Create a new test to check major version for a class file
Thu, 19 Apr 2012 12:19:06 -0700 katleman Added tag jdk8-b35 for changeset defd666a7863
Fri, 19 Oct 2012 17:48:08 +0100 mcimadamore Bug Fixes:
Wed, 17 Oct 2012 15:59:21 +0100 mcimadamore Bug Fixes:
Tue, 16 Oct 2012 11:09:27 -0700 mduigou disable Werror temporarily as some lambda classes use raw types
Tue, 18 Sep 2012 11:29:31 -0700 ohair 7197849: Update new build-infra makefiles
Thu, 07 Jun 2012 20:30:57 -0700 erikj 7170079: Adjustments to build-infra makefiles
Mon, 15 Oct 2012 13:52:13 +0100 mcimadamore Bug fixes:
Fri, 12 Oct 2012 11:43:27 +0100 mcimadamore Fix: compiler throw AssertionError while backtracing from speculative attribution round
Thu, 31 May 2012 15:07:29 -0700 jjh 7159016: Static import of member in processor-generated class fails in JDK 7
Wed, 03 Oct 2012 12:42:05 +0100 mcimadamore Fix performance bottleneck when checking for duplicate local class names (JDK-8000316)
Mon, 01 Oct 2012 19:50:12 -0700 robert field lambda compilation -- changes per review Part I -- import order, sync access modifier sym and lambda method, add synthetic to sym
Fri, 28 Sep 2012 15:42:02 -0700 robert field Lambda compilation: simplification, documentation, and clean-up
Wed, 26 Sep 2012 22:29:05 -0700 robert field Lambda compilation: move translatedSym completion into translation context. Misc clean-up. Documentation
Tue, 25 Sep 2012 14:45:58 +0100 mcimadamore Fixes:
Thu, 13 Sep 2012 09:28:22 -0700 cl Added tag lambda-b56 for changeset 92ef69a3ba61
Thu, 13 Sep 2012 13:10:10 +0100 mcimadamore Enhancements/cleanups:
Wed, 12 Sep 2012 16:16:13 +0100 mcimadamore Bug fixes:
Fri, 31 Aug 2012 18:03:48 +0100 mcimadamore Misc improvements to deferred attribution architecture:
Fri, 31 Aug 2012 13:42:13 +0100 mcimadamore Bug fix: fixed several LineNumberTable issues with translated lambdas/method references
Wed, 29 Aug 2012 12:59:06 +0100 mcimadamore Bug fix: compiler crashes when lambda makes default super call and 292 translation is enabled
Tue, 28 Aug 2012 18:05:03 +0100 mcimadamore Bug fix: compiler crashes when bad qualifier in method reference is used in a method context w/ overload resolution
Tue, 28 Aug 2012 15:52:17 +0100 mcimadamore Conformance fix: disallow qualified default super calls from inner contexts
Wed, 22 Aug 2012 12:16:12 +0100 mcimadamore Bug fix: qualified 'super' call from anonymous inner class inside default method cause StackOverflowException
Thu, 16 Aug 2012 17:12:20 -0700 Robert Field Fix handling of Foo.this within a lambda -- last invokedynamic induced langtools jtreg bug
Thu, 16 Aug 2012 17:15:48 +0100 mcimadamore Enhancements:
Sat, 11 Aug 2012 12:34:21 -0700 Robert Field Fix instance context lambda with class definition in lambda body. Also some clean-up.
Thu, 09 Aug 2012 18:18:44 +0100 mcimadamore Enhancement:
Tue, 07 Aug 2012 19:01:55 -0700 Robert Field Method handles on arrays, eg: SAM s = int[]::clone; also treatment of bridges for unbound references.
Tue, 07 Aug 2012 16:42:43 +0100 mcimadamore Bug fixes:
Tue, 07 Aug 2012 15:55:05 +0100 mcimadamore Bug fixes:
Mon, 06 Aug 2012 12:11:27 -0700 Robert Field Fix tests which made assumptions about method order and incorrect assumptions about bridge generation
Fri, 03 Aug 2012 12:48:20 +0100 mcimadamore Enhancement: Add support for more aggressive type-inference
Mon, 30 Jul 2012 13:34:28 -0700 cl Added tag lambda-b50 for changeset 92ef69a3ba61
Sun, 29 Jul 2012 09:54:24 -0700 Robert Field merge of 1141 1442 -- bug fixes and switch throw
Fri, 27 Jul 2012 14:23:53 -0700 Robert Field Throw the switch: lambdas now use invokedynamic and the runtime meta-factory
Fri, 27 Jul 2012 20:15:02 +0100 mcimadamore Bug fixes:
Thu, 26 Jul 2012 13:26:58 +0100 mcimadamore Conformance fix: lambda-b50 lambda-b56
Wed, 25 Jul 2012 19:31:06 +0100 mcimadamore Conformance fixes: