gojomo dccf2becae copy to h3
Fix for [HER-1612] lock contention in BeanShellDecideRule/BeanShellProcessor occurs even if isolate-threads=true
* BeanShellDecideRule.java
    (getInterpreter) add synchronization
    (decisionFor) remove method synchronization; sync on interpreter/getInterpreter makes it a superfluous bottleneck
* BeanShellProcessor.java
    (getInterpreter) add synchronization
    (innerProcess) remove method synchronization; sync on interpreter/getInterpreter makes it a superfluous bottleneck
2009-05-14 22:27:10 +00:00
2009-05-14 22:26:21 +00:00
2009-05-12 00:17:01 +00:00
2009-05-14 22:20:07 +00:00
2009-05-14 22:27:10 +00:00
2009-05-11 22:56:36 +00:00
2009-05-12 00:17:01 +00:00
S
Description
No description provided
14 MiB
Languages
Java 93.3%
HTML 2.6%
Rich Text Format 1.1%
JavaScript 1%
FreeMarker 0.8%
Other 1%