[jboss-jira] [JBoss JIRA] Commented: (JBCOMMON-100) ConcurrentSkipListMap fails when run with a security manager
Jason T. Greene (JIRA)
jira-events at lists.jboss.org
Tue Dec 22 22:42:31 EST 2009
[ https://jira.jboss.org/jira/browse/JBCOMMON-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12501448#action_12501448 ]
Jason T. Greene commented on JBCOMMON-100:
------------------------------------------
There are a number of issues with AtomicReferenceFieldUpdater and how it interacts with the security manager. The workaround is to demote all "atomicly updated" fields to package protected and use proper privilege blocks.
For this to work the common jar will then require "accessDeclaredMembers" permission.
> ConcurrentSkipListMap fails when run with a security manager
> ------------------------------------------------------------
>
> Key: JBCOMMON-100
> URL: https://jira.jboss.org/jira/browse/JBCOMMON-100
> Project: JBoss Common
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 2.2.16.GA
> Reporter: Kabir Khan
> Assignee: Jason T. Greene
> Fix For: 2.2.17.GA
>
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list