dkulp commented on issue #550: CXF-8028: try to fix performance for very big 
document in DOMUtils
URL: https://github.com/apache/cxf/pull/550#issuecomment-487547081
 
 
   
   I believe this would be much better off using a java.lang.ClassValue to 
store the method (or null).   The reflection code would only happen once per 
class (good) and the value directly stored with the class so nothing is in a 
static that that would prevent garbage collection.   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to