[jdk11u-dev] RFR: 8243010: Test support: Customizable Hex Printer
Goetz Lindenmaier
goetz at openjdk.org
Wed Mar 27 12:24:53 UTC 2024
I backport this to streamline the jdk11u testing suite. makes later backports cleaner.
Only trivial adaptions needed:
test/jdk/sun/security/pkcs/pkcs8/PKCS8Test.java
Copyright
test/jdk/sun/security/ssl/SSLSocketImpl/SSLSocketKeyLimit.java
Copyright, line break.
I had to adapt a switch statement to Java 11. See extra commit.
-------------
Commit messages:
- Adapt to Jva 11
- Backport bdf672659cee13d95abc246de7cde469cf8fc07d
Changes: https://git.openjdk.org/jdk11u-dev/pull/2627/files
Webrev: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=2627&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8243010
Stats: 1662 lines in 15 files changed: 1604 ins; 16 del; 42 mod
Patch: https://git.openjdk.org/jdk11u-dev/pull/2627.diff
Fetch: git fetch https://git.openjdk.org/jdk11u-dev.git pull/2627/head:pull/2627
PR: https://git.openjdk.org/jdk11u-dev/pull/2627
More information about the jdk-updates-dev
mailing list