yan [Thu, 19 Jun 2008 11:26:54 +0400] rev 1175
6706121: makefile: unnecessary Motif classes compilation in JDK7
Summary: removed 80 obsolete .c and .java files, temporary modified some more
Reviewed-by: denis
dav [Wed, 18 Jun 2008 19:27:59 +0400] rev 1174
Merge
dav [Wed, 18 Jun 2008 19:20:28 +0400] rev 1173
6716137: Fix 6691328 is broken
Reviewed-by: dcherepanov, denis
dav [Wed, 18 Jun 2008 15:35:37 +0400] rev 1172
6616323: consider benefits of replacing a componen array with other collection from the awt.Container class
Reviewed-by: uta, art
ant [Tue, 17 Jun 2008 13:37:28 +0400] rev 1171
4685768: A11y issue - Focus set to disabled component, can't Tab/Shift-Tab
Summary: The restore-focus procedure should skip disabled components.
Reviewed-by: art, dcherepanov
yan [Wed, 11 Jun 2008 01:31:42 -0700] rev 1170
Merge
ant [Wed, 04 Jun 2008 14:16:44 +0400] rev 1169
6708322: test/closed/java/awt/Focus/TemporaryLostComponentDeadlock fails
Summary: Introduced new package private object for synchronization purposes. It should replace "this" in some deadlock prone cases.
Reviewed-by: anthony, art
ant [Wed, 04 Jun 2008 12:32:05 +0400] rev 1168
6280057: I have audited SystemTray and TrayIcon code
Summary: small refactoring
Reviewed-by: dcherepanov
xdono [Wed, 17 Sep 2008 13:45:37 -0700] rev 1167
Merge
ohair [Thu, 11 Sep 2008 11:27:16 -0700] rev 1166
Merge
ohair [Thu, 11 Sep 2008 11:12:21 -0700] rev 1165
6746415: The include file stropts.h is not available in Fedora 9 (STREAMS Kernel Extension?)
Reviewed-by: tbell
ohair [Wed, 10 Sep 2008 10:19:02 -0700] rev 1164
6746409: Error: dl failure on line 689: Copies of libjvm.so need to have chcon (selinux) re-applied to them
Reviewed-by: tbell
ohair [Wed, 10 Sep 2008 10:16:54 -0700] rev 1163
6746430: Fix problems with getting 'ant -version' and the required setting of 'ANT_HOME'
Reviewed-by: tbell
ohair [Wed, 10 Sep 2008 09:48:41 -0700] rev 1162
6746424: Remove build dependency on findbugs and FINDBUGS_HOME
Reviewed-by: tbell
ohair [Wed, 10 Sep 2008 09:31:16 -0700] rev 1161
6746421: Compare images logic needs to be more forgiving
Reviewed-by: tbell
tbell [Fri, 12 Sep 2008 14:34:23 -0700] rev 1160
Merge
bristor [Mon, 08 Sep 2008 14:11:13 -0700] rev 1159
6356642: extcheck.exe -verbose throws ArrayIndexOutOfBoundsException exception
Summary: Fix causes printing of user-level error messages instead of throwing exceptions
Reviewed-by: sherman
bristor [Mon, 08 Sep 2008 13:44:32 -0700] rev 1158
6661861: Decrease memory use of Inflaters by ZipFile
Summary: Fix allows release of native resources earlier than without fix
Reviewed-by: alanb
tbell [Thu, 04 Sep 2008 14:55:12 -0700] rev 1157
Merge
dfuchs [Thu, 04 Sep 2008 14:46:36 +0200] rev 1156
5072476: RFE: support cascaded (federated) MBean Servers
6299231: Add support for named MBean Servers
Summary: New javax.management.namespace package.
Reviewed-by: emcmanus
emcmanus [Wed, 03 Sep 2008 14:31:17 +0200] rev 1155
6744132: Spurious failures from test/javax/management/MBeanInfo/NotificationInfoTest.java
Reviewed-by: dfuchs
emcmanus [Tue, 02 Sep 2008 14:14:05 +0200] rev 1154
6405862: Allow CompositeType to have zero items
6737133: Compilation failure of test/javax/management/eventService/LeaseManagerDeadlockTest.java
6737140: Javadoc of some throw clauses of MBeanServer and MBeanServerConnection is garbled
6737143: createMBean of MBeanServer should acquire 2 extra throw clauses present in MBeanServerConnection
Reviewed-by: dfuchs
emcmanus [Mon, 01 Sep 2008 17:11:58 +0200] rev 1153
6731410: JMXServiceURL cannot use @ConstructorProperties for compatibility reasons
Reviewed-by: dfuchs
alanb [Sun, 31 Aug 2008 18:39:01 +0100] rev 1152
4640544: New I/O: Complete socket-channel functionality
Reviewed-by: iris, sherman, chegar
alanb [Sun, 31 Aug 2008 18:32:59 +0100] rev 1151
6570619: (bf) DirectByteBuffer.get/put(byte[]) does not scale well
Reviewed-by: iris
tbell [Sun, 31 Aug 2008 11:59:20 -0700] rev 1150
Merge
swamyv [Fri, 29 Aug 2008 14:33:05 -0700] rev 1149
6614052: jhat fails to read heap dump > 2GB.
Summary: Modified the jhat code to use long for unsigned int. This is a forward port of changes from Kevin Walls.
Reviewed-by: jjh
chegar [Fri, 29 Aug 2008 17:46:45 +0100] rev 1148
6576763: Thread constructors throw undocumented NPE for null name
Summary: update javadoc to specify NPE as well as fix minor bug in implementation.
Reviewed-by: alanb