8279222: Incorrect legacyMap.get in java.security.Provider after JDK-8276660 #70
Conversation
|
Webrevs
|
/contributor add @valeriepeng |
@shipilev |
Thanks for coordinating on this to ensure the change has a test.
@shipilev This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 4 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the
|
Thanks for reviews! /integrate |
Going to push as commit 0f4807e.
Your commit was automatically rebased without conflicts. |
SonarCloud reports:
A "Map<ServiceKey, Service>" cannot contain a "String" in a "ServiceKey" type.
Should be
aliasKey
, like other accesses tolegacyMap
. This code is introduced by JDK-8276660, so it affects JDK 18.Additional testing:
jdk_security
Progress
Issue
Reviewers
Contributors
<valeriep@openjdk.org>
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk18 pull/70/head:pull/70
$ git checkout pull/70
Update a local copy of the PR:
$ git checkout pull/70
$ git pull https://git.openjdk.java.net/jdk18 pull/70/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 70
View PR using the GUI difftool:
$ git pr show -t 70
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk18/pull/70.diff