re PR classpath/28652 (JBoss fails to start due class cast exception in the management classes)

2006-10-14  Edwin Steiner  <edwin.steiner@gmx.net>

	PR classpath/28652:
	* javax/management/MBeanInfo.java (MBeanInfo): 
	Use clone to duplicate the arrays in order to
	preserve the array type.

From-SVN: r122050
This commit is contained in:
Edwin Steiner
2007-02-16 19:19:11 +00:00
committed by Tom Tromey
parent fa681e3960
commit d16c4b1a16
3 changed files with 15 additions and 16 deletions
+7
View File
@@ -1,3 +1,10 @@
2006-10-14 Edwin Steiner <edwin.steiner@gmx.net>
PR classpath/28652:
* javax/management/MBeanInfo.java (MBeanInfo):
Use clone to duplicate the arrays in order to
preserve the array type.
2007-02-16 Andrew Haley <aph@redhat.com>
* gnu/java/lang/management/MemoryMXBeanImpl.java,