xdono [Mon, 04 Aug 2008 13:44:53 -0700] rev 931
Added tag jdk7-b32 for changeset ebccb17151f8
duke [Wed, 05 Jul 2017 16:39:48 +0200] rev 930
Merge
xdono [Tue, 12 Aug 2008 15:16:51 -0700] rev 929
Merge
ohair [Wed, 06 Aug 2008 16:08:15 -0700] rev 928
6724669: JDK7: Official change to Sun Studio 12 compilers on Solaris
Reviewed-by: tbell
ohair [Wed, 06 Aug 2008 14:30:28 -0700] rev 927
6734545: Corrections to missing explicit corba sources on javac compile lines
Reviewed-by: tbell
tbell [Thu, 07 Aug 2008 09:40:30 -0700] rev 926
Merge
ohair [Fri, 01 Aug 2008 13:37:17 -0700] rev 925
6732815: CORBA_2_3 java sources not explicitly compiled
Reviewed-by: tbell
xdono [Mon, 04 Aug 2008 13:44:45 -0700] rev 924
Added tag jdk7-b32 for changeset 9ab23b73f1b9
duke [Wed, 05 Jul 2017 16:39:45 +0200] rev 923
Merge
xdono [Tue, 12 Aug 2008 15:17:12 -0700] rev 922
Merge
ohair [Fri, 08 Aug 2008 08:52:18 -0700] rev 921
Merge
ohair [Fri, 08 Aug 2008 08:50:30 -0700] rev 920
6734977: Fix build failure regarding the now deleted file jdk/README.html
Reviewed-by: xdono, tbell
ohair [Wed, 06 Aug 2008 16:43:53 -0700] rev 919
Merge
ohair [Wed, 06 Aug 2008 16:21:20 -0700] rev 918
6724669: JDK7: Official change to Sun Studio 12 compilers on Solaris
Reviewed-by: tbell
ohair [Wed, 30 Jul 2008 19:40:57 -0700] rev 917
6729772: 64-bit build with SS12 compiler: SIGSEGV (0xb) at pc=0x0000000000000048, pid=14826, tid=2
Reviewed-by: tbell
ohair [Wed, 06 Aug 2008 15:02:15 -0700] rev 916
6728161: Add SKIP_BOOT_CYCLE feature to create boot jdk and use it during build
Summary: Needed BOOT_JAR_JFLAGS. Fixed PREVIOUS_RELEASE_IMAGE.
Reviewed-by: tbell
tbell [Thu, 07 Aug 2008 09:42:31 -0700] rev 915
Merge
tbell [Fri, 01 Aug 2008 15:21:56 -0700] rev 914
Merge
wetmore [Tue, 29 Jul 2008 16:57:09 -0700] rev 913
Merge
wetmore [Tue, 29 Jul 2008 10:18:25 -0700] rev 912
Merge
chegar [Tue, 29 Jul 2008 09:53:35 -0700] rev 911
6730740: Fix for 6729881 has apparently broken several 64 bit tests: "Bad address"
Reviewed-by: alanb, jccollet
chegar [Mon, 28 Jul 2008 13:02:11 +0100] rev 910
6729881: Compiler warning in networking native code
Summary: Cleanup compiler warnings
Reviewed-by: alanb, jccollet, michaelm
weijun [Sun, 27 Jul 2008 19:16:15 +0800] rev 909
6709758: keytool default cert fingerprint algorithm should be SHA1, not MD5
Reviewed-by: mullan, xuelei
wetmore [Wed, 23 Jul 2008 12:16:28 -0700] rev 908
Merge
michaelm [Wed, 23 Jul 2008 12:05:19 +0100] rev 907
6728076: Test case for 6536211 is failing on all platforms
Summary: exception needed to be caught and logged
Reviewed-by: chegar
chegar [Sat, 19 Jul 2008 10:27:34 +0100] rev 906
6726164: jdk\src\windows\native\java\net\NetworkInterface.h(172) : error C2365: 'IpPrefixOriginOther' : redef
Summary: Change the NetworkInterface header that allows it to compile on the current compiler/SDK version as well as the SDK bundled with Visual Studio 2008.
Reviewed-by: ohair, alanb
michaelm [Mon, 14 Jul 2008 11:39:42 +0100] rev 905
6536211: flaw in ServerImpl
Summary: removed doPrivileged block
Reviewed-by: jccollet
weijun [Wed, 09 Jul 2008 12:03:16 +0800] rev 904
6480981: keytool should be able to import certificates from remote SSL servers
Reviewed-by: vinnie, wetmore