git: openjdk/riscv-port-jdk11u: riscv-port: 24 new changesets

duke duke at openjdk.org
Wed Oct 18 07:27:25 UTC 2023


Changeset: 0aba9b7b
Author:    Christoph Langer <clanger at openjdk.org>
Date:      2023-10-06 09:04:17 +0000
URL:       https://git.openjdk.org/riscv-port-jdk11u/commit/0aba9b7b5c74ac6530cc872ac5cbed8f716f80ac

8316710: Exclude java/awt/font/Rotate/RotatedTextTest.java

Backport-of: 31422d70d09277d604446a9bccad859c1ae9f3c2

! test/jdk/ProblemList.txt

Changeset: df5ff37b
Author:    Soumadipta Roy <roysouma at amazon.com>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2023-10-09 18:49:49 +0000
URL:       https://git.openjdk.org/riscv-port-jdk11u/commit/df5ff37ba2059b5931502bccf79e1585e90f35dc

8315683: Parallelize java/util/concurrent/tck/JSR166TestCase.java

Reviewed-by: phh
Backport-of: 4415261688dc258b6d254668bcf8818c61cc65ea

! test/jdk/java/util/concurrent/tck/JSR166TestCase.java

Changeset: c4faab66
Author:    Christoph Langer <clanger at openjdk.org>
Date:      2023-10-11 07:28:28 +0000
URL:       https://git.openjdk.org/riscv-port-jdk11u/commit/c4faab66933b5977a466f28c31cba9fc099c8fb4

8308592: Framework for CA interoperability testing

Reviewed-by: mbaesken
Backport-of: cb535e2d52221bfc23e4c26a730399bceb573547

- test/jdk/security/infra/java/security/cert/CertPathValidator/certification/ActalisCA.java
- test/jdk/security/infra/java/security/cert/CertPathValidator/certification/AmazonCA.java
- test/jdk/security/infra/java/security/cert/CertPathValidator/certification/BuypassCA.java
+ test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java
+ test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CertignaCA.java
- test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CertignaRoots.java
- test/jdk/security/infra/java/security/cert/CertPathValidator/certification/ComodoCA.java
- test/jdk/security/infra/java/security/cert/CertPathValidator/certification/EntrustCA.java
- test/jdk/security/infra/java/security/cert/CertPathValidator/certification/GlobalSignR6CA.java
- test/jdk/security/infra/java/security/cert/CertPathValidator/certification/GoDaddyCA.java
- test/jdk/security/infra/java/security/cert/CertPathValidator/certification/GoogleCA.java
- test/jdk/security/infra/java/security/cert/CertPathValidator/certification/LetsEncryptCA.java
- test/jdk/security/infra/java/security/cert/CertPathValidator/certification/MicrosoftTLS.java
- test/jdk/security/infra/java/security/cert/CertPathValidator/certification/QuoVadisCA.java
- test/jdk/security/infra/java/security/cert/CertPathValidator/certification/SSLCA.java
- test/jdk/security/infra/java/security/cert/CertPathValidator/certification/TWCAGlobalCA.java
- test/jdk/security/infra/java/security/cert/CertPathValidator/certification/TeliaSoneraCA.java
+ test/jdk/security/infra/java/security/cert/CertPathValidator/certification/ValidatePathWithURL.java

Changeset: b017f76f
Author:    Andrew Lu <andrewlu at openjdk.org>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
Date:      2023-10-11 08:21:48 +0000
URL:       https://git.openjdk.org/riscv-port-jdk11u/commit/b017f76f3446ac7707548614b94c468d1a18cb93

8210168: JCK test .vm.classfmt.ins.code__002.code__00201m1.code__00201m1 hangs with -noverify

Check for 'bc_length > 0' to handle lengths of -1.

Backport-of: d36066fdadb281f2cac363f92a22826a4c0b5f65

! src/hotspot/share/interpreter/rewriter.cpp

Changeset: a75f34ff
Author:    Andrew Lu <andrewlu at openjdk.org>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
Date:      2023-10-11 08:24:43 +0000
URL:       https://git.openjdk.org/riscv-port-jdk11u/commit/a75f34ff0034c5b4ebebd3c1f30c6daa8e22fe06

8232933: Javac inferred type does not conform to equality constraint

Backport-of: 7a85441a85b2472215ca7bc66e636dff06d9ebf3

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/InferenceContext.java
+ test/langtools/tools/javac/inference_context_min/DontMinimizeInfContextTest.java

Changeset: 8336e3e2
Author:    Andrew Lu <andrewlu at openjdk.org>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
Date:      2023-10-11 08:27:12 +0000
URL:       https://git.openjdk.org/riscv-port-jdk11u/commit/8336e3e256784a9c3c6bbc04998a3b3818324e72

8312573: Failure during CompileOnly parsing leads to ShouldNotReachHere

Reviewed-by: phh
Backport-of: 6f76b65ace50b2361221dddab120e91b057497c1

! src/hotspot/share/compiler/compilerOracle.cpp
+ test/hotspot/jtreg/compiler/compilercontrol/parser/TestCompileOnly.java

Changeset: 2a39b984
Author:    amosshi <amosshi at users.noreply.github.com>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
Date:      2023-10-11 09:16:15 +0000
URL:       https://git.openjdk.org/riscv-port-jdk11u/commit/2a39b98459cff050b137fb70c6b394d0cd2561d9

8197825: [Test] Intermittent timeout with javax/swing JColorChooser Test

Backport-of: c0084100bc335676a277881f99e138a4abfc5362

! test/jdk/ProblemList.txt
! test/jdk/javax/swing/JColorChooser/Test6827032.java

Changeset: 6e34daa2
Author:    amosshi <amosshi at users.noreply.github.com>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
Date:      2023-10-11 09:18:18 +0000
URL:       https://git.openjdk.org/riscv-port-jdk11u/commit/6e34daa2881209c64059122071a94d8bda5f6642

8282404: DrawStringWithInfiniteXform.java failed with "RuntimeException: drawString with InfiniteXform transform takes long time"

Backport-of: a53be204cbc8671ab998e1165f983af3a50e4ae2

! test/jdk/java/awt/FontClass/DrawStringWithInfiniteXform.java

Changeset: 75b7c794
Author:    amosshi <amosshi at users.noreply.github.com>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
Date:      2023-10-11 09:20:47 +0000
URL:       https://git.openjdk.org/riscv-port-jdk11u/commit/75b7c7946ffc81fe98c517584804901a95d09684

8300405: Screen capture for test JFileChooserSetLocationTest.java, failure case

Backport-of: db8fa1be052c8558398ea5fea2105458f1a3cd16

! test/jdk/javax/swing/JFileChooser/JFileChooserSetLocationTest.java

Changeset: 47802875
Author:    amosshi <amosshi at users.noreply.github.com>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
Date:      2023-10-11 09:21:24 +0000
URL:       https://git.openjdk.org/riscv-port-jdk11u/commit/47802875747bd09e6cd6e5e7e66879e188d31819

8252713: jtreg time out of CtrlASCII.java seems to hang the Xserver.

Backport-of: 6d6046b3799217c281d077f12bce1ec590149849

! test/jdk/ProblemList.txt
! test/jdk/java/awt/event/KeyEvent/KeyTyped/CtrlASCII.java

Changeset: efc3f4aa
Author:    amosshi <amosshi at users.noreply.github.com>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
Date:      2023-10-11 09:23:34 +0000
URL:       https://git.openjdk.org/riscv-port-jdk11u/commit/efc3f4aa44fcaf7788bd5028d257068814e408c6

8041447: Test javax/swing/dnd/7171812/bug7171812.java fails with java.lang.RuntimeException: Test failed, scroll on drag doesn't work

Backport-of: 2c52cf07469970f730aa7397f9f6b98534af3a44

! test/jdk/ProblemList.txt
! test/jdk/javax/swing/dnd/7171812/bug7171812.java

Changeset: 84bc2528
Author:    amosshi <amosshi at users.noreply.github.com>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
Date:      2023-10-11 09:24:09 +0000
URL:       https://git.openjdk.org/riscv-port-jdk11u/commit/84bc2528c152f7dc0e6fe05a8cadf6a0f8d3c65e

8289547: Update javax/swing/Popup/TaskbarPositionTest.java

Backport-of: d73fc70ea272be6bf4f1c82608c73ff0a8f6032d

! test/jdk/javax/swing/Popup/TaskbarPositionTest.java

Changeset: 363855d9
Author:    Amos <amosshi at users.noreply.github.com>
Committer: Christoph Langer <clanger at openjdk.org>
Date:      2023-10-12 19:55:03 +0000
URL:       https://git.openjdk.org/riscv-port-jdk11u/commit/363855d9dc913119e8177516ba8f09493ccefbff

8233000: Mark vmTestbase/vm/mlvm/meth/stress/compiler/deoptimize test as stress test

Reviewed-by: clanger
Backport-of: db24eb1e6a0b777dc44f44ae3a1d75ad8d23d6d0

! test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/compiler/deoptimize/Test.java

Changeset: 94d3648b
Author:    Mat Carter <macarte at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2023-10-12 22:04:58 +0000
URL:       https://git.openjdk.org/riscv-port-jdk11u/commit/94d3648be11ac80621f1c829618f3e49cc55a3b5

8303607: SunMSCAPI provider leaks memory and keys

Backport-of: a393f2581740f854518a3ef7caccd6d3c2d8e4a0

! src/jdk.crypto.mscapi/windows/native/libsunmscapi/security.cpp

Changeset: c780db75
Author:    Andrew Lu <andrewlu at openjdk.org>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
Date:      2023-10-15 10:16:24 +0000
URL:       https://git.openjdk.org/riscv-port-jdk11u/commit/c780db754e14ff77995dc090396d1958cea1ada1

8259266: com/sun/jdi/JdbOptions.java failed with "RuntimeException: 'prop[boo] = >foo 2<' missing from stdout/stderr"
8260431: com/sun/jdi/JdbOptions.java failed with "RuntimeException: 'prop[boo] = >foo<' missing from stdout/stderr"

Reviewed-by: goetz
Backport-of: d63388c00c48e0a08609ae63217f51e474c236ea

! src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/VMConnection.java
! test/jdk/com/sun/jdi/JdbOptions.java

Changeset: 855efc41
Author:    Matthias Baesken <mbaesken at openjdk.org>
Date:      2023-10-17 07:24:28 +0000
URL:       https://git.openjdk.org/riscv-port-jdk11u/commit/855efc413de1c2d2c5b82fac7bfcaeaeaebd809a

8311285: report some fontconfig related environment variables in hs_err file

Backport-of: 0ef03f122866f010ebf50683097e9b92e41cdaad

! src/hotspot/share/utilities/vmError.cpp

Changeset: 3ba3e88b
Author:    Matthias Baesken <mbaesken at openjdk.org>
Date:      2023-10-17 07:28:05 +0000
URL:       https://git.openjdk.org/riscv-port-jdk11u/commit/3ba3e88b9113b8c661352c95a07b25f466baca4f

8310549: avoid potential leaks in KeystoreImpl.m related to JNU_CHECK_EXCEPTION early returns

Backport-of: 7da3f1999fc5d1b9162443d97dfae7fe7b04dfc5

! src/java.base/macosx/native/libosxsecurity/KeystoreImpl.m

Changeset: 7be6fc22
Author:    amosshi <amosshi at users.noreply.github.com>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
Date:      2023-10-17 07:35:20 +0000
URL:       https://git.openjdk.org/riscv-port-jdk11u/commit/7be6fc22f3321204a895208278da115a985c7fb3

8296275: Write a test to verify setAccelerator  method of JMenuItem

Backport-of: b005013a0015656b7f6ccc26f8a13c44d61f77b9

+ test/jdk/javax/swing/JMenuItem/JMenuItemSetAcceleratorTest.java

Changeset: 9752bedf
Author:    amosshi <amosshi at users.noreply.github.com>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
Date:      2023-10-17 07:46:26 +0000
URL:       https://git.openjdk.org/riscv-port-jdk11u/commit/9752bedf01d5cecdfd7515d4f165f8c5a06fb298

8300272: Improve readability of the test JarWithOneNonDisabledDigestAlg

Backport-of: cf46004f276293ce8b092fe17ae579cbe45914a2

! test/jdk/jdk/security/jarsigner/JarWithOneNonDisabledDigestAlg.java

Changeset: 701f3e22
Author:    amosshi <amosshi at users.noreply.github.com>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
Date:      2023-10-17 07:49:12 +0000
URL:       https://git.openjdk.org/riscv-port-jdk11u/commit/701f3e225f392261b2832985aeffbb99918f8901

8301570: Test  runtime/jni/nativeStack/ needs to detach the native thread

Backport-of: d269ebbad2286b57802a075091b0cc32110dfcc7

! test/hotspot/jtreg/runtime/jni/nativeStack/libnativeStack.c

Changeset: 5247b720
Author:    amosshi <amosshi at users.noreply.github.com>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
Date:      2023-10-17 07:51:49 +0000
URL:       https://git.openjdk.org/riscv-port-jdk11u/commit/5247b7208d990161847567b3a50b6c101b36c430

8300259: Add test coverage for processing of pending block files in signed JARs

Backport-of: c129ce4660e6c9b5365c8bf89fb916e2a7c28e98

+ test/jdk/java/util/jar/JarFile/SignedJarPendingBlock.java

Changeset: fbc8bed3
Author:    amosshi <amosshi at users.noreply.github.com>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
Date:      2023-10-17 07:54:26 +0000
URL:       https://git.openjdk.org/riscv-port-jdk11u/commit/fbc8bed3f82ea1d0f8dfbd54ea161c6bebbdc01a

8302525: Write a test to check various components send Events while mouse and key are used simultaneously

Backport-of: c7517b3decdc55edb7f0ce6e6aa09a6b653c747d

+ test/jdk/java/awt/event/StressTest/MouseAndKeyEventStressTest.java

Changeset: 92a47bc7
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2023-10-17 08:32:20 +0000
URL:       https://git.openjdk.org/riscv-port-jdk11u/commit/92a47bc70293f85f7020b0dccf18ab29a956d384

8315062: [GHA] get-bootjdk action should return the abolute path

Backport-of: 99ea8bf2b962011e57d02a93217d65d7259e8f80

! .github/actions/get-bootjdk/action.yml

Changeset: de4ea775
Author:    Fei Yang <yangfei at iscas.ac.cn>
Date:      2023-10-18 15:22:40 +0000
URL:       https://git.openjdk.org/riscv-port-jdk11u/commit/de4ea7750783a5a657d564fba39774dd90081e18

Merge remote-tracking branch 'origin/master' into riscv-port




More information about the riscv-port-dev mailing list