changeset 560:de8c803d4958

8008733: Psr:perf:osb performance regression (18%) in wss_bodyenc Reviewed-by: alanb, shade
author aefimov
date Sun, 13 Oct 2013 13:50:16 +0400
parents 46ccc5fbc523
children 91ae0f2045bc
files src/com/sun/org/apache/xpath/internal/XPathContext.java
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/com/sun/org/apache/xpath/internal/XPathContext.java	Thu Oct 10 21:22:52 2013 -0700
+++ b/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