Forwardport JDK 17 -> JDK 18 ------------- Commit messages: - Merge - 8269722: NPE in HtmlDocletWriter - 8270109: ProblemList 4 SA tests on macOS-aarch64 - 6766844: ByteArrayInputStream#read with a byte array of length 0 not consistent with InputStream when at EOF - 8269738: AssertionError when combining pattern matching and function closure - 8269828: corrections in some instruction patterns for KNL x86 platform - 8268766: Desugaring of pattern matching enum switch should be improved - 8270006: Switches with 'case null:' should be exhaustive - 8269746: C2: assert(!in->is_CFG()) failed: CFG Node with no controlling input? The webrevs contain the adjustments done while merging with regards to each parent branch: - master: https://webrevs.openjdk.java.net/?repo=jdk&pr=4734&range=00.0 - jdk17: https://webrevs.openjdk.java.net/?repo=jdk&pr=4734&range=00.1 Changes: https://git.openjdk.java.net/jdk/pull/4734/files Stats: 675 lines in 22 files changed: 514 ins; 69 del; 92 mod Patch: https://git.openjdk.java.net/jdk/pull/4734.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/4734/head:pull/4734 PR: https://git.openjdk.java.net/jdk/pull/4734
Forwardport JDK 17 -> JDK 18
Jesper Wilhelmsson has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 192 commits: - Merge - 8269827: JMH tests for AES/GCM byte[] and bytebuffers Reviewed-by: ecaspole, weijun - 8268965: TCP Connection Reset when connecting simple socket to SSL server Reviewed-by: xuelei - 8270096: Shenandoah: Optimize gc/shenandoah/TestRefprocSanity.java for interpreter mode Reviewed-by: zgu - 8269962: SA has unused Hashtable, Dictionary classes Reviewed-by: cjplummer, iklam, dholmes - 8270021: Incorrect log decorators in gc/g1/plab/TestPLABEvacuationFailure.java Reviewed-by: tschatzl, iwalulya - 8270064: Problem list tools/jdeprscan/tests/jdk/jdeprscan/TestRelease.java due to JDK-8270060 Reviewed-by: mcimadamore - 8267982: Set the node after peephole optimization to be removed Reviewed-by: kvn, thartmann - 8269886: Inaccurate error message for compressed hprof test Reviewed-by: dholmes, cjplummer - 8269803: G1: remove unnecessary NoRefDiscovery Reviewed-by: tschatzl, kbarrett - ... and 182 more: https://git.openjdk.java.net/jdk/compare/64016338...f59792e7 ------------- Changes: https://git.openjdk.java.net/jdk/pull/4734/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=4734&range=01 Stats: 48561 lines in 880 files changed: 21838 ins; 23621 del; 3102 mod Patch: https://git.openjdk.java.net/jdk/pull/4734.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/4734/head:pull/4734 PR: https://git.openjdk.java.net/jdk/pull/4734
On Thu, 8 Jul 2021 22:06:32 GMT, Jesper Wilhelmsson <jwilhelm@openjdk.org> wrote:
Forwardport JDK 17 -> JDK 18
This pull request has now been integrated. Changeset: dfd6b2be Author: Jesper Wilhelmsson <jwilhelm@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/dfd6b2be7d2cc312bf550a475be91072259f... Stats: 675 lines in 22 files changed: 514 ins; 69 del; 92 mod Merge ------------- PR: https://git.openjdk.java.net/jdk/pull/4734
participants (1)
-
Jesper Wilhelmsson