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
sherman [Wed, 27 Aug 2008 10:28:26 -0700] rev 1147
Merge
sherman [Wed, 27 Aug 2008 10:12:22 -0700] rev 1146
4849617: (cs)Revise Charset spec to allow '+' in names
Summary: Update the spec and code to accept '+' as a charset name character
Reviewed-by: alanb
ksrini [Tue, 26 Aug 2008 10:21:20 -0700] rev 1145
6685121: (launcher) make ReportErrorMessages accessible by other launcher subsystems
Summary: provided error reporting interfaces to other java subsystems that the launcher uses.
Reviewed-by: darcy
emcmanus [Wed, 27 Aug 2008 11:03:59 +0200] rev 1144
5041784: (reflect) generic signature methods needlessly return generic arrays
Reviewed-by: darcy
alanb [Tue, 26 Aug 2008 10:21:22 +0100] rev 1143
6682020: (bf) Support monitoring of direct and mapped buffer usage
Reviewed-by: mchung, iris
alanb [Tue, 26 Aug 2008 09:23:12 +0100] rev 1142
6728542: (se) epoll based SelectorProvider should be portable to platforms other than x86 and x64
Reviewed-by: sherman
xdono [Thu, 11 Sep 2008 11:25:53 -0700] rev 1141
Added tag jdk7-b35 for changeset 61dbf0534cc0
duke [Wed, 05 Jul 2017 16:41:12 +0200] rev 1140
Merge
trims [Wed, 17 Sep 2008 18:11:40 -0700] rev 1139
6749707: Update build number for HS14 B05
Summary: Bump the build number for hs14 b05
Reviewed-by: jcoomes
trims [Wed, 17 Sep 2008 18:02:38 -0700] rev 1138
Merge
rasbold [Mon, 15 Sep 2008 09:58:26 -0700] rev 1137
Merge
kvn [Wed, 10 Sep 2008 20:44:47 -0700] rev 1136
6746907: Improve implicit null check generation
Summary: add missing implicit null check cases.
Reviewed-by: never
kvn [Wed, 10 Sep 2008 18:23:32 -0700] rev 1135
6706829: Compressed Oops: add debug info for narrow oops
Summary: Add support for narrow oops in debug info to avoid decoding.
Reviewed-by: rasbold, never
kvn [Wed, 10 Sep 2008 14:29:32 -0700] rev 1134
6746892: Register Allocator does not process a data phi with one unique input correctly
Summary: Always look for the existing phi for a processed live_range.
Reviewed-by: rasbold
dcubed [Fri, 12 Sep 2008 07:04:34 -0700] rev 1133
Merge