[jira] [Commented] (JCS-119) replace synchronized blocks by java locks or concurrenhashmap

2016-12-20 Thread Ben Manes (JIRA)
[ https://issues.apache.org/jira/browse/JCS-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15764911#comment-15764911 ] Ben Manes commented on JCS-119: --- Perfect. You might want to drop the embedded copy of Concurren

[jira] [Commented] (JCS-119) replace synchronized blocks by java locks or concurrenhashmap

2016-12-20 Thread Thomas Vandahl (JIRA)
[ https://issues.apache.org/jira/browse/JCS-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15764899#comment-15764899 ] Thomas Vandahl commented on JCS-119: Thanks again. I don't think we need anything special

[jira] [Commented] (JCS-119) replace synchronized blocks by java locks or concurrenhashmap

2016-12-19 Thread Ben Manes (JIRA)
[ https://issues.apache.org/jira/browse/JCS-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15762145#comment-15762145 ] Ben Manes commented on JCS-119: --- I don't think so. I know a few Apache projects copied it into

[jira] [Commented] (JCS-119) replace synchronized blocks by java locks or concurrenhashmap

2016-12-19 Thread Thomas Vandahl (JIRA)
[ https://issues.apache.org/jira/browse/JCS-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15762004#comment-15762004 ] Thomas Vandahl commented on JCS-119: Thank you, Ben. Do you happen to have a CLA on file?

[jira] [Commented] (JCS-119) replace synchronized blocks by java locks or concurrenhashmap

2016-12-18 Thread Ben Manes (JIRA)
[ https://issues.apache.org/jira/browse/JCS-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15759353#comment-15759353 ] Ben Manes commented on JCS-119: --- You are welcome to integrate the code, as it is under the Apac

[jira] [Commented] (JCS-119) replace synchronized blocks by java locks or concurrenhashmap

2016-12-18 Thread Thomas Vandahl (JIRA)
[ https://issues.apache.org/jira/browse/JCS-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15759336#comment-15759336 ] Thomas Vandahl commented on JCS-119: Additionally fixed * CacheEventQueue * CacheWatchRep

[jira] [Commented] (JCS-119) replace synchronized blocks by java locks or concurrenhashmap

2016-12-18 Thread Thomas Vandahl (JIRA)
[ https://issues.apache.org/jira/browse/JCS-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15759065#comment-15759065 ] Thomas Vandahl commented on JCS-119: For the record, the following classes out of the lis

[jira] [Commented] (JCS-119) replace synchronized blocks by java locks or concurrenhashmap

2016-12-18 Thread Thomas Vandahl (JIRA)
[ https://issues.apache.org/jira/browse/JCS-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15758990#comment-15758990 ] Thomas Vandahl commented on JCS-119: I took care of some of the listed classes (sometimes

[jira] [Commented] (JCS-119) replace synchronized blocks by java locks or concurrenhashmap

2016-02-15 Thread Ben Manes (JIRA)
[ https://issues.apache.org/jira/browse/JCS-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15148178#comment-15148178 ] Ben Manes commented on JCS-119: --- Since JDK6 update 22, the advise to prefer ReentrantLock over

[jira] [Commented] (JCS-119) replace synchronized blocks by java locks or concurrenhashmap

2014-09-02 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/JCS-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14117979#comment-14117979 ] Romain Manni-Bucau commented on JCS-119: [~yogu13] sure and yes java 6 > replace syn

[jira] [Commented] (JCS-119) replace synchronized blocks by java locks or concurrenhashmap

2014-09-01 Thread Yogesh Rao (JIRA)
[ https://issues.apache.org/jira/browse/JCS-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14117889#comment-14117889 ] Yogesh Rao commented on JCS-119: Hi, would patches specific to the functionality be allowed

[jira] [Commented] (JCS-119) replace synchronized blocks by java locks or concurrenhashmap

2014-04-29 Thread Thomas Vandahl (JIRA)
[ https://issues.apache.org/jira/browse/JCS-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13984746#comment-13984746 ] Thomas Vandahl commented on JCS-119: Several of these places should be tested carefully f