Details
-
Bug
-
Status: Closed
-
P4
-
Resolution: Fixed
-
18, 19
-
b30
-
Verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8279814 | 19 | Aleksey Shipilev | P4 | Resolved | Fixed | b05 |
JDK-8279769 | 18.0.1 | Aleksey Shipilev | P4 | Resolved | Fixed | b02 |
Description
SonarCloud reports:
A "Map<ServiceKey, Service>" cannot contain a "String" in a "ServiceKey" type.
// clean up old alias if present
Service prevAliasService = legacyMap.get(aliasAlg);
This code is introduced byJDK-8276660.
A "Map<ServiceKey, Service>" cannot contain a "String" in a "ServiceKey" type.
// clean up old alias if present
Service prevAliasService = legacyMap.get(aliasAlg);
This code is introduced by
Attachments
Issue Links
- backported by
-
JDK-8279769 Incorrect legacyMap.get in java.security.Provider after JDK-8276660
-
- Resolved
-
-
JDK-8279814 Incorrect legacyMap.get in java.security.Provider after JDK-8276660
-
- Resolved
-
- relates to
-
JDK-8276660 Scalability bottleneck in java.security.Provider.getService()
-
- Resolved
-