mcimadamore [Tue, 14 Oct 2008 17:05:48 +0100] rev 1474
6759143: com.sun.tools.javac.util.Messages is obsolete and should be removed
Summary: push for 6406133 should have removed com.sun.tools.javac.util.Messages
Reviewed-by: jjg
mcimadamore [Thu, 09 Oct 2008 16:21:04 +0100] rev 1473
6586091: javac crashes with StackOverflowError
Summary: Types.adapt should avoid infinite loops by exploiting a local cache
Reviewed-by: jjg
mcimadamore [Thu, 09 Oct 2008 16:19:13 +0100] rev 1472
6731573: diagnostic output should optionally include source line
Summary: Added an -XD option to optionally prints out source lines in error messages
Reviewed-by: jjg
mcimadamore [Thu, 09 Oct 2008 16:07:38 +0100] rev 1471
6406133: JCDiagnostic.getMessage ignores locale argument
Summary: Compiler API should take into account locale settings
Reviewed-by: jjg
mcimadamore [Thu, 09 Oct 2008 16:04:29 +0100] rev 1470
6724345: incorrect method resolution for enum classes entered as source files
Summary: Enum's abstract methods shouldn't be skipped during method resolution
Reviewed-by: jjg
mcimadamore [Thu, 09 Oct 2008 16:02:29 +0100] rev 1469
6738538: javac crashes when using a type parameter as a covariant method return type
Summary: Capture conversion should be applied when acccessing a member of an intersection type
Reviewed-by: jjg
mcimadamore [Thu, 09 Oct 2008 15:56:20 +0100] rev 1468
6751514: Unary post-increment with type variables crash javac during lowering
Summary: Lower.abstractRval should take into account parenthesized expressions
Reviewed-by: jjg
jjg [Tue, 07 Oct 2008 15:39:19 -0700] rev 1467
6749967: regression tests for apt should be same-vm friendly
Reviewed-by: darcy
xdono [Thu, 23 Oct 2008 10:13:23 -0700] rev 1466
Added tag jdk7-b38 for changeset 62c548002ecb
duke [Wed, 05 Jul 2017 16:43:11 +0200] rev 1465
Merge
xdono [Thu, 23 Oct 2008 10:13:07 -0700] rev 1464
Added tag jdk7-b38 for changeset d4268c9919d4
duke [Wed, 05 Jul 2017 16:43:09 +0200] rev 1463
Merge
xdono [Thu, 23 Oct 2008 10:13:05 -0700] rev 1462
Added tag jdk7-b38 for changeset aee0dbbcda19
duke [Wed, 05 Jul 2017 16:43:06 +0200] rev 1461
Merge
xdono [Thu, 23 Oct 2008 10:12:58 -0700] rev 1460
Added tag jdk7-b38 for changeset 6e4503bc10a3
duke [Wed, 05 Jul 2017 16:43:04 +0200] rev 1459
Merge
tbell [Thu, 23 Oct 2008 21:55:13 -0700] rev 1458
Merge
wetmore [Mon, 20 Oct 2008 01:39:38 -0700] rev 1457
Merge
weijun [Mon, 20 Oct 2008 10:32:33 +0800] rev 1456
6761072: new krb5 tests fail on multiple platforms
Reviewed-by: xuelei
wetmore [Fri, 17 Oct 2008 00:51:59 -0700] rev 1455
Merge
weijun [Fri, 17 Oct 2008 13:02:00 +0800] rev 1454
6706974: Add krb5 test infrastructure
Reviewed-by: valeriep
mullan [Tue, 07 Oct 2008 14:44:04 -0400] rev 1453
Merge
mullan [Tue, 07 Oct 2008 13:48:49 -0400] rev 1452
Merge
mullan [Tue, 07 Oct 2008 13:41:39 -0400] rev 1451
6752764: PIT B37: CertPath/CertPathValidatorTest/KeyParamsInheritanceTest failed
Summary: fix regression introduced by 6465942
Reviewed-by: vinnie