Forwardport JDK 18 -> JDK 19 ------------- Commit messages: - Merge - 8279204: [BACKOUT] JDK-8278413: C2 crash when allocating array of size too large - 8268297: jdk/jfr/api/consumer/streaming/TestLatestEvent.java times out - 8279076: C2: Bad AD file when matching SqrtF with UseSSE=0 - 8278967: rmiregistry fails to start because SecurityManager is disabled - 8278239: vmTestbase/nsk/jvmti/RedefineClasses/StressRedefine failed with EXCEPTION_ACCESS_VIOLATION at 0x000000000000000d The webrevs contain the adjustments done while merging with regards to each parent branch: - master: https://webrevs.openjdk.java.net/?repo=jdk&pr=6931&range=00.0 - jdk18: https://webrevs.openjdk.java.net/?repo=jdk&pr=6931&range=00.1 Changes: https://git.openjdk.java.net/jdk/pull/6931/files Stats: 299 lines in 17 files changed: 141 ins; 126 del; 32 mod Patch: https://git.openjdk.java.net/jdk/pull/6931.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/6931/head:pull/6931 PR: https://git.openjdk.java.net/jdk/pull/6931
Forwardport JDK 18 -> JDK 19
Jesper Wilhelmsson has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 113 commits: - Merge - 8279115: Fix internal doc comment errors. Reviewed-by: mli - 8276302: Locale.filterTags methods ignore actual weight when matching "*" (as if it is 1) Reviewed-by: naoto - 8278766: Enable OpenJDK build support for reproducible jars and jmods using --date Reviewed-by: erikj - 8278125: Some preallocated OOMEs are missing stack trace Co-authored-by: dongyun.tdy <dongyun.tdy@alibaba-inc.com> Reviewed-by: dholmes, coleenp - 8244669: convert clhsdb "mem" command from javascript to java Reviewed-by: sspitsyn, kevinw, poonam - 8209398: sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failed with "PKCS11Exception: CKR_ATTRIBUTE_SENSITIVE" Reviewed-by: hchao, weijun - Merge - 8279022: JCmdTestFileSafety.java should check file time stamp for test result Reviewed-by: ccheung - 8279018: CRC calculation in CDS should not include _version and _head_size Reviewed-by: iklam, ccheung - ... and 103 more: https://git.openjdk.java.net/jdk/compare/04ad6689...a3fcfa2b ------------- Changes: https://git.openjdk.java.net/jdk/pull/6931/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=6931&range=01 Stats: 19323 lines in 545 files changed: 14840 ins; 3205 del; 1278 mod Patch: https://git.openjdk.java.net/jdk/pull/6931.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/6931/head:pull/6931 PR: https://git.openjdk.java.net/jdk/pull/6931
On Thu, 23 Dec 2021 17:11:15 GMT, Jesper Wilhelmsson <jwilhelm@openjdk.org> wrote:
Forwardport JDK 18 -> JDK 19
This pull request has now been integrated. Changeset: a3b1c6b0 Author: Jesper Wilhelmsson <jwilhelm@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/a3b1c6b03600da21b00a1f37ea4712096d63... Stats: 299 lines in 17 files changed: 141 ins; 126 del; 32 mod Merge ------------- PR: https://git.openjdk.java.net/jdk/pull/6931
participants (1)
-
Jesper Wilhelmsson