git: openjdk/jdk17u: 16 new changesets

Christoph Langer clanger at openjdk.org
Thu Nov 10 08:35:47 UTC 2022


Changeset: e6093985
Author:    Matthias Baesken <mbaesken at openjdk.org>
Date:      2022-11-02 08:57:07 +0000
URL:       https://git.openjdk.org/jdk17u/commit/e60939850e5328b9c0f2002ac5ed7744375bf18b

8287011: Improve container information

Reviewed-by: lucy, mdoerr
Backport-of: d51f4f471f3941294a987dcb68ee264fe27f018a

! src/hotspot/os/linux/cgroupSubsystem_linux.hpp
! src/hotspot/os/linux/cgroupV1Subsystem_linux.cpp
! src/hotspot/os/linux/cgroupV1Subsystem_linux.hpp
! src/hotspot/os/linux/cgroupV2Subsystem_linux.cpp
! src/hotspot/os/linux/cgroupV2Subsystem_linux.hpp
! src/hotspot/os/linux/osContainer_linux.cpp
! src/hotspot/os/linux/osContainer_linux.hpp
! src/hotspot/os/linux/os_linux.cpp
! test/hotspot/jtreg/containers/docker/TestMisc.java

Changeset: eef3c960
Author:    Zdenek Zambersky <zzambers at redhat.com>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
Date:      2022-11-02 14:50:24 +0000
URL:       https://git.openjdk.org/jdk17u/commit/eef3c9605e2d75fc5724118fd0140b7844daa6e8

8282600: SSLSocketImpl should not use user_canceled workaround when not necessary

Backport-of: 7e88ff8a82cefa2a20acc9d5a9e42858d60fe3a3

! src/java.base/share/classes/sun/security/ssl/SSLSocketImpl.java

Changeset: b37d7df4
Author:    Rui Li <ruiamzn at amazon.com>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2022-11-02 21:32:03 +0000
URL:       https://git.openjdk.org/jdk17u/commit/b37d7df487ba94f27ec591ee33721cd7d3c04e58

8275569: Add linux-aarch64 to test-make profiles

Backport-of: af14650127de47058b958be411503584c0ba6323

! make/conf/jib-profiles.js

Changeset: 092be507
Author:    Rui Li <ruiamzn at amazon.com>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2022-11-02 21:33:34 +0000
URL:       https://git.openjdk.org/jdk17u/commit/092be5071e22f0c1993d2db9716241a08e82b435

8287740: NSAccessibilityShowMenuAction not working for text editors

Backport-of: b6cdfd685d0cea308b15558e2dc607a680c89dc0

! src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/CommonComponentAccessibility.m
! test/jdk/java/awt/a11y/AccessibleActionsTest.java

Changeset: f2a10fd2
Author:    Goetz Lindenmaier <goetz at openjdk.org>
Date:      2022-11-03 14:17:25 +0000
URL:       https://git.openjdk.org/jdk17u/commit/f2a10fd27bc8888d4afe3d425fed813c3bc8eb6b

8265489: Stress test times out because of long ObjectSynchronizer::monitors_iterate(...) operation

Backport-of: a5e4def526697d88ff31a5fdb41d823b899372f2

! src/hotspot/share/prims/jvmtiEnvBase.cpp
! src/hotspot/share/prims/jvmtiEnvBase.hpp
! src/hotspot/share/runtime/synchronizer.cpp
! src/hotspot/share/runtime/synchronizer.hpp
! src/hotspot/share/services/threadService.cpp

Changeset: ff14ed4a
Author:    Goetz Lindenmaier <goetz at openjdk.org>
Date:      2022-11-03 14:20:01 +0000
URL:       https://git.openjdk.org/jdk17u/commit/ff14ed4af37e465b928e55af220dbb287f6d2bc0

8292695: SIGQUIT and jcmd attaching mechanism does not work with signal chaining library
8283337: Posix signal handler modification warning triggering incorrectly

Reviewed-by: manc, mdoerr
Backport-of: 45ff10cc68296c7c73d0eafe6fcc9946ab98267e

! src/hotspot/os/posix/signals_posix.cpp
! src/hotspot/os/windows/os_windows.cpp
! src/hotspot/share/runtime/os.cpp
+ test/hotspot/jtreg/runtime/Thread/TestBreakSignalThreadDump.java

Changeset: d38a3432
Author:    Sergey Bylokhov <serb at openjdk.org>
Date:      2022-11-04 08:23:15 +0000
URL:       https://git.openjdk.org/jdk17u/commit/d38a3432c2a5267b1f8315b325a7cd9c24b4da16

8295554: Move the "sizecalc.h" to the correct location

Backport-of: 6673cd857722d117b108590ba7f7c02f8622fc3b

! make/common/modules/LauncherCommon.gmk
! make/modules/java.desktop/lib/Awt2dLibraries.gmk
= src/java.desktop/share/native/common/awt/utility/sizecalc.h

Changeset: 21c52e3d
Author:    Goetz Lindenmaier <goetz at openjdk.org>
Date:      2022-11-07 12:35:53 +0000
URL:       https://git.openjdk.org/jdk17u/commit/21c52e3d0b5171beb0d5f0cb86660116565c8348

8290920: sspi_bridge.dll not built if BUILD_CRYPTO is false

Backport-of: 5e1e449c116d44fb77a21ce4cd5187cfc55263f2

! make/modules/java.security.jgss/Lib.gmk

Changeset: 18c4c253
Author:    Christoph Langer <clanger at openjdk.org>
Date:      2022-11-07 14:00:24 +0000
URL:       https://git.openjdk.org/jdk17u/commit/18c4c253b388f5c031bd8a74a3283cf6e80fb841

8277970: Test jdk/sun/security/ssl/SSLSessionImpl/NoInvalidateSocketException.java fails with "tag mismatch"

Backport-of: d1252653b07ee3d0347b39b96f734e45772b5b36

! src/java.base/share/classes/sun/security/ssl/SSLSocketInputRecord.java
! test/jdk/ProblemList.txt
! test/jdk/sun/security/ssl/SSLSessionImpl/NoInvalidateSocketException.java

Changeset: a61b74e2
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2022-11-08 09:49:15 +0000
URL:       https://git.openjdk.org/jdk17u/commit/a61b74e2adf9aa05747a4b71669e3542a1e98e4b

8272608: java_lang_System::allow_security_manager() doesn't set its initialization flag

Backport-of: 08f0be8388914901ac40525ed995136ce020f432

! src/hotspot/share/classfile/javaClasses.cpp

Changeset: a00bd138
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2022-11-08 09:51:25 +0000
URL:       https://git.openjdk.org/jdk17u/commit/a00bd13884800a2ee45071d1776af94339d86be8

8279941: sun/security/pkcs11/Signature/TestDSAKeyLength.java fails when NSS version detection fails

Backport-of: cddd6def9f796a25137e0059e82053142747c001

! test/jdk/sun/security/pkcs11/Signature/TestDSAKeyLength.java

Changeset: 3a5bcf04
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2022-11-08 09:56:22 +0000
URL:       https://git.openjdk.org/jdk17u/commit/3a5bcf0407ba891c9497afb6f1d8f807a794204d

8281744: x86: Use short jumps in TIG::set_vtos_entry_points

Backport-of: 18704653dcc76b6360b746a6a9c20d614633da0e

! src/hotspot/cpu/x86/templateInterpreterGenerator_x86.cpp

Changeset: 6196d93e
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2022-11-08 13:09:28 +0000
URL:       https://git.openjdk.org/jdk17u/commit/6196d93e54f387b675eedf787b4b266d961cc6a3

8283199: Linux os::cpu_microcode_revision() stalls cold startup

Reviewed-by: stuefe
Backport-of: 1443f6b9191c127abdae38cadb1a44af3c652f1d

! src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp

Changeset: c29dc160
Author:    Goetz Lindenmaier <goetz at openjdk.org>
Date:      2022-11-08 13:12:54 +0000
URL:       https://git.openjdk.org/jdk17u/commit/c29dc160f7f8bc70e361cdc84bd069c869af3e15

8273685: Remove jtreg tag manual=yesno for  java/awt/Graphics/LCDTextAndGraphicsState.java & show test instruction

Backport-of: 2a2e9190d4e866ac1b712feb0e4bb61d08e112c7

! test/jdk/java/awt/Graphics/LCDTextAndGraphicsState.java

Changeset: 7723bb34
Author:    Goetz Lindenmaier <goetz at openjdk.org>
Date:      2022-11-08 13:16:51 +0000
URL:       https://git.openjdk.org/jdk17u/commit/7723bb34e31ff94d4a398df0445ed45c19caf4b3

8286172: Create an automated test for JDK-4516019

Backport-of: e72742eeb5f265e854d098a560cb41c83e93f905

+ test/jdk/javax/swing/JSpinner/JSpinnerFocusTest.java

Changeset: 703a82a3
Author:    Christoph Langer <clanger at openjdk.org>
Date:      2022-11-09 13:11:46 +0000
URL:       https://git.openjdk.org/jdk17u/commit/703a82a34381c04792ad5f5c6c677827c787fc1b

8288132: Update test artifacts in QuoVadis CA interop tests

Backport-of: 3ee1e60595171be0dd8bda47d96e0a1268cdc461

! test/jdk/security/infra/java/security/cert/CertPathValidator/certification/QuoVadisCA.java



More information about the jdk-updates-changes mailing list