-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
24
-
None
-
+ uname -a
Linux iZbp18ohp9drwzszyxd02gZ 5.10.134-17.2.al8.x86_64 #1 SMP Fri Aug 9 15:49:42 CST 2024 x86_64 x86_64 x86_64 GNU/Linux
+ cat /etc/os-release
NAME="Alibaba Cloud Linux"
VERSION="3 (OpenAnolis Edition)"
ID="alinux"
ID_LIKE="rhel fedora centos anolis"
VERSION_ID="3"
VARIANT="OpenAnolis Edition"
VARIANT_ID="openanolis"
ALINUX_MINOR_ID="2104"
ALINUX_UPDATE_ID="10"
PLATFORM_ID="platform:al8"
PRETTY_NAME="Alibaba Cloud Linux 3.2104 U10 (OpenAnolis Edition)"
ANSI_COLOR="0;31"
HOME_URL="https://www.aliyun.com/"
+ free -h
total used free shared buff/cache available
Mem: 247Gi 2.5Gi 219Gi 2.0Mi 25Gi 242Gi
Swap: 0B 0B 0B
+ lscpu
+ head -n 25
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 64
On-line CPU(s) list: 0-63
Thread(s) per core: 2
Core(s) per socket: 32
Socket(s): 1
NUMA node(s): 1
Vendor ID: AuthenticAMD
BIOS Vendor ID: Alibaba Cloud
CPU family: 25
Model: 17
Model name: AMD EPYC 9T24 96-Core Processor
BIOS Model name: pc-i440fx-2.1
Stepping: 1
CPU MHz: 3531.777
BogoMIPS: 5400.00
Hypervisor vendor: KVM
Virtualization type: full
L1d cache: 32K
L1i cache: 32K
L2 cache: 1024K
L3 cache: 32768K
NUMA node0 CPU(s): 0-63
+ java -version
openjdk version "24-internal" 2025-03-18
OpenJDK Runtime Environment (build 24-internal-3e509c8b)
OpenJDK 64-Bit Server VM (build 24-internal-3e509c8b, mixed mode)
+ java -Xinternalversion
OpenJDK 64-Bit Server VM (24-internal-3e509c8b) for linux-riscv64 JRE (24-internal-3e509c8b), built on 2024-11-26T11:59:54Z with gcc 14.2.1 20241010
+ jtreg -version
jtreg 7.4-dev+0
Installed in /tmp/tone/run/jtreg/jtreg/lib/jtreg.jar
Running on platform version 24-internal from /tmp/tone/run/jtreg/jdk-repo/build/linux-riscv64-server-release/images/jdk.
Built with Java(TM) 2 SDK, Version 11.0.21+9-LTS on June 14, 2024.
Copyright (c) 1999, 2022, Oracle and/or its affiliates. All rights reserved.
Use is subject to license terms.
JT Harness, version 6.0 ea b24 (June 14, 2024)
Java Assembler Tools, version 7.0 ea b09 (June 14, 2024)
TestNG: testng-7.3.0.jar, guice-5.1.0.jar, jcommander-1.82.jar
JUnit: junit-platform-console-standalone-1.10.2.jar
+ git remote -v
origin git@github.com:openjdk/jdk.git (fetch)
origin git@github.com:openjdk/jdk.git (push)
+ git branch- master
+ git log -n 1
+ head -n 1
commit 3e509c8bd150121e4e99ace9231fc9419630751e
+ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
+ git diff+ uname -a Linux iZbp18ohp9drwzszyxd02gZ 5.10.134-17.2.al8.x86_64 #1 SMP Fri Aug 9 15:49:42 CST 2024 x86_64 x86_64 x86_64 GNU/Linux + cat /etc/os-release NAME="Alibaba Cloud Linux" VERSION="3 (OpenAnolis Edition)" ID="alinux" ID_LIKE="rhel fedora centos anolis" VERSION_ID="3" VARIANT="OpenAnolis Edition" VARIANT_ID="openanolis" ALINUX_MINOR_ID="2104" ALINUX_UPDATE_ID="10" PLATFORM_ID="platform:al8" PRETTY_NAME="Alibaba Cloud Linux 3.2104 U10 (OpenAnolis Edition)" ANSI_COLOR="0;31" HOME_URL="https://www.aliyun.com/" + free -h total used free shared buff/cache available Mem: 247Gi 2.5Gi 219Gi 2.0Mi 25Gi 242Gi Swap: 0B 0B 0B + lscpu + head -n 25 Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 64 On-line CPU(s) list: 0-63 Thread(s) per core: 2 Core(s) per socket: 32 Socket(s): 1 NUMA node(s): 1 Vendor ID: AuthenticAMD BIOS Vendor ID: Alibaba Cloud CPU family: 25 Model: 17 Model name: AMD EPYC 9T24 96-Core Processor BIOS Model name: pc-i440fx-2.1 Stepping: 1 CPU MHz: 3531.777 BogoMIPS: 5400.00 Hypervisor vendor: KVM Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 1024K L3 cache: 32768K NUMA node0 CPU(s): 0-63 + java -version openjdk version "24-internal" 2025-03-18 OpenJDK Runtime Environment (build 24-internal-3e509c8b) OpenJDK 64-Bit Server VM (build 24-internal-3e509c8b, mixed mode) + java -Xinternalversion OpenJDK 64-Bit Server VM (24-internal-3e509c8b) for linux-riscv64 JRE (24-internal-3e509c8b), built on 2024-11-26T11:59:54Z with gcc 14.2.1 20241010 + jtreg -version jtreg 7.4-dev+0 Installed in /tmp/tone/run/jtreg/jtreg/lib/jtreg.jar Running on platform version 24-internal from /tmp/tone/run/jtreg/jdk-repo/build/linux-riscv64-server-release/images/jdk. Built with Java(TM) 2 SDK, Version 11.0.21+9-LTS on June 14, 2024. Copyright (c) 1999, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. JT Harness, version 6.0 ea b24 (June 14, 2024) Java Assembler Tools, version 7.0 ea b09 (June 14, 2024) TestNG: testng-7.3.0.jar, guice-5.1.0.jar, jcommander-1.82.jar JUnit: junit-platform-console-standalone-1.10.2.jar + git remote -v origin git@github.com:openjdk/jdk.git (fetch) origin git@github.com:openjdk/jdk.git (push) + git branch master + git log -n 1 + head -n 1 commit 3e509c8bd150121e4e99ace9231fc9419630751e + git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean + git diff - master
-
riscv
-
linux
** Failed TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA in TLSv1.1 mode with DSA client authentication**
Passed TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA in TLSv1.1 mode with RSA client authentication
STDERR:
javax.net.ssl.SSLException: (internal_error) Received fatal alert: internal_error
at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:132)
at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:117)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:363)
at java.base/sun.security.ssl.Alert$AlertConsumer.consume(Alert.java:287)
at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:202)
at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172)
at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1506)
at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1421)
at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:455)
at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:924)
at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1015)
at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:975)
at CipherTest$Server.handleRequest(CipherTest.java:76)
at JSSEServer$1.run(JSSEServer.java:75)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1095)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:619)
at java.base/java.lang.Thread.run(Thread.java:1447)
javax.net.ssl.SSLException: (internal_error) Cannot invoke "java.security.MessageDigestSpi.engineUpdate(byte[], int, int)" because "this.digestSpi" is null
at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:132)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:376)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:319)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:314)
at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1710)
at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:470)
at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:924)
at java.base/sun.security.ssl.SSLSocketImpl$AppOutputStream.write(SSLSocketImpl.java:1293)
at java.base/java.io.OutputStream.write(OutputStream.java:124)
at CipherTest$Client.sendRequest(CipherTest.java:262)
at JSSEClient.runTest(JSSEClient.java:63)
at CipherTest$Client.run(CipherTest.java:249)
at java.base/java.lang.Thread.run(Thread.java:1447)
java.lang.Exception: *** Test 'Client JSSE - Server JSSE' failed ***
at CipherTest.run(CipherTest.java:207)
at CipherTest.main(CipherTest.java:329)
at ClientJSSEServerJSSE.main(ClientJSSEServerJSSE.java:42)