log

age author description
Thu, 04 Oct 2012 13:04:53 +0100 mcimadamore 7177387: Add target-typing support in method context
Sat, 29 Sep 2012 09:00:58 -0700 ksrini 7198582: (java) Minor refactor of JavacParser
Fri, 28 Sep 2012 14:57:31 -0700 lana Merge
Fri, 28 Sep 2012 11:39:29 -0700 jfranck 7199925: Separate compilation breaks check that elements have a default for the containing annotation
Fri, 28 Sep 2012 18:50:40 +0100 mcimadamore 8000241: langtools doesn't build
Fri, 28 Sep 2012 16:56:53 +0100 mcimadamore 8000233: Fix issues in recent push
Wed, 26 Sep 2012 14:22:41 +0100 mcimadamore 7188968: New instance creation expression using diamond is checked twice
Tue, 25 Sep 2012 13:11:05 -0700 jjg 7196464: upgrade JavaCompiler.shouldStopPolicy to accomodate policies in face of error and no error
Tue, 25 Sep 2012 13:06:58 -0700 jjg 7193657: provide internal ArrayUtils class to simplify common usage of arrays in javac
Tue, 25 Sep 2012 11:56:46 +0100 mcimadamore 7177306: Regression: unchecked method call does not erase return type
Tue, 25 Sep 2012 11:55:34 +0100 mcimadamore 7175433: Inference cleanup: add helper class to handle inference variables
Tue, 25 Sep 2012 11:53:18 +0100 mcimadamore 7194586: Add back-end support for invokedynamic
Tue, 25 Sep 2012 11:52:37 +0100 mcimadamore 7193913: Cleanup Resolve.findMethod
Mon, 24 Sep 2012 14:04:34 -0700 jjg 7196462: JavacProcessingEnvironment should tolerate BasicJavacTask
Thu, 11 Oct 2012 09:50:52 -0700 katleman Added tag jdk8-b60 for changeset 3d2b98ffcb53
Thu, 04 Oct 2012 14:36:14 -0700 katleman Added tag jdk8-b59 for changeset f299927fc316 jdk8-b60
Thu, 27 Sep 2012 11:26:04 -0700 katleman Added tag jdk8-b58 for changeset 804a3fbc86e2 jdk8-b59
Mon, 24 Sep 2012 21:11:11 -0700 lana Merge jdk8-b58
Fri, 14 Sep 2012 13:22:59 -0700 lana Merge
Fri, 14 Sep 2012 10:15:05 -0700 lana Merge
Fri, 14 Sep 2012 09:21:55 -0700 ksrini 7192073: (javac) minor refactoring of tree maker to help IDEs
Thu, 13 Sep 2012 14:29:36 -0700 jjg 7177970: fix issues in langtools doc comments
Sat, 08 Sep 2012 22:54:21 -0700 bpatel Merge
Sat, 08 Sep 2012 22:43:38 -0700 bpatel 7180906: Javadoc tool does not apply parameter -nosince
Fri, 07 Sep 2012 11:35:53 -0700 jjg 7196760: tree end positions incorrect after anno processing
Fri, 07 Sep 2012 11:24:00 -0700 jjg 7196774: javac cannot be built with JDK 6 after 7151010
Fri, 07 Sep 2012 11:12:16 -0700 jjg 7186925: JavapTask passes null to java.io.Writer
Thu, 20 Sep 2012 13:45:59 -0700 katleman Added tag jdk8-b57 for changeset 86d5740b9fdc
Wed, 19 Sep 2012 15:47:06 -0700 katleman Merge jdk8-b57
Tue, 18 Sep 2012 11:29:31 -0700 ohair 7197849: Update new build-infra makefiles
Thu, 13 Sep 2012 13:16:45 -0700 katleman Added tag jdk8-b56 for changeset 363e9198b9de
Mon, 10 Sep 2012 17:55:00 -0700 lana Merge jdk8-b56
Wed, 05 Sep 2012 12:00:30 -0700 lana Merge
Wed, 05 Sep 2012 08:32:32 -0700 jjh 7185778: javah error "Not a valid class name" on class names with dollar signs
Fri, 31 Aug 2012 10:37:46 +0100 jfranck 7151010: Add compiler support for repeating annotations
Thu, 06 Sep 2012 17:28:10 -0700 katleman Added tag jdk8-b55 for changeset e48e7e1f026b
Thu, 30 Aug 2012 20:14:48 -0700 lana Merge jdk8-b55
Mon, 27 Aug 2012 10:59:13 -0700 lana Merge
Mon, 27 Aug 2012 07:21:46 -0700 ksrini 7192068: (javac) provide a way for IDEs to produce Enclosing Method attributes.
Mon, 20 Aug 2012 13:50:04 -0700 jjg 7192744: fix up tests to accommodate jtreg spec change
Mon, 20 Aug 2012 21:24:10 +0530 sundar 7181320: javac NullPointerException for switch labels with cast to String expressions
Fri, 17 Aug 2012 17:30:03 -0700 jjg 7192449: fix up tests to accommodate jtreg spec change
Wed, 15 Aug 2012 13:48:46 -0700 jjh 7191449: update copyright year to match last edit in jdk8 langtools repository
Thu, 30 Aug 2012 10:27:39 -0700 katleman Added tag jdk8-b54 for changeset 9cf72631baf5
Thu, 23 Aug 2012 12:27:59 -0700 katleman Added tag jdk8-b53 for changeset d3d0b9cd76e0 jdk8-b54
Thu, 16 Aug 2012 11:43:32 -0700 katleman Added tag jdk8-b52 for changeset 1d2db0e5eabc jdk8-b53
Fri, 10 Aug 2012 10:14:48 -0700 lana Merge jdk8-b52
Wed, 08 Aug 2012 22:17:27 +0530 sundar 7178324: Crash when compiling for(i : x) try(AutoCloseable x = ...) {}
Tue, 07 Aug 2012 20:24:18 -0700 lana Merge
Thu, 02 Aug 2012 18:24:01 +0100 mcimadamore 7187104: Inference cleanup: remove redundant exception classes in Infer.java
Thu, 02 Aug 2012 18:23:21 +0100 mcimadamore 7175538: Integrate efectively final check with DA/DU analysis
Thu, 02 Aug 2012 18:22:41 +0100 mcimadamore 7175911: Simplify error reporting API in Check.CheckContext interface
Thu, 09 Aug 2012 18:02:43 -0700 katleman Added tag jdk8-b51 for changeset c4cd4cab2220
Thu, 02 Aug 2012 15:37:22 -0700 katleman Added tag jdk8-b50 for changeset b2d8a270f5f2 jdk8-b51
Thu, 26 Jul 2012 16:48:41 -0700 cl Added tag jdk8-b49 for changeset c72c164ced67 jdk8-b50
Tue, 24 Jul 2012 11:05:52 -0700 lana Merge jdk8-b49
Mon, 16 Jul 2012 17:05:13 -0700 lana Merge
Fri, 13 Jul 2012 12:58:50 +0100 mcimadamore 7181578: javac reports uninitialized variable with nested try...finally blocks
Mon, 23 Jul 2012 12:38:49 -0700 cl Added tag jdk8-b48 for changeset afb0a5231557
Thu, 12 Jul 2012 16:48:37 -0700 katleman Added tag jdk8-b47 for changeset 7e6be2f239c9 jdk8-b48