Tue, 21 Oct 2014 17:50:13 -0700 |
jjg |
8061723: 8060056 breaks tests on Windows |
Tue, 21 Oct 2014 13:08:20 -0700 |
jjg |
8060056: replace java.io.File with java.nio.file.Path |
Tue, 21 Oct 2014 09:01:51 -0400 |
emc |
8054457: Refactor Symbol kinds from small ints to an enum |
Thu, 23 Oct 2014 11:19:28 -0700 |
katleman |
Added tag jdk9-b36 for changeset c536541235e5 |
Thu, 16 Oct 2014 14:55:17 -0700 |
lana |
Mergejdk9-b36 |
Thu, 16 Oct 2014 14:15:23 -0700 |
lana |
Merge |
Thu, 16 Oct 2014 14:31:37 -0700 |
jjg |
8040131: Implement classfile test for LineNumberTable attribute. |
Tue, 14 Oct 2014 12:01:05 +0100 |
mcimadamore |
8058511: StackOverflowError at com.sun.tools.javac.code.Types.lub |
Tue, 14 Oct 2014 12:00:39 +0100 |
mcimadamore |
8058199: Code generation problem with javac skipping a checkcast instruction |
Mon, 13 Oct 2014 17:09:12 -0400 |
pgovereau |
8060249: Backout fix for JDK-8058243 |
Mon, 13 Oct 2014 12:12:06 -0400 |
pgovereau |
8060234: Fix push for JDK-8058243 |
Mon, 13 Oct 2014 17:22:47 +0200 |
jlahoda |
8054956: Javac reports wrong error offset for unknown identifier of annotation element/value pair |
Mon, 13 Oct 2014 11:21:51 -0400 |
pgovereau |
8058243: Reduce size of bytecode for large switch statements |
Fri, 10 Oct 2014 14:41:50 -0700 |
sogoel |
8058410: Group 10b: golden files for tests in tools/javac dir |
Thu, 09 Oct 2014 19:14:30 -0700 |
jjg |
8060043: Rename Locations.Path to Locations.SearchPath |
Thu, 16 Oct 2014 12:02:08 -0700 |
katleman |
Added tag jdk9-b35 for changeset b8e7bbdd8064 |
Thu, 09 Oct 2014 12:17:46 -0700 |
lana |
Mergejdk9-b35 |
Thu, 09 Oct 2014 10:08:52 +0200 |
jlahoda |
8057652: Request to improve error messages for labeled declarations |
Tue, 07 Oct 2014 21:21:42 +0200 |
alundblad |
8059349: Public API scanning should be implemented in the form of a TaskListener |
Tue, 07 Oct 2014 21:15:10 +0200 |
alundblad |
8056258: Analysis of public API does not take super classes into account |
Sat, 04 Oct 2014 10:13:11 -0700 |
rfield |
8056051: int[]::clone causes "java.lang.NoClassDefFoundError: Array" |
Thu, 09 Oct 2014 11:24:21 -0700 |
katleman |
Added tag jdk9-b34 for changeset e18407fcede8 |
Fri, 03 Oct 2014 12:11:32 -0700 |
lana |
Mergejdk9-b34 |
Wed, 01 Oct 2014 14:15:40 -0700 |
sogoel |
8055783: Group 9e: golden files for tests in tools/javac dir |
Fri, 26 Sep 2014 13:51:43 -0700 |
bpatel |
8048351: tidy errors for attribute href, name for langtools javadoc tests needs investigation |
Fri, 03 Oct 2014 11:07:15 -0700 |
lana |
Added tag jdk9-b33 for changeset e891e0c4edc5 |
Thu, 25 Sep 2014 17:09:23 -0700 |
vromero |
8058708: java.lang.AssertionError compiling source codejdk9-b33 |
Thu, 25 Sep 2014 16:21:30 -0700 |
lana |
Merge |
Thu, 25 Sep 2014 13:54:45 -0700 |
ntoda |
8050117: add to javac test Versions.java tests that show correct operation for source/target options pre 1.9 |
Mon, 22 Sep 2014 17:09:33 -0400 |
emc |
8048614: Add TypeMetadata to contain type annotations and other type information |
Mon, 22 Sep 2014 14:55:14 +0200 |
jlahoda |
8057794: Compiler Error when obtaining .class property |
Fri, 19 Sep 2014 13:54:34 -0700 |
sogoel |
8058755: Update tools/javadoc/6227454 to add head tag |
Thu, 25 Sep 2014 12:40:30 -0700 |
katleman |
Added tag jdk9-b32 for changeset ad99965443d1 |
Thu, 18 Sep 2014 13:27:02 -0700 |
lana |
Mergejdk9-b32 |
Thu, 18 Sep 2014 00:50:48 -0700 |
bpatel |
8047745: Javadoc should include encoding information in generated html files |
Wed, 17 Sep 2014 23:52:19 -0700 |
bpatel |
8043698: <title> tag not getting generated in package-summary pages for un-named packages |
Mon, 15 Sep 2014 12:43:35 +0100 |
mcimadamore |
8055963: Inference failure with nested invocation |
Fri, 12 Sep 2014 17:05:18 -0700 |
sogoel |
8055080: Group 9d: golden files for tests in tools/javac dir |
Wed, 17 Sep 2014 22:56:11 -0700 |
katleman |
Added tag jdk9-b31 for changeset 0046d55383a9 |
Thu, 11 Sep 2014 14:29:01 -0700 |
lana |
Mergejdk9-b31 |
Thu, 11 Sep 2014 12:18:01 -0700 |
wetmore |
8058180: .hgignore should be updated with webrev in all repos |
Wed, 10 Sep 2014 19:38:20 -0700 |
lana |
Merge |
Tue, 09 Sep 2014 10:43:06 -0700 |
vromero |
8042347: javac, Gen.LVTAssignAnalyzer should be refactored, it shouldn't be a static class |
Tue, 09 Sep 2014 12:16:25 -0400 |
pgovereau |
8054210: NullPointerException when compiling specific code. |
Tue, 09 Sep 2014 11:55:47 -0400 |
pgovereau |
8055500: fix for 8030046 is incorrect |
Mon, 08 Sep 2014 15:51:29 +0200 |
jlahoda |
8057753: Test langtools/test/tools/javac/NoClass.java is failing when run together with langtools/test/tools/javac/DuplicateImport.java |
Mon, 08 Sep 2014 14:16:33 +0100 |
mcimadamore |
8055514: Wrong, confusing error when non-static varargs referenced in static context |
Mon, 08 Sep 2014 13:11:28 +0200 |
jfranck |
8056021: checkin for JDK-8027262 breaks Checker Framework |
Mon, 08 Sep 2014 10:50:59 +0200 |
jlahoda |
8056984: Exception in compiler: java.lang.AssertionError: isSubClass T |
Mon, 08 Sep 2014 10:48:18 +0200 |
jlahoda |
8056014: Type inference may be skipped for a complex receiver generic method in a parameter position |
Fri, 05 Sep 2014 16:51:39 -0700 |
sogoel |
8055079: Group 9c: golden files for tests in tools/javac dir |
Fri, 05 Sep 2014 16:43:00 -0700 |
sogoel |
8055075: Group 9b: golden files for tests in tools/javac dir |
Thu, 04 Sep 2014 16:52:40 -0700 |
sogoel |
8055996: Remove @ignore from tools/javac/T6725036.java |
Thu, 11 Sep 2014 09:09:00 -0700 |
katleman |
Added tag jdk9-b30 for changeset ef5427c13e1e |
Thu, 04 Sep 2014 14:45:48 -0700 |
lana |
Mergejdk9-b30 |
Thu, 04 Sep 2014 08:49:20 +0200 |
jlahoda |
8047675: tools/javac/defaultMethods/Assertions.java fails if run with -enableassertions (-ea) |
Thu, 04 Sep 2014 08:48:29 +0200 |
jlahoda |
8054563: Update RunCodingRules.java for source code reorg |
Wed, 03 Sep 2014 14:19:39 -0700 |
jjg |
8038414: Constant pool's strings are not escaped properly |
Wed, 03 Sep 2014 14:06:25 -0700 |
jjg |
8034861: Incorrect format and indentation of InnerClasses section |
Wed, 03 Sep 2014 19:22:16 +0400 |
kizune |
8044597: Request to update tools/javap/T4501661.java to add test for package option |