martin [Mon, 29 Sep 2008 11:38:56 -0700] rev 1360
6739427: -Xlint:processing not recognized as an option
Reviewed-by: darcy, jjg
Contributed-by: lipeng@google.com
mcimadamore [Mon, 29 Sep 2008 15:30:27 +0100] rev 1359
6753718: raw type warnings should be suprresed during a langtools build
Summary: fixed build.properties in order to suppress raw type warnings
Reviewed-by: jjg
mcimadamore [Mon, 29 Sep 2008 12:00:29 +0100] rev 1358
6747671: -Xlint:rawtypes
Summary: add an Xlint option for detecting all raw types usages (ccc-approved)
Reviewed-by: jjg
mcimadamore [Mon, 29 Sep 2008 11:48:09 +0100] rev 1357
6735840: Need a type/symbol visitor printer
Summary: Added type/symbol visitor printer with support for localization
Reviewed-by: jjg
mcimadamore [Mon, 29 Sep 2008 11:34:43 +0100] rev 1356
6500343: compiler generates bad code when translating conditional expressions
Summary: TransTypes needs to deal with intersection types coming from conditional expressions
Reviewed-by: jjg
jjg [Tue, 23 Sep 2008 10:44:51 -0700] rev 1355
6420151: need to improve byfile compile policy to eliminate footprint issues
Reviewed-by: mcimadamore
xdono [Thu, 09 Oct 2008 11:13:34 -0700] rev 1354
Added tag jdk7-b37 for changeset 076a3cde30d5
duke [Wed, 05 Jul 2017 16:42:31 +0200] rev 1353
Merge
xdono [Thu, 09 Oct 2008 11:13:18 -0700] rev 1352
Added tag jdk7-b37 for changeset 4c4fb0aeb1fc
duke [Wed, 05 Jul 2017 16:42:29 +0200] rev 1351
Merge
xdono [Thu, 09 Oct 2008 11:13:16 -0700] rev 1350
Added tag jdk7-b37 for changeset e665a277bfd2
duke [Wed, 05 Jul 2017 16:42:26 +0200] rev 1349
Merge
xdono [Thu, 16 Oct 2008 10:29:41 -0700] rev 1348
Merge
tbell [Wed, 15 Oct 2008 21:24:26 -0700] rev 1347
6759959: VS2008 errors compiling corba sources
Summary: Update Makefiles to deal with newer Visual Studio releases
Reviewed-by: ohair
xdono [Thu, 09 Oct 2008 11:13:08 -0700] rev 1346
Added tag jdk7-b37 for changeset 7ffc53470502
duke [Wed, 05 Jul 2017 16:42:23 +0200] rev 1345
Merge
tbell [Fri, 17 Oct 2008 08:41:15 -0700] rev 1344
Merge
ksrini [Tue, 14 Oct 2008 13:02:30 -0700] rev 1343
6758881: (launcher) needs to throw NoClassDefFoundError instead of JavaRuntimeException
Summary: The launcher will throw the Error vs. Exception, also fixed some minor issues with the tests.
Reviewed-by: darcy
tbell [Fri, 10 Oct 2008 13:28:14 -0700] rev 1342
Merge
wetmore [Mon, 06 Oct 2008 09:17:35 -0700] rev 1341
Merge
chegar [Fri, 26 Sep 2008 11:24:04 +0100] rev 1340
6752807: java.net test ADatagramSocket.sh is broken
Summary: update bootclasspath set by test to simply prepend TESTCLASSES
Reviewed-by: michaelm
chegar [Wed, 24 Sep 2008 17:10:17 +0100] rev 1339
6621697: Problem with file test/sun/net/www/http/ChunkedInputStream/test.txt
Reviewed-by: michaelm
mullan [Mon, 22 Sep 2008 11:26:17 -0400] rev 1338
Merge
mullan [Mon, 22 Sep 2008 10:43:17 -0400] rev 1337
6469266: Integrate Apache XMLSec 1.4.2 into JDK 7
Reviewed-by: valeriep
michaelm [Mon, 22 Sep 2008 16:05:18 +0100] rev 1336
Merge
michaelm [Mon, 22 Sep 2008 15:53:58 +0100] rev 1335
6739920: java 6u4~ use larger C heap if there are many threads
Reviewed-by: chegar
chegar [Fri, 19 Sep 2008 15:14:53 +0100] rev 1334
6746836: java.net exception classes don't specify serialVersionUID
Reviewed-by: alanb, jccollet
michaelm [Fri, 19 Sep 2008 14:03:04 +0100] rev 1333
Merge
michaelm [Fri, 19 Sep 2008 13:32:36 +0100] rev 1332
6750364: Error in test for 6744329
Reviewed-by: chegar
ksrini [Sun, 05 Oct 2008 18:53:03 -0700] rev 1331
6755847: (launcher) will trigger assertions in debug build
Summary: Adds a temporary counter measure to to prevent assertions CR: 6755845
Reviewed-by: darcy, dholmes