Mon, 01 Jul 2013 14:57:03 +0100 7034798: Ambiguity error for abstract method call is too eager
mcimadamore [Mon, 01 Jul 2013 14:57:03 +0100] rev 18668
7034798: Ambiguity error for abstract method call is too eager Summary: Javac should wait and see if ambiguous methods can be reconciled at the end of an overload resolution round Reviewed-by: jjg, vromero
Sat, 29 Jun 2013 20:12:24 +0100 6983646: javap should identify why a DefaultAttribute is being used
vromero [Sat, 29 Jun 2013 20:12:24 +0100] rev 18667
6983646: javap should identify why a DefaultAttribute is being used Reviewed-by: jjg
Fri, 28 Jun 2013 19:47:54 -0700 Merge
lana [Fri, 28 Jun 2013 19:47:54 -0700] rev 18666
Merge
Fri, 28 Jun 2013 14:36:06 +0100 8005552: c.s.t.javap.AttributeWriter.visitLocalVariableTable() uses incorrect format string
vromero [Fri, 28 Jun 2013 14:36:06 +0100] rev 18665
8005552: c.s.t.javap.AttributeWriter.visitLocalVariableTable() uses incorrect format string Reviewed-by: mcimadamore
Fri, 28 Jun 2013 13:20:44 +0100 6473148: TreePath.iterator() should document the iteration order
vromero [Fri, 28 Jun 2013 13:20:44 +0100] rev 18664
6473148: TreePath.iterator() should document the iteration order Reviewed-by: mcimadamore
Fri, 28 Jun 2013 06:54:58 -0400 8016760: Failure of regression test langtools/tools/javac/T6725036.java
emc [Fri, 28 Jun 2013 06:54:58 -0400] rev 18663
8016760: Failure of regression test langtools/tools/javac/T6725036.java Summary: Marking the failing test @ignore; the proposed change for 8015666 addresses the underlying issue Reviewed-by: jjg
Thu, 27 Jun 2013 17:45:56 -0400 8013357: javac accepts erroneous binary comparison operations
emc [Thu, 27 Jun 2013 17:45:56 -0400] rev 18662
8013357: javac accepts erroneous binary comparison operations Summary: javac does not report type errors on illegal Object == primitive comparisons Reviewed-by: abuckley, mcimadamore
Thu, 27 Jun 2013 12:42:47 -0700 7080001: Need to bump version numbers in build.properties for 8
ksrini [Thu, 27 Jun 2013 12:42:47 -0700] rev 18661
7080001: Need to bump version numbers in build.properties for 8 Reviewed-by: jjg
Thu, 27 Jun 2013 11:46:23 -0700 8019308: Add descriptions of Java SE 7 and 8 language changes to SourceVersion
darcy [Thu, 27 Jun 2013 11:46:23 -0700] rev 18660
8019308: Add descriptions of Java SE 7 and 8 language changes to SourceVersion Reviewed-by: jjg
Thu, 27 Jun 2013 17:47:18 +0200 8015720: since tag isn't copied while generating JavaFX documentation
janvalenta [Thu, 27 Jun 2013 17:47:18 +0200] rev 18659
8015720: since tag isn't copied while generating JavaFX documentation Reviewed-by: jjg
Thu, 27 Jun 2013 16:06:56 +0100 7008643: inlined finally clauses confuse debuggers
vromero [Thu, 27 Jun 2013 16:06:56 +0100] rev 18658
7008643: inlined finally clauses confuse debuggers Reviewed-by: jjg
Thu, 27 Jun 2013 16:04:05 +0100 8016099: Some @SuppressWarnings annotations ignored ( unchecked, rawtypes )
vromero [Thu, 27 Jun 2013 16:04:05 +0100] rev 18657
8016099: Some @SuppressWarnings annotations ignored ( unchecked, rawtypes ) Reviewed-by: jjg
Thu, 27 Jun 2013 09:54:50 +0100 8017609: javac, ClassFile.read(Path) should be ClassFile.read(Path, Attribute.Factory)
vromero [Thu, 27 Jun 2013 09:54:50 +0100] rev 18656
8017609: javac, ClassFile.read(Path) should be ClassFile.read(Path, Attribute.Factory) Reviewed-by: jjg
Thu, 27 Jun 2013 09:51:59 +0100 7066788: javah again accepts -old option (ineffectively) which was removed in 1.5.
vromero [Thu, 27 Jun 2013 09:51:59 +0100] rev 18655
7066788: javah again accepts -old option (ineffectively) which was removed in 1.5. Reviewed-by: jjg
Thu, 27 Jun 2013 10:35:36 +0200 8014513: Sjavac doesn't detect 32-bit jvm properly
erikj [Thu, 27 Jun 2013 10:35:36 +0200] rev 18654
8014513: Sjavac doesn't detect 32-bit jvm properly Reviewed-by: jjg
Thu, 27 Jun 2013 00:37:13 -0400 8014230: Compilation incorrectly succeeds with inner class constructor with 254 parameters
emc [Thu, 27 Jun 2013 00:37:13 -0400] rev 18653
8014230: Compilation incorrectly succeeds with inner class constructor with 254 parameters Summary: The compiler does not account fr extra parameters due to inner this parameters Reviewed-by: jjg
Wed, 26 Jun 2013 20:45:47 -0700 8013738: Two javadoc tests have bug 0000000
bpatel [Wed, 26 Jun 2013 20:45:47 -0700] rev 18652
8013738: Two javadoc tests have bug 0000000 Reviewed-by: jjg
Wed, 26 Jun 2013 20:42:43 -0700 8014017: extra space in javadoc class heading
bpatel [Wed, 26 Jun 2013 20:42:43 -0700] rev 18651
8014017: extra space in javadoc class heading Reviewed-by: jjg
Wed, 26 Jun 2013 20:38:21 -0700 8007338: Method grouping tab line-folding
bpatel [Wed, 26 Jun 2013 20:38:21 -0700] rev 18650
8007338: Method grouping tab line-folding Reviewed-by: jjg
Wed, 26 Jun 2013 18:03:58 -0700 8014137: Update test/tools/javac/literals/UnderscoreLiterals to add testcases with min/max values
jjg [Wed, 26 Jun 2013 18:03:58 -0700] rev 18649
8014137: Update test/tools/javac/literals/UnderscoreLiterals to add testcases with min/max values Reviewed-by: jjg, darcy Contributed-by: matherey.nunez@oracle.com
Wed, 26 Jun 2013 09:54:46 -0700 8016908: TEST_BUG: removing non-ascii characters causes tests to fail
ksrini [Wed, 26 Jun 2013 09:54:46 -0700] rev 18648
8016908: TEST_BUG: removing non-ascii characters causes tests to fail Reviewed-by: jjg, vromero
Tue, 25 Jun 2013 20:08:52 +0400 8006973: jtreg test fails: test/tools/javac/warnings/AuxiliaryClass/SelfClassWithAux.java
kizune [Tue, 25 Jun 2013 20:08:52 +0400] rev 18647
8006973: jtreg test fails: test/tools/javac/warnings/AuxiliaryClass/SelfClassWithAux.java Reviewed-by: ksrini
Tue, 25 Jun 2013 16:12:53 +0100 8017104: javac should have a class for primitive types that inherits from Type
vromero [Tue, 25 Jun 2013 16:12:53 +0100] rev 18646
8017104: javac should have a class for primitive types that inherits from Type Reviewed-by: jjg
Mon, 24 Jun 2013 22:03:57 -0400 8012722: Single comma in array initializer should parse
emc [Mon, 24 Jun 2013 22:03:57 -0400] rev 18645
8012722: Single comma in array initializer should parse Summary: Annotations of the form @Foo({,}) should parse Reviewed-by: jjg
Thu, 20 Jun 2013 19:01:20 -0400 8007546: ClassCastException on JSR308 tests
emc [Thu, 20 Jun 2013 19:01:20 -0400] rev 18644
8007546: ClassCastException on JSR308 tests 8015993: jck-compiler tests are failed with java.lang.ClassCastException Summary: Fix ClassCastExceptions arising from addition of AnnotatedType. Reviewed-by: jjg, abuckley
Thu, 20 Jun 2013 08:45:43 +0100 8016613: javac should avoid source 8 only analysis when compiling for source 7
vromero [Thu, 20 Jun 2013 08:45:43 +0100] rev 18643
8016613: javac should avoid source 8 only analysis when compiling for source 7 Reviewed-by: jjg Contributed-by: maurizio.cimadamore@oracle.com
Thu, 04 Jul 2013 01:01:07 -0700 Added tag jdk8-b97 for changeset 6774fe79db80
cl [Thu, 04 Jul 2013 01:01:07 -0700] rev 18642
Added tag jdk8-b97 for changeset 6774fe79db80
Wed, 05 Jul 2017 19:03:04 +0200 Merge
duke [Wed, 05 Jul 2017 19:03:04 +0200] rev 18641
Merge
Thu, 04 Jul 2013 01:00:38 -0700 Added tag jdk8-b97 for changeset f5105d95c3a3
cl [Thu, 04 Jul 2013 01:00:38 -0700] rev 18640
Added tag jdk8-b97 for changeset f5105d95c3a3
Wed, 05 Jul 2017 19:03:01 +0200 Merge
duke [Wed, 05 Jul 2017 19:03:01 +0200] rev 18639
Merge
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip