git: openjdk/riscv-port: riscv-port: 24 new changesets
duke
duke at openjdk.java.net
Fri Mar 11 06:44:55 UTC 2022
Changeset: d07f7c76
Author: Emanuel Peter <emanuel.peter at oracle.com>
Committer: Tobias Hartmann <thartmann at openjdk.org>
Date: 2022-03-09 08:59:37 +0000
URL: https://git.openjdk.java.net/riscv-port/commit/d07f7c76c5df1473bffa41f10a89ca1e21e001ef
8282665: [REDO] ByteBufferTest.java: replace endless recursion with RuntimeException in void ck(double x, double y)
Reviewed-by: psandoz, thartmann
! test/hotspot/jtreg/compiler/intrinsics/unsafe/ByteBufferTest.java
Changeset: 5df2a057
Author: Zhengyu Gu <zgu at openjdk.org>
Date: 2022-03-09 13:27:11 +0000
URL: https://git.openjdk.java.net/riscv-port/commit/5df2a057707eb65148f96710bd57d8dd8d85d1ed
8282628: Potential memory leak in sun.font.FontConfigManager.getFontConfig()
Reviewed-by: stuefe, dholmes, aivanov
! src/java.desktop/unix/native/common/awt/fontpath.c
Changeset: 6d8d156c
Author: Xue-Lei Andrew Fan <xuelei at openjdk.org>
Date: 2022-03-09 16:11:07 +0000
URL: https://git.openjdk.java.net/riscv-port/commit/6d8d156c97b90a9ab4776c6b42563a962d959741
8280494: (D)TLS signature schemes
Reviewed-by: mullan
! src/java.base/share/classes/javax/net/ssl/SSLParameters.java
! src/java.base/share/classes/sun/security/ssl/SSLConfiguration.java
! src/java.base/share/classes/sun/security/ssl/SignatureScheme.java
! src/java.base/share/classes/sun/security/ssl/Utilities.java
+ test/jdk/javax/net/ssl/DTLS/DTLSSignatureSchemes.java
+ test/jdk/javax/net/ssl/SSLParameters/SignatureSchemes.java
Changeset: 70318e1d
Author: Weijun Wang <weijun at openjdk.org>
Date: 2022-03-09 16:47:03 +0000
URL: https://git.openjdk.java.net/riscv-port/commit/70318e1d17072198be5674ebe7118fb5f9373144
8282884: Provide OID aliases for MD2, MD5, and OAEP
Reviewed-by: xuelei
! src/java.base/share/classes/com/sun/crypto/provider/SunJCE.java
! src/java.base/share/classes/sun/security/provider/SunEntries.java
Changeset: ff766204
Author: Chris Plummer <cjplummer at openjdk.org>
Date: 2022-03-09 19:42:47 +0000
URL: https://git.openjdk.java.net/riscv-port/commit/ff76620487c307514c435443bbaebc9a6c473f5d
8282641: Make jdb "threadgroup" command with no args reset the current threadgroup back to the default
Reviewed-by: kevinw, amenkov
! src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/Commands.java
! src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTYResources.java
! src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTYResources_ja.java
! src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTYResources_zh_CN.java
! test/hotspot/jtreg/vmTestbase/nsk/jdb/threadgroup/threadgroup002/threadgroup002.java
Changeset: 8aba4de9
Author: Rajat Mahajan <rajat.m.mahajan at oracle.com>
Committer: Sergey Bylokhov <serb at openjdk.org>
Date: 2022-03-10 05:09:29 +0000
URL: https://git.openjdk.java.net/riscv-port/commit/8aba4de98477a3bcfcde8db71e0d797965f774c7
8249592: Robot.mouseMove moves cursor to incorrect location when display scale varies and Java runs in DPI Unaware mode
Reviewed-by: serb, aivanov
! src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp
Changeset: 5b78a82e
Author: Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date: 2022-03-10 09:22:21 +0000
URL: https://git.openjdk.java.net/riscv-port/commit/5b78a82e9d4b73e5bf3c6e099564206ecbda889b
7017094: ParsedSynthStyle: parameter name "direction" should be changed to "tabIndex"
Reviewed-by: jdv, aivanov, prr
! src/java.desktop/share/classes/javax/swing/plaf/synth/ParsedSynthStyle.java
Changeset: 6a3a7b94
Author: Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date: 2022-03-10 09:26:36 +0000
URL: https://git.openjdk.java.net/riscv-port/commit/6a3a7b94a4c342ce12ad553f1ba2818ca3a77f36
6218162: DefaultTableColumnModel.getColumn() method should mention ArrayIndexOutOfBoundsException
Reviewed-by: aivanov, prr
! src/java.desktop/share/classes/javax/swing/table/DefaultTableColumnModel.java
Changeset: 83d77186
Author: Thomas Schatzl <tschatzl at openjdk.org>
Date: 2022-03-10 11:28:29 +0000
URL: https://git.openjdk.java.net/riscv-port/commit/83d771869046c2a2bf251ee5aebaceba60555e65
8282893: Remove MacroAssembler::push/pop_callee_saved_registers
Reviewed-by: redestad
! src/hotspot/cpu/x86/macroAssembler_x86.cpp
! src/hotspot/cpu/x86/macroAssembler_x86.hpp
Changeset: 9c88c5bb
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2022-03-10 13:50:05 +0000
URL: https://git.openjdk.java.net/riscv-port/commit/9c88c5bb63fb67f301e843d1bd5700d7e5e95204
8282948: JDK-8274980 missed correct handling of MACOSX_BUNDLE_BUILD_VERSION
Reviewed-by: erikj
! make/autoconf/jdk-version.m4
Changeset: 7c8ea9f0
Author: Tyler Steele <tyler.steele at ibm.com>
Committer: Martin Doerr <mdoerr at openjdk.org>
Date: 2022-03-10 15:09:19 +0000
URL: https://git.openjdk.java.net/riscv-port/commit/7c8ea9f05b35069e2b5b43e1a0e46f7dbe374e4c
8282509: [exploded image] ResolvedClassTest fails with similar output
Reviewed-by: mdoerr, dlong
! test/hotspot/jtreg/compiler/inlining/ResolvedClassTest.java
Changeset: 26747990
Author: Alex Blewitt <alex.blewitt at gmail.com>
Committer: Aleksey Shipilev <shade at openjdk.org>
Date: 2022-03-10 15:27:29 +0000
URL: https://git.openjdk.java.net/riscv-port/commit/26747990053ab8f378d7f64cd7e565e530af88fc
8282878: Removed _JavaThread from PhaseTraceTime
Reviewed-by: shade, thartmann
! src/hotspot/share/c1/c1_Compilation.cpp
Changeset: 1668c02e
Author: Anton Litvinov <alitvinov at openjdk.org>
Date: 2022-03-10 16:37:55 +0000
URL: https://git.openjdk.java.net/riscv-port/commit/1668c02ee83cc4f7bd7b2fe5bb7ef59b5dbda081
8277922: Unable to click JCheckBox in JTable through Java Access Bridge
Reviewed-by: aivanov, serb
! src/java.desktop/share/classes/javax/swing/JTable.java
+ test/jdk/javax/accessibility/JTable/BooleanRendererHasAccessibleActionTest.java
Changeset: e8a1ce00
Author: Brian Burkhalter <bpb at openjdk.org>
Date: 2022-03-10 16:38:44 +0000
URL: https://git.openjdk.java.net/riscv-port/commit/e8a1ce00b2981a698b4ba3e09a8b2d49d0051ccb
8280881: (fs) UnixNativeDispatcher.close0 may throw UnixException
Reviewed-by: alanb
! src/java.base/linux/classes/sun/nio/fs/LinuxDosFileAttributeView.java
! src/java.base/linux/classes/sun/nio/fs/LinuxWatchService.java
! src/java.base/unix/classes/sun/nio/fs/UnixCopyFile.java
! src/java.base/unix/classes/sun/nio/fs/UnixDirectoryStream.java
! src/java.base/unix/classes/sun/nio/fs/UnixFileAttributeViews.java
! src/java.base/unix/classes/sun/nio/fs/UnixFileStore.java
! src/java.base/unix/classes/sun/nio/fs/UnixFileSystemProvider.java
! src/java.base/unix/classes/sun/nio/fs/UnixNativeDispatcher.java
! src/java.base/unix/classes/sun/nio/fs/UnixSecureDirectoryStream.java
! src/java.base/unix/classes/sun/nio/fs/UnixUserDefinedFileAttributeView.java
Changeset: fdce97df
Author: Brian Burkhalter <bpb at openjdk.org>
Date: 2022-03-10 17:36:51 +0000
URL: https://git.openjdk.java.net/riscv-port/commit/fdce97df5f03d9aa37d85f271d08971ec47db01d
8267820: (fs) Files.copy should attempt to copy POSIX attributes when target file in custom file system
Reviewed-by: lancea, alanb
! src/java.base/share/classes/java/nio/file/CopyMoveHelper.java
! test/jdk/java/nio/file/Files/CopyAndMove.java
! test/jdk/jdk/nio/zipfs/TestPosix.java
! test/jdk/jdk/nio/zipfs/test.policy
! test/jdk/jdk/nio/zipfs/test.policy.posix
Changeset: 879b6445
Author: Zhengyu Gu <zgu at openjdk.org>
Date: 2022-03-10 18:23:41 +0000
URL: https://git.openjdk.java.net/riscv-port/commit/879b6445e33ad3a07461d01ea8f28a09979a4313
8282897: Fix call parameter to GetStringChars() in HostLocaleProviderAdapter_md.c
Reviewed-by: shade, naoto
! src/java.base/windows/native/libjava/HostLocaleProviderAdapter_md.c
Changeset: 1f295239
Author: John Jiang <jjiang at openjdk.org>
Date: 2022-03-10 18:25:06 +0000
URL: https://git.openjdk.java.net/riscv-port/commit/1f295239b97cccfff24df259215d34c712065867
8282932: a space is needed for the unsupported protocol exception message in ProtocolVersion
Reviewed-by: xuelei, mullan
! src/java.base/share/classes/sun/security/ssl/ProtocolVersion.java
Changeset: b13cacc5
Author: Brian Burkhalter <bpb at openjdk.org>
Date: 2022-03-10 18:25:53 +0000
URL: https://git.openjdk.java.net/riscv-port/commit/b13cacc575f58c206c928f2756698b027ee07b6f
8254574: PrintWriter handling of InterruptedIOException should be removed
Reviewed-by: alanb
! src/java.base/share/classes/java/io/PrintStream.java
! src/java.base/share/classes/java/io/PrintWriter.java
Changeset: 7b91bbba
Author: Aleksey Shipilev <shade at openjdk.org>
Date: 2022-03-10 18:53:59 +0000
URL: https://git.openjdk.java.net/riscv-port/commit/7b91bbba82e871edaf133343415e254972c6ddc7
8282170: JVMTI SetBreakpoint metaspace allocation test
Reviewed-by: cjplummer, lmesnik
+ test/hotspot/jtreg/serviceability/jvmti/SetBreakpoint/TestManyBreakpoints.java
+ test/hotspot/jtreg/serviceability/jvmti/SetBreakpoint/libTestManyBreakpoints.cpp
Changeset: f5217b47
Author: Chris Plummer <cjplummer at openjdk.org>
Date: 2022-03-10 19:08:10 +0000
URL: https://git.openjdk.java.net/riscv-port/commit/f5217b475e2bfcbc649dd1e067222bf500429663
8282852: Debug agent asserts in classTrack_addPreparedClass()
Reviewed-by: amenkov, lmesnik
! src/jdk.jdwp.agent/share/native/libjdwp/classTrack.c
Changeset: bb7ee5a0
Author: Daniel D. Daugherty <dcubed at openjdk.org>
Date: 2022-03-10 19:13:55 +0000
URL: https://git.openjdk.java.net/riscv-port/commit/bb7ee5a04ae21a9f9dc6c59a990f7e571e832f0d
8282314: nsk/jvmti/SuspendThread/suspendthrd003 may leak memory
Reviewed-by: dholmes, cjplummer, amenkov, lmesnik, mseledtsov
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd003.java
! test/hotspot/jtreg/vmTestbase/nsk/share/Log.java
Changeset: a5a1a32d
Author: Yi Yang <yyang at openjdk.org>
Date: 2022-03-11 02:27:01 +0000
URL: https://git.openjdk.java.net/riscv-port/commit/a5a1a32db65b98f0d7bae20cf054be2fbbf2cf3a
8282883: Use JVM_LEAF to avoid ThreadStateTransition for some simple JVM entries
Reviewed-by: dholmes, shade
! src/hotspot/share/prims/jvm.cpp
Changeset: 88f0938c
Author: Yi Yang <yyang at openjdk.org>
Date: 2022-03-11 02:28:07 +0000
URL: https://git.openjdk.java.net/riscv-port/commit/88f0938c943bfacf748ddb0588a301c2cf7e941e
8272493: Suboptimal code generation around Preconditions.checkIndex intrinsic with AVX2
Reviewed-by: redestad, thartmann
! src/hotspot/share/opto/library_call.cpp
Changeset: 2ad0cd7b
Author: Fei Yang <felix.yang at huawei.com>
Date: 2022-03-11 01:42:37 +0000
URL: https://git.openjdk.java.net/riscv-port/commit/2ad0cd7bd58cfa217778a9bdc0ea07106a3ecf39
Merge branch 'master' into riscv-port
More information about the riscv-port-dev
mailing list