8008733: Psr:perf:osb performance regression (18%) in wss_bodyenc
Reviewed-by: alanb, shade
--- a/jaxp/src/com/sun/org/apache/xpath/internal/XPathContext.java Thu Oct 10 21:22:52 2013 -0700
+++ b/jaxp/src/com/sun/org/apache/xpath/internal/XPathContext.java Sun Oct 13 13:50:16 2013 +0400
@@ -99,8 +99,7 @@
* the DTMManager, it really is a proxy for this object, which
* is the real DTMManager.
*/
- protected DTMManager m_dtmManager = DTMManager.newInstance(
- com.sun.org.apache.xpath.internal.objects.XMLStringFactoryImpl.getFactory());
+ protected DTMManager m_dtmManager = null;
/**
* Return the DTMManager object. Though XPathContext context extends