Shanliang Jiang
81cd0a8738
8023954: MBean*Info.equals: throw NPE
...
Reviewed-by: dfuchs, dholmes
2013-09-18 08:51:23 +02:00
Shanliang Jiang
f6e4c46294
8023669: MBean*Info.hashCode : NPE
...
Reviewed-by: dholmes, dfuchs, jbachorik
2013-09-13 10:48:12 +02:00
Shanliang Jiang
c6aa9956df
8023529: OpenMBeanInfoSupport.equals/hashCode throw NPE
...
Reviewed-by: dholmes, dfuchs
2013-09-12 09:41:28 +02:00
Shanliang Jiang
dbca0a2b85
6566891: RMIConnector: map value referencing map key in WeakHashMap prevents map entry to be removed
...
Reviewed-by: egahlin, jbachorik, dfuchs, dholmes
2013-08-30 12:49:41 +02:00
Jaroslav Bachorik
ec6cb721e1
8010285: Enforce the requirement of Management Interfaces being public
...
Reviewed-by: sjiang, dfuchs, mchung
2013-07-11 21:11:03 +02:00
Jaroslav Bachorik
7c11aba793
7199324: Connection ID for IPv6 addresses is not generated accordingly to the specification
...
RemoteServer.getClientHost is returning a String with an IPv6 literal address and we need to enclose it in [] when building the connection id
Reviewed-by: alanb, sjiang
2013-05-02 13:21:09 +02:00
Lana Steuck
4f62a2b334
Merge
2013-03-15 23:31:19 -07:00
Yiming Wang
a7f501c620
7183800: TEST_BUG: Update tests to run on Ubuntu 12.04 (localhost is 127.0.1.1)
...
Reviewed-by: alanb, chegar
2013-03-14 16:59:06 +00:00
Edvard Wendelin
2f5be3ab0d
Merge
2013-02-25 08:44:00 +01:00
David Holmes
390cc1d7a1
Merge
2013-02-17 16:44:19 -05:00
Jaroslav Bachorik
d1a58e452a
7170447: Intermittent DeadListenerTest.java failure
...
Due to asynchronous nature of processing server notifications it may happen that an "unregister" notification ha$
Reviewed-by: sjiang
2013-02-05 12:28:47 +01:00
Daniel Fuchs
7303280ef5
8006446: Restrict MBeanServer access
...
Reviewed-by: alanb, mchung, darcy, jrose, ahgross, skoivu
2013-01-30 11:33:51 +01:00
Alan Bateman
a23a1a942b
8004502: Compact Profiles contents
...
Reviewed-by: dholmes, mchung
2013-01-21 23:35:36 -05:00
Shanliang Jiang
36ae539974
7120365: DiffHBTest.java fails due to ConcurrentModificationException
...
The problem is from the server notification forwarder, it should use a copy of listener set to do iterate.
Reviewed-by: alanb
2012-12-28 16:44:27 +01:00
Alan Bateman
27f7bfd9f0
8001048: JSR-160: Allow IIOP transport to be optional
...
Reviewed-by: dsamersoff, dfuchs, mchung
2012-12-20 20:29:59 +00:00
Jaroslav Bachorik
96c02bccd3
8005309: Missed tests for 6783290,6937053,7009998
...
Missed tests for 6783290,6937053,7009998
Reviewed-by: sjiang, emcmanus
2012-12-20 20:12:32 +04:00
Alan Bateman
430592a30e
7197491: update copyright year to match last edit in jdk8 jdk repository
...
Reviewed-by: chegar, ksrini
2012-11-02 15:50:11 +00:00
Jaroslav Bachorik
3e4e347c26
6976971: TEST: javax/management/remote/mandatory/URLTest.java should be re-integrated
...
Reviewed-by: alanb
2012-10-24 20:44:07 +01:00
Jaroslav Bachorik
9c38da478a
6809322: javax.management.timer.Timer does not fire all notifications
...
Some notifications get dropped due to ConcurrentModificationException thrown in Timer.notifyAlarmClock() method.
Reviewed-by: dholmes, rbackman
2012-10-17 18:34:07 +04:00
Staffan Larsen
10b80ccca6
7198849: Make javax/management/remote/mandatory/notif/ListenerScaleTest.java less timing sensitive
...
Reviewed-by: alanb
2012-09-17 12:40:33 +02:00
Keith McGuigan
2ba6bd02d2
7044203: Missing @test tag in test/javax/management/timer/StartTest.java
...
Add tag
Reviewed-by: alanb
2011-05-12 08:17:29 -04:00
Keith McGuigan
91db4e26f7
6659215: javax.management.timer.Timer frequently fails to start
...
Copy array to avoid ConcurrentModificationException
Reviewed-by: dcubed, alanb
2011-05-11 20:18:13 -04:00
Sean Coffey
c661170adb
6957378: JMX memory leak
...
Reviewed-by: emcmanus, kevinw
2010-11-05 17:15:44 +00:00
Sean Coffey
9072e150d7
6696028: JMXServiceURL like service:jmx:rmi:///jndi/iiop:// should be rejected by the RMI conn provider
...
6984520: NPE IN RMIConnector.connect
Reviewed-by: emcmanus, kevinw
2010-11-05 13:52:37 +00:00
Kelly O'Hair
fe008ae27a
6943119: Rebrand source copyright notices
...
Reviewed-by: darcy, weijun
2010-05-25 15:58:33 -07:00
Eamonn McManus
bfedf39895
6851617: Remove JSR 255 (JMX API 2.0) from JDK 7
...
See http://weblogs.java.net/blog/2009/06/16/jsr-255-jmx-api-20-postponed
Reviewed-by: dfuchs
2009-10-21 17:33:18 +02:00
Tim Bell
928a098209
Merge
2008-12-19 10:37:50 -08:00
Xiomara Jayasena
cc8641d33a
6785258: Update copyright year
...
Update copyright for files that have been modified starting July 2008 to Dec 2008
Reviewed-by: katleman, ohair, tbell
2008-12-15 16:55:25 -08:00
Eamonn McManus
871bbff9ce
6456269: Add a GenericMBeanException so clients don't have to have server's exception classes present
...
Reviewed-by: jfdenise, dfuchs
2008-12-10 11:59:32 +01:00
Shanliang Jiang
0a521a9457
Merge
2008-12-09 20:51:59 +01:00
Shanliang Jiang
16870a7767
6336980: NotificationBroadcasterSupport: to tell whether there are listeners and to do clear
...
Reviewed-by: emcmanus
2008-12-09 20:50:45 +01:00
Daniel Fuchs
2064095b24
6768935: Clarify the behaviour of ObjectName pattern matching with regards to namespaces
...
Reviewed-by: emcmanus
2008-12-09 20:20:48 +01:00
Shanliang Jiang
6a4903d458
6332907: Add ability for connector server to close individual connections
...
Reviewed-by: emcmanus
2008-12-09 19:44:22 +01:00
Shanliang Jiang
e7d171eac3
Merge
2008-12-09 18:45:09 +01:00
Shanliang Jiang
d2c931b222
6760712: Provide a connector server option that causes it not to prevent the VM from exiting
...
Reviewed-by: emcmanus
2008-12-09 18:42:13 +01:00
Jean-Francois Denise
85e1e1e290
6287328: Add methods to StandardMBean to retrieve a method based on MBean{Attribute|Operation}Info
...
Reviewed-by: emcmanus
2008-12-09 16:26:30 +01:00
Jean-Francois Denise
ef7000f82e
6450834: RFE: allow StandardMBean to call MBeanRegistration methods on its wrapped resource
...
6373143: MonitorNotification should have a public constructor
Reviewed-by: emcmanus
2008-12-09 16:14:53 +01:00
Jean-Francois Denise
b14fec6973
6675526: Define an Annotation to name registered MBeans
...
Reviewed-by: emcmanus
2008-12-09 15:57:09 +01:00
Jean-Francois Denise
04950cd846
6250014: MBeanOperationInfo Descriptor field for exceptions
...
Reviewed-by: emcmanus
2008-12-09 15:36:14 +01:00
Jean-Francois Denise
049436370f
6501362: DescriptorSupport(String) could recognize "name=value" as well as XML format
...
Reviewed-by: emcmanus
2008-12-09 14:44:42 +01:00
Eamonn McManus
5588717cc4
6774918: @NotificationInfo is ineffective on MBeans that cannot send notifications
...
Reviewed-by: jfdenise
2008-12-09 12:01:07 +01:00
Eamonn McManus
70624128b4
6776225: JMX.isNotificationSource wrong when DynamicWrapperMBean + SendNotification injection
...
Reviewed-by: dfuchs, jfdenise
2008-11-27 15:44:32 +01:00
Eamonn McManus
4d6c508c34
6772779: @NotificationInfo does not create MBeanNotificationInfo in the MBean's MBeanInfo
...
6773593: CompositeDataSupport constructor javadoc is not in sync with the implementation
Reviewed-by: sjiang
2008-11-20 10:10:48 +01:00
Daniel Fuchs
907d90158a
6683213: CounterMonitor's derived Gauge badly initialized
...
Reviewed-by: emcmanus
2008-11-14 17:22:10 +01:00
Eamonn McManus
bbac59f218
6336968: Methods to convert AttributeList to/from Map
...
6750008: Add JMX.getSpecificationVersion(MBeanServerConnection) and document interop
6750472: Add a way to convert a CompositeData into a Map
6752563: Allow CompositeDataSupport to have zero items
Small JMX RFEs
Reviewed-by: dfuchs
2008-11-07 19:19:08 +01:00
Eamonn McManus
ab227cb671
5072267: A way to communicate client context such as locale to the JMX server
...
Support for client contexts and also for localization of descriptions
Reviewed-by: dfuchs
2008-11-07 11:48:07 +01:00
Eamonn McManus
5118c7cd7f
6766173: Spec should say that createMBean wraps a constructor RuntimeException in a RuntimeMBeanException
...
JMX spec clarification
Reviewed-by: dfuchs
2008-10-31 17:34:52 +01:00
Eamonn McManus
44dcc74e78
6252609: Two different default descriptor forms defined for ModelMBeanInfoSupport
...
6253137: Documentation for NotificationListener's handback parameter is confusing
6368691: javadoc for JMX Descriptors has bugs and is very hard to navigate
6602699: support for async notification of mbeaninfo update
6759612: [javadoc] EventClient.NOTIFS_LOST has a garbled href to addEventClientListener
6759619: Clarify what EventClient.getEventClientNotificationInfo does
6759622: Clarify what EventClient.getListeners list does
Documentation fixes, plus simple bugfix for 6759619.
Reviewed-by: dfuchs
2008-10-30 17:46:50 +01:00
Eamonn McManus
540b83b6b1
6763051: MXBean: Incorrect type names for parametrized dealing with arrays (openType)
...
6713777: developer diagnosability of errors in uncompliant mxbean interfaces
Reviewed-by: dfuchs
2008-10-28 18:21:36 +01:00
Eamonn McManus
8fe5a021a3
6757225: MXBean: Incorrect type names for parametrized types, dealing with arrays
...
Reviewed-by: sjiang
2008-10-08 18:38:25 +02:00