[jdk11u-dev] RFR: 8299445: EndingDotHostname.java fails because of compilation errors
Roman Marchenko
rmarchenko at openjdk.org
Mon Jan 2 10:58:32 UTC 2023
The test fails because of compilation errors - the test uses jdk17 strings, they were not adapted for jdk11 when backported.
This fix uses approptiate string creation approach.
-------------
Commit messages:
- Fixed string issue
Changes: https://git.openjdk.org/jdk11u-dev/pull/1626/files
Webrev: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1626&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8299445
Stats: 217 lines in 1 file changed: 64 ins; 67 del; 86 mod
Patch: https://git.openjdk.org/jdk11u-dev/pull/1626.diff
Fetch: git fetch https://git.openjdk.org/jdk11u-dev pull/1626/head:pull/1626
PR: https://git.openjdk.org/jdk11u-dev/pull/1626
More information about the jdk-updates-dev
mailing list