Fri, 20 Apr 2012 17:34:25 +0100 7161925: sjava files in corba don't have copyright string and legal notice
coffeys [Fri, 20 Apr 2012 17:34:25 +0100] rev 12567
7161925: sjava files in corba don't have copyright string and legal notice Reviewed-by: chegar Contributed-by: misha.bykov@oracle.com
Mon, 16 Apr 2012 17:10:35 -0400 7130404: [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6
jmelvin [Mon, 16 Apr 2012 17:10:35 -0400] rev 12566
7130404: [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6 Summary: On Mac OS X, align system property "os.arch" with Apple legacy JDKs. Also, improve os.name string matching by using .contains() method instead of .startsWith(). This fix spans multiple repositories. Reviewed-by: dcubed, phh, ohair, katleman
Wed, 05 Jul 2017 18:10:11 +0200 Merge
duke [Wed, 05 Jul 2017 18:10:11 +0200] rev 12565
Merge
Wed, 09 May 2012 13:13:41 -0700 Merge
katleman [Wed, 09 May 2012 13:13:41 -0700] rev 12564
Merge
Wed, 09 May 2012 13:07:57 -0700 Added tag jdk8-b37 for changeset 6cc8efda172c
katleman [Wed, 09 May 2012 13:07:57 -0700] rev 12563
Added tag jdk8-b37 for changeset 6cc8efda172c
Tue, 08 May 2012 13:08:17 -0700 Merge
lana [Tue, 08 May 2012 13:08:17 -0700] rev 12562
Merge
Wed, 02 May 2012 10:17:29 -0700 Merge
lana [Wed, 02 May 2012 10:17:29 -0700] rev 12561
Merge
Wed, 02 May 2012 14:50:46 +0100 7087021: TEST: com/sun/crypto/provider/Mac/MacClone.java failed on Solaris sparc 5.10
vinnie [Wed, 02 May 2012 14:50:46 +0100] rev 12560
7087021: TEST: com/sun/crypto/provider/Mac/MacClone.java failed on Solaris sparc 5.10 Reviewed-by: mullan
Tue, 01 May 2012 19:45:34 -0700 7164376: Replace use of sun.security.action.LoadLibraryAction with System.loadLibrary
mchung [Tue, 01 May 2012 19:45:34 -0700] rev 12559
7164376: Replace use of sun.security.action.LoadLibraryAction with System.loadLibrary Reviewed-by: alanb, mullan, prr
Tue, 01 May 2012 11:30:51 -0700 Merge
lana [Tue, 01 May 2012 11:30:51 -0700] rev 12558
Merge
Tue, 01 May 2012 03:48:26 -0700 7158688: Typo in SSLContext Spec
xuelei [Tue, 01 May 2012 03:48:26 -0700] rev 12557
7158688: Typo in SSLContext Spec Reviewed-by: weijun, wetmore
Tue, 01 May 2012 11:17:20 +0100 7164570: (fs) WatchService queues CREATE event but not DELETE event for very short lived files [sol11]
alanb [Tue, 01 May 2012 11:17:20 +0100] rev 12556
7164570: (fs) WatchService queues CREATE event but not DELETE event for very short lived files [sol11] Reviewed-by: chegar
Fri, 27 Apr 2012 04:25:50 -0700 6996372: synchronizing handshaking hash
xuelei [Fri, 27 Apr 2012 04:25:50 -0700] rev 12555
6996372: synchronizing handshaking hash Summary: remove the unnecessary synchronization. Also reviewed by David Schlosnagle (schlosna@gmail.com) Reviewed-by: weijun
Thu, 26 Apr 2012 14:21:19 -0700 Merge
lana [Thu, 26 Apr 2012 14:21:19 -0700] rev 12554
Merge
Thu, 26 Apr 2012 12:04:29 -0700 7118100: (prefs) Inconsistency when using system and user preference on OSX Lion
khazra [Thu, 26 Apr 2012 12:04:29 -0700] rev 12553
7118100: (prefs) Inconsistency when using system and user preference on OSX Lion Summary: Enable user to read/write preferences to persistent storage Reviewed-by: alanb
Wed, 25 Apr 2012 12:31:31 -0700 7160242: (prefs) Preferences.remove(null) does not throw NPE [macosx]
khazra [Wed, 25 Apr 2012 12:31:31 -0700] rev 12552
7160242: (prefs) Preferences.remove(null) does not throw NPE [macosx] Summary: Insert null check of argument in remove()'s implementation Reviewed-by: forax, chegar, alanb
Tue, 24 Apr 2012 14:59:45 -0700 7144274: [macosx] Default IPv6 multicast interface is not being set when calling MulticastSocket.joinGroup()
khazra [Tue, 24 Apr 2012 14:59:45 -0700] rev 12551
7144274: [macosx] Default IPv6 multicast interface is not being set when calling MulticastSocket.joinGroup() Summary: Get default interface for Mac OS X when interface is not set Reviewed-by: chegar
Tue, 24 Apr 2012 10:37:01 -0700 7151434: java -jar -XX crashes java launcher
ksrini [Tue, 24 Apr 2012 10:37:01 -0700] rev 12550
7151434: java -jar -XX crashes java launcher Reviewed-by: mchung, darcy
Tue, 24 Apr 2012 21:06:16 +0800 7163865: Performance improvement for DateFormatSymbols.getZoneIndex(String)
youdwei [Tue, 24 Apr 2012 21:06:16 +0800] rev 12549
7163865: Performance improvement for DateFormatSymbols.getZoneIndex(String) Reviewed-by: okutsu
Mon, 23 Apr 2012 16:34:32 +0200 7163524: Add SecTaskAccess attribute to jstack [macosx]
sla [Mon, 23 Apr 2012 16:34:32 +0200] rev 12548
7163524: Add SecTaskAccess attribute to jstack [macosx] Reviewed-by: dholmes
Sun, 22 Apr 2012 21:22:17 +0100 7132924: (dc) DatagramChannel.disconnect throws SocketException with IPv4 socket and IPv6 enabled [macosx]
alanb [Sun, 22 Apr 2012 21:22:17 +0100] rev 12547
7132924: (dc) DatagramChannel.disconnect throws SocketException with IPv4 socket and IPv6 enabled [macosx] Reviewed-by: chegar
Sun, 22 Apr 2012 19:12:39 +0100 Merge
alanb [Sun, 22 Apr 2012 19:12:39 +0100] rev 12546
Merge
Sun, 22 Apr 2012 19:09:02 +0100 7163395: jdk8/tl no longer builds on Mac
alanb [Sun, 22 Apr 2012 19:09:02 +0100] rev 12545
7163395: jdk8/tl no longer builds on Mac Reviewed-by: chegar, ohair, ksrini
Sun, 22 Apr 2012 06:54:38 -0700 6981776: Pack200 must support -target 7 bytecodes
ksrini [Sun, 22 Apr 2012 06:54:38 -0700] rev 12544
6981776: Pack200 must support -target 7 bytecodes Summary: pack200 implementation of JSR-200 updated for JSR-292 changes Reviewed-by: jrose, ksrini Contributed-by: john.r.rose@oracle.com, kumar.x.srinivasan@oracle.com
Fri, 20 Apr 2012 16:11:28 +0800 7159982: ZipFile uses static for error message when malformed zip file encountered
zhouyx [Fri, 20 Apr 2012 16:11:28 +0800] rev 12543
7159982: ZipFile uses static for error message when malformed zip file encountered Reviewed-by: alanb, dholmes
Thu, 19 Apr 2012 18:11:28 -0700 7158636: InterfaceAddress.getBroadcast() returns invalid broadcast address on WLAN
khazra [Thu, 19 Apr 2012 18:11:28 -0700] rev 12542
7158636: InterfaceAddress.getBroadcast() returns invalid broadcast address on WLAN Summary: Update Windows native code to infer WLAN interface type in Windows Vista and later Reviewed-by: chegar, alanb
Thu, 19 Apr 2012 13:26:06 -0700 7162385: TEST_BUG: sun/net/www/protocol/jar/B4957695.java failing again
khazra [Thu, 19 Apr 2012 13:26:06 -0700] rev 12541
7162385: TEST_BUG: sun/net/www/protocol/jar/B4957695.java failing again Summary: Enable finding "foo1.jar" Reviewed-by: chegar
Thu, 19 Apr 2012 16:58:34 +0100 7162823: Modify the list of excluded tests (ProblemList
vinnie [Thu, 19 Apr 2012 16:58:34 +0100] rev 12540
7162823: Modify the list of excluded tests (ProblemList Reviewed-by: alanb
Thu, 19 Apr 2012 10:53:35 -0400 Merge
coleenp [Thu, 19 Apr 2012 10:53:35 -0400] rev 12539
Merge
Mon, 16 Apr 2012 18:09:53 -0400 7130404: [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6
jmelvin [Mon, 16 Apr 2012 18:09:53 -0400] rev 12538
7130404: [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6 Summary: On Mac OS X, align system property "os.arch" with Apple legacy JDKs. Also, improve os.name string matching by using .contains() method instead of .startsWith(). This fix spans multiple repositories. Reviewed-by: dcubed, phh, ohair, katleman
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip