suztomo commented on issue #26: [BCEL-317] Pluggable cache for ConstantUtf8 URL: https://github.com/apache/commons-bcel/pull/26#issuecomment-497465828 I had an (wrong) impression that `getInstance` can return a cached instance. It's because until the performance degradation problem ([BCEL-186](https://issues.apache.org/jira/browse/BCEL-186)), `getInstance` used to return a cached result depending on the system property ([code diff to revert that 4 years ago](https://github.com/apache/commons-bcel/commit/fbcd823d35677e12d3bc37db531f3f18cdb17535#diff-caf2fe667754dbaaa32f5e4a9bfe67e4L93 )). This PR is on top of the reverted design but not caching by default.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
