-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
None
-
Affects Version/s: None
-
Component/s: core-svc
-
None
The test test/jdk/javax/management/modelmbean/DescriptorSupportXMLLocaleTest.java is no longer relevant, since JDK-8351413 removes the code it was testing.
The test now invokes a different DescriptorSupport constructor, which takes a variable number of fields:
public DescriptorSupport(String... fields)
Confirmed by printing the getFields() value as a List:
[<DESCRIPTOR><FIELD name="field1" value="dummy"></FIELD></DESCRIPTOR>]
The test now invokes a different DescriptorSupport constructor, which takes a variable number of fields:
public DescriptorSupport(String... fields)
Confirmed by printing the getFields() value as a List:
[<DESCRIPTOR><FIELD name="field1" value="dummy"></FIELD></DESCRIPTOR>]
- relates to
-
JDK-8351413 Remove XML interchange in java.management/javax/management/modelmbean/DescriptorSupport
-
- Resolved
-