git: openjdk/riscv-port-jdk17u: riscv-port: 20 new changesets
Goetz Lindenmaier
goetz at openjdk.org
Wed Feb 15 03:03:46 UTC 2023
Changeset: beaf5b10
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-02-08 16:05:51 +0000
URL: https://git.openjdk.org/riscv-port-jdk17u/commit/beaf5b10c231ca82aec95c74ea9db58a596203a3
8286962: java/net/httpclient/ServerCloseTest.java failed once with ConnectException
Backport-of: 13d4ddc35b1a64e2d882c7dcd554b5aee2720c53
! test/jdk/java/net/httpclient/ServerCloseTest.java
Changeset: a15041a2
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-02-08 16:07:41 +0000
URL: https://git.openjdk.org/riscv-port-jdk17u/commit/a15041a232d1ba273dd7366f35da674381a01688
8298073: gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java causes test task timeout on macosx
8241293: CompressedClassSpaceSizeInJmapHeap.java time out after 8 minutes
Reviewed-by: phh
Backport-of: 99a6c47855ad82e81a80726cf3aa4522c547716d
! test/hotspot/jtreg/ProblemList.txt
! test/hotspot/jtreg/gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java
Changeset: 651ec7d1
Author: Yuri Nesterenko <yan at openjdk.org>
Date: 2023-02-10 07:49:07 +0000
URL: https://git.openjdk.org/riscv-port-jdk17u/commit/651ec7d1f4165a3d0c125c9fe09b496706ae2f09
8301760: Fix possible leak in SpNegoContext dispose
Backport-of: 3f3356bcbd2b2fbc545263dc70a48ee931a4e56b
! src/java.security.jgss/share/classes/sun/security/jgss/spnego/SpNegoContext.java
Changeset: 3330f9c2
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2023-02-10 07:52:38 +0000
URL: https://git.openjdk.org/riscv-port-jdk17u/commit/3330f9c2ad508fdb9100a2400abdd3366342dde1
8301170: perfMemory_windows.cpp add free_security_attr to early returns
Backport-of: 810c8a271b4524ae776e2306ef699e04a7d145a2
! src/hotspot/os/windows/perfMemory_windows.cpp
Changeset: cb1a54ab
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-02-10 08:34:17 +0000
URL: https://git.openjdk.org/riscv-port-jdk17u/commit/cb1a54abd40c240008f1b2fd6d4dc87c2e837f29
8195809: [TESTBUG] jps and jcmd -l support for containers is not tested
Backport-of: 7c26ddb575bb6f1161850c31a933d154ae8b96e3
+ test/hotspot/jtreg/containers/docker/TestJcmd.java
! test/hotspot/jtreg/containers/docker/TestJcmdWithSideCar.java
! test/lib/jdk/test/lib/containers/docker/DockerfileConfig.java
Changeset: b023d5c1
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-02-10 08:35:42 +0000
URL: https://git.openjdk.org/riscv-port-jdk17u/commit/b023d5c1fbbfaab29b4c6fd96083b6b0b5b49e68
8290083: ResponseBodyBeforeError: AssertionError or SSLException: Unsupported or unrecognized SSL message
Backport-of: 3b9059a1471ba74af8bf6a3c0e5b2e1140eb4afd
! test/jdk/java/net/httpclient/ResponseBodyBeforeError.java
Changeset: d52e18c9
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-02-10 08:37:36 +0000
URL: https://git.openjdk.org/riscv-port-jdk17u/commit/d52e18c92d307f5f6e9e649d410a54bef3a910da
8286030: Avoid JVM crash when containers share the same /tmp dir
Reviewed-by: stuefe
Backport-of: 84f23149e22561173feb0e34bca31a7345b43c89
! src/hotspot/os/posix/perfMemory_posix.cpp
+ test/hotspot/jtreg/containers/docker/ShareTmpDir.java
+ test/hotspot/jtreg/containers/docker/WaitForFlagFile.java
Changeset: 49023f45
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-02-10 08:39:14 +0000
URL: https://git.openjdk.org/riscv-port-jdk17u/commit/49023f45f38d229f63c782a7a5f644d803ba443f
8293819: sun/util/logging/PlatformLoggerTest.java failed with "RuntimeException: Retrieved backing PlatformLogger level null is not the expected CONFIG"
Backport-of: 11e7d53b23796cbd3d878048f7553885ae07f4d1
! test/jdk/sun/util/logging/PlatformLoggerTest.java
Changeset: 1b5825cc
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-02-10 08:40:41 +0000
URL: https://git.openjdk.org/riscv-port-jdk17u/commit/1b5825cc60e04992153e82ff570d3f9041001e2f
8292328: AccessibleActionsTest.java test instruction for show popup on JLabel did not specify shift key
Backport-of: df53fa752a81a88b9495978cccb3d7b9f5ed553c
! test/jdk/java/awt/a11y/AccessibleActionsTest.java
Changeset: 5bef90fa
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-02-10 08:41:59 +0000
URL: https://git.openjdk.org/riscv-port-jdk17u/commit/5bef90fad339092c76ae800fd41891929fc178e2
8296675: Exclude linux-aarch64 in NSS tests
Backport-of: fa8a8668a6656046d713a6b09244adfc81556d63
! test/jdk/sun/security/pkcs11/PKCS11Test.java
Changeset: a248b78a
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-02-12 19:07:05 +0000
URL: https://git.openjdk.org/riscv-port-jdk17u/commit/a248b78a5305fa7dda9d1943004e606092c0df49
8295000: java/util/Formatter/Basic test cleanup
Backport-of: 78763fc8e0d6940f1c85ff8705733b8e6ae8e945
! test/jdk/java/util/Formatter/Basic-X.java.template
! test/jdk/java/util/Formatter/BasicBigDecimal.java
! test/jdk/java/util/Formatter/BasicBigInteger.java
! test/jdk/java/util/Formatter/BasicBoolean.java
! test/jdk/java/util/Formatter/BasicBooleanObject.java
! test/jdk/java/util/Formatter/BasicByte.java
! test/jdk/java/util/Formatter/BasicByteObject.java
! test/jdk/java/util/Formatter/BasicChar.java
! test/jdk/java/util/Formatter/BasicCharObject.java
! test/jdk/java/util/Formatter/BasicDateTime.java
! test/jdk/java/util/Formatter/BasicDouble.java
! test/jdk/java/util/Formatter/BasicDoubleObject.java
! test/jdk/java/util/Formatter/BasicFloat.java
! test/jdk/java/util/Formatter/BasicFloatObject.java
! test/jdk/java/util/Formatter/BasicInt.java
! test/jdk/java/util/Formatter/BasicIntObject.java
! test/jdk/java/util/Formatter/BasicLong.java
! test/jdk/java/util/Formatter/BasicLongObject.java
! test/jdk/java/util/Formatter/BasicShort.java
! test/jdk/java/util/Formatter/BasicShortObject.java
Changeset: fab9770b
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-02-12 19:08:08 +0000
URL: https://git.openjdk.org/riscv-port-jdk17u/commit/fab9770b890b58ae438103978071aaf94d57a5d5
8295774: Write a test to verify List sends ItemEvent/ActionEvent
Backport-of: 2a79dfc1f9c419e92aac99f92ef4e40a3471695b
+ test/jdk/java/awt/event/ComponentEvent/ListItemEventsTest.java
Changeset: 20211715
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-02-13 14:35:38 +0000
URL: https://git.openjdk.org/riscv-port-jdk17u/commit/202117158b751705eb8335b095c22a88edbd6770
8186765: Speed up test sun/net/www/protocol/https/HttpsClient/ProxyAuthTest.java
Backport-of: 43dbf5899b455acf7c665d221564c4d4dff7dea4
! test/jdk/sun/net/www/protocol/https/HttpsClient/ProxyAuthTest.java
Changeset: 05f1bdb2
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-02-13 14:39:12 +0000
URL: https://git.openjdk.org/riscv-port-jdk17u/commit/05f1bdb236ebc13b83fc957f8c7ee5239621e8e9
8223783: sun/net/www/http/HttpClient/MultiThreadTest.java sometimes detect threads+1 connections
Backport-of: 8effaa8f1f550d2cd0ff369f99436a8a7401fa10
! test/jdk/sun/net/www/http/HttpClient/MultiThreadTest.java
Changeset: da75daf5
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-02-13 14:41:05 +0000
URL: https://git.openjdk.org/riscv-port-jdk17u/commit/da75daf547b19c2d67cb43c123be0fdde826fd57
8297489: Modify TextAreaTextEventTest.java as to verify the content change of TextComponent sends TextEvent
Backport-of: 7d20a60a983e459ea1c4e843fbde70fb796c6249
- test/jdk/java/awt/event/ComponentEvent/TextAreaTextEventTest.java
+ test/jdk/java/awt/event/ComponentEvent/TextComponentTextEventTest.java
Changeset: a800231f
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-02-13 14:42:44 +0000
URL: https://git.openjdk.org/riscv-port-jdk17u/commit/a800231f17a5081de7f2336742faa97b11f12b3b
8299018: java/net/httpclient/HttpsTunnelAuthTest.java fails with java.io.IOException: HTTP/1.1 header parser received no bytes
Backport-of: e5edb10dc56d9edac8e050e0f8e6c116743975d6
! test/jdk/java/net/httpclient/ProxyServer.java
Changeset: 95a805bb
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-02-14 09:30:06 +0000
URL: https://git.openjdk.org/riscv-port-jdk17u/commit/95a805bbd58282e847fe2c9ea0334dd3fff89086
8299671: Speed up compiler/intrinsics/string/TestStringLatin1IndexOfChar.java
Backport-of: d2827ec8f77020241fee7d613fb7cf081b455eb9
! test/hotspot/jtreg/compiler/intrinsics/string/TestStringLatin1IndexOfChar.java
Changeset: 17084d59
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2023-02-14 15:10:53 +0000
URL: https://git.openjdk.org/riscv-port-jdk17u/commit/17084d59f7460fa4da13c38115c5235579826dae
8299957: Enhance error logging in instrument coding with additional jplis_assert_msg
Backport-of: be8e6d05db2f623626506e64a2fb7caf755d5d06
! src/java.instrument/share/native/libinstrument/InvocationAdapter.c
! src/java.instrument/share/native/libinstrument/JPLISAgent.c
Changeset: 8b309685
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2023-02-14 15:12:38 +0000
URL: https://git.openjdk.org/riscv-port-jdk17u/commit/8b309685dab761469cad2336815461aa47032fab
8300205: Swing test bug8078268 make latch timeout configurable
Backport-of: e82dc6935b5f575a53fcba9c96767cee1b535cb8
! test/jdk/javax/swing/text/html/parser/Parser/8078268/bug8078268.java
Changeset: 68d7ac57
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-02-14 20:06:35 +0000
URL: https://git.openjdk.org/riscv-port-jdk17u/commit/68d7ac57e53f48c4fbb4275725f165262a05fe66
8288415: java/awt/PopupMenu/PopupMenuLocation.java is unstable in MacOS machines
Backport-of: a2f67660f088559ce49f73da7401801fb826028b
! test/jdk/java/awt/PopupMenu/PopupMenuLocation.java
More information about the riscv-port-dev
mailing list