[jdk11u-dev] RFR: 8260274: Cipher.init(int, key) does not use highest priority provider for random bytes [v2]
Lutz Schmidt
lucy at openjdk.org
Fri May 26 12:54:23 UTC 2023
> This backport is done for 11.0.20-oracle parity.
>
> The patch applies cleanly except for copyright header mismatches after the predecessor patch JDK-8246383.
> Unfortunately, the newly introduced TestDefaultRandom.java uses switch expressions which are not available in jdk11. The test had to be backfitted to compile with jdk11.
>
> Tests (GHA and SAP internal) pending.
Lutz Schmidt has updated the pull request incrementally with one additional commit since the last revision:
JDK-8260274: avoid use of switch expressions
-------------
Changes:
- all: https://git.openjdk.org/jdk11u-dev/pull/1902/files
- new: https://git.openjdk.org/jdk11u-dev/pull/1902/files/77daed9c..5cf3b10e
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1902&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1902&range=00-01
Stats: 60 lines in 1 file changed: 30 ins; 0 del; 30 mod
Patch: https://git.openjdk.org/jdk11u-dev/pull/1902.diff
Fetch: git fetch https://git.openjdk.org/jdk11u-dev.git pull/1902/head:pull/1902
PR: https://git.openjdk.org/jdk11u-dev/pull/1902
More information about the jdk-updates-dev
mailing list