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