Reduce blocking inside ognl.OgnlRuntime

XMLWordPrintable

      Performance testing showed that up to 11% of total execution time is spent ognl.OgnlRuntime class. Threads are blocked on synchronized access to class cache. We can improve the synchronization here by using better data structures for cache (ConcurrentHashMap instead of synchronizing each time we access cache).

              Assignee:
              Anatoli
              Reporter:
              Anatoli
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: