-
Bug
-
Resolution: Unresolved
-
P4
-
9
DOMSerializerImpl has some code that attempts to call isXMLVersionChanged through reflection.
1. This method does not exist in the JDK
2. The name is wrong - the code does document.getClass().getMethod("isXMLVersionChanged()", new Class[]{}); which can never succeed.
This looks like obsolete code that could just be removed.
1. This method does not exist in the JDK
2. The name is wrong - the code does document.getClass().getMethod("isXMLVersionChanged()", new Class[]{}); which can never succeed.
This looks like obsolete code that could just be removed.
- relates to
-
JDK-8130051 Cleanup usage of reflection in jaxp
-
- Closed
-