dfuchs [Wed, 17 Sep 2008 13:40:40 +0200] rev 1233
6748745: JConsole: plotters don't resize well when the window is resized
Summary: part of the fix was contributed by jfdenise
Reviewed-by: jfdenise
tbell [Fri, 12 Sep 2008 23:31:43 -0700] rev 1232
Merge
dfuchs [Fri, 12 Sep 2008 19:06:38 +0200] rev 1231
6747983: jmx namespace: unspecified self-link detection logic
Reviewed-by: emcmanus
dfuchs [Fri, 12 Sep 2008 17:58:15 +0200] rev 1230
6747899: jmx namespaces: hooks for permission checks should be defined in HandlerInterceptor
Reviewed-by: emcmanus
emcmanus [Fri, 12 Sep 2008 15:17:52 +0200] rev 1229
6747411: EventClient causes thread leaks
Summary: Reworked thread management in EventClient and related classes.
Reviewed-by: sjiang, dfuchs
bristor [Thu, 11 Sep 2008 14:58:57 -0700] rev 1228
6440786: Cannot create a ZIP file containing zero entries
Summary: Allow reading and writing of ZIP files with zero entries.
Reviewed-by: alanb
dfuchs [Wed, 10 Sep 2008 16:27:13 +0200] rev 1227
6746754: jmx namespace: test for leading separator missing
6669137: RFE: InstanceNotFoundException should have a constructor that takes an ObjectName
6746796: jmx namespaces: Several tests are missing an @bug or @run keyword
Summary: Note on 6669137: first implementation of 6669137 was actually pushed with 5072476 - here we only have a small update and a test case. Also re-fixes 6737133: Compilation failure of test/javax/management/eventService/LeaseManagerDeadlockTest.java which had failed.
Reviewed-by: emcmanus, yjoan
emcmanus [Wed, 10 Sep 2008 14:56:57 +0200] rev 1226
6746759: Fix for 6734813 introduced build break
Reviewed-by: dfuchs
emcmanus [Wed, 10 Sep 2008 13:36:47 +0200] rev 1225
6734813: Provide a way to construct an ObjectName without checked exceptions
6746649: ObjectName constructors and methods declare unchecked exceptions in throws clauses
Reviewed-by: dfuchs
martin [Tue, 09 Sep 2008 15:20:07 -0700] rev 1224
6733145: (bf) CharBuffer.subSequence can be updated to take advantage of covariant returns
Summary: Change return type to CharBuffer
Reviewed-by: alanb
martin [Tue, 09 Sep 2008 15:20:07 -0700] rev 1223
6728229: (str) StringBuilder.append(CharSequence) does not throw IndexOutOfBoundsException
Summary: Major spec rework
Reviewed-by: alanb
dfuchs [Tue, 09 Sep 2008 17:01:45 +0200] rev 1222
6745832: jmx namespaces: Some refactoring/commenting would improve code readability.
Reviewed-by: emcmanus
emcmanus [Tue, 09 Sep 2008 14:57:30 +0200] rev 1221
6746196: Some JMX classes do not compile with Eclipse compiler
Reviewed-by: dfuchs
Contributed-by: roman.kennke@aicas.com
sjiang [Tue, 09 Sep 2008 14:17:29 +0200] rev 1220
6736611: [Evt Srv] EventSubscriber.unsubscribe removes other listeners
Reviewed-by: emcmanus