janvalenta [Thu, 27 Jun 2013 17:47:18 +0200] rev 18659
8015720: since tag isn't copied while generating JavaFX documentation
Reviewed-by: jjg
vromero [Thu, 27 Jun 2013 16:06:56 +0100] rev 18658
7008643: inlined finally clauses confuse debuggers
Reviewed-by: jjg
vromero [Thu, 27 Jun 2013 16:04:05 +0100] rev 18657
8016099: Some @SuppressWarnings annotations ignored ( unchecked, rawtypes )
Reviewed-by: jjg
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
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
erikj [Thu, 27 Jun 2013 10:35:36 +0200] rev 18654
8014513: Sjavac doesn't detect 32-bit jvm properly
Reviewed-by: jjg
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
bpatel [Wed, 26 Jun 2013 20:45:47 -0700] rev 18652
8013738: Two javadoc tests have bug 0000000
Reviewed-by: jjg
bpatel [Wed, 26 Jun 2013 20:42:43 -0700] rev 18651
8014017: extra space in javadoc class heading
Reviewed-by: jjg
bpatel [Wed, 26 Jun 2013 20:38:21 -0700] rev 18650
8007338: Method grouping tab line-folding
Reviewed-by: jjg
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
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
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
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
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
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