Details
-
Type:
Enhancement
-
Status: Closed
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 9
-
Component/s: security-libs
-
Subcomponent:
-
Resolved In Build:b69
-
Verification:Verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8098748 | emb-9 | Sean Mullan | P3 | Resolved | Fixed | team |
Description
Initial benchmarks show a significant increase in throughput of the PermissionCollection.implies method when concurrent collections are used to store permissions (instead of using synchronized blocks to synchronize access to non-concurrent collections). This applies to the PermissionCollection subclasses implemented in SocketPermission, FilePermission, etc.
Attachments
Issue Links
- backported by
-
JDK-8098748 Store permissions in concurrent collections in PermissionCollection subclasses
-
- Resolved
-
- relates to
-
JDK-8191850 Performance issue with synchronized blocks in java.security.Permissions
-
- Closed
-
-
JDK-8062948 Implement and measure potential performance improvements
-
- Resolved
-