git: openjdk/jdk8u: 6 new changesets

Andrew John Hughes andrew at openjdk.org
Tue Nov 29 01:06:29 UTC 2022


Changeset: da0c3828
Author:    Zdenek Zambersky <zzambers at redhat.com>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
Date:      2022-11-22 15:31:00 +0000
URL:       https://git.openjdk.org/jdk8u/commit/da0c382888809c4e0e9b2c0a492e96647a5f103c

8241086: Test runtime/NMT/HugeArenaTracking.java is failing on 32bit Windows

Reviewed-by: sgehwolf
Backport-of: 0cf828153cf8ee337645645b0632e77b8733a734

! hotspot/test/runtime/NMT/HugeArenaTracking.java

Changeset: 5a32484f
Author:    Zdenek Zambersky <zzambers at redhat.com>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
Date:      2022-11-22 15:49:49 +0000
URL:       https://git.openjdk.org/jdk8u/commit/5a32484f0f3be91ccaef76271361ef2fbfdf7558

8297141: Fix hotspot/test/runtime/SharedArchiveFile/DefaultUseWithClient.java for 8u

Reviewed-by: sgehwolf

! hotspot/test/runtime/SharedArchiveFile/DefaultUseWithClient.java

Changeset: c501bfaa
Author:    Alexey Bakhtin <abakhtin at openjdk.org>
Date:      2022-11-23 15:16:22 +0000
URL:       https://git.openjdk.org/jdk8u/commit/c501bfaa5fc2502942b228c907372dccd58c4a20

8269039: Disable SHA-1 Signed JARs

Reviewed-by: mbalao
Backport-of: 6d91a3eb7bd1e1403cfb67f7eb8ce06d7e08e7a7

! jdk/src/share/classes/sun/security/provider/certpath/AlgorithmChecker.java
! jdk/src/share/classes/sun/security/provider/certpath/CertPathConstraintsParameters.java
! jdk/src/share/classes/sun/security/provider/certpath/PKIX.java
! jdk/src/share/classes/sun/security/provider/certpath/PKIXCertPathValidator.java
! jdk/src/share/classes/sun/security/provider/certpath/SunCertPathBuilder.java
! jdk/src/share/classes/sun/security/tools/jarsigner/Main.java
! jdk/src/share/classes/sun/security/util/DisabledAlgorithmConstraints.java
! jdk/src/share/classes/sun/security/util/JarConstraintsParameters.java
! jdk/src/share/lib/security/java.security-aix
! jdk/src/share/lib/security/java.security-linux
! jdk/src/share/lib/security/java.security-macosx
! jdk/src/share/lib/security/java.security-solaris
! jdk/src/share/lib/security/java.security-windows
- jdk/test/java/security/Security/signedfirst/Dyn.sh
+ jdk/test/java/security/Security/signedfirst/DynStatic.java
- jdk/test/java/security/Security/signedfirst/Static.sh
+ jdk/test/java/security/Security/signedfirst/com/sun/exp/provider/EXP.java
+ jdk/test/java/security/Security/signedfirst/com/sun/exp/provider/SHA.java
- jdk/test/java/security/Security/signedfirst/exp.jar
- jdk/test/java/security/Security/signedfirst/keystore.jks
! jdk/test/java/util/jar/JarFile/Signed.jar
! jdk/test/java/util/jar/JarFile/test.jar
! jdk/test/java/util/jar/JarInputStream/signed.jar
! jdk/test/lib/security/SecurityUtils.java
+ jdk/test/sun/security/tools/jarsigner/OldSig.props
! jdk/test/sun/security/tools/jarsigner/Test4431684.java
! jdk/test/sun/security/tools/jarsigner/TimestampCheck.java
! jdk/test/sun/security/tools/jarsigner/diffend.sh
! jdk/test/sun/security/tools/jarsigner/oldsig.sh

Changeset: 9f2f0c22
Author:    Volker Simonis <simonis at openjdk.org>
Date:      2022-11-25 10:51:11 +0000
URL:       https://git.openjdk.org/jdk8u/commit/9f2f0c220b44d0693dc05c915fe62e824bceaddf

6885993: Named Thread: introduce print() and print_on(outputStream* st) methods

Eliminating duplicated code by introducing print_on(outputStream* st) methods in NamedThread

Reviewed-by: phh, andrew
Backport-of: 16a3e2f16d3ffc4dd66e93aa9d75055279499282

! hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.cpp
! hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.hpp
! hotspot/src/share/vm/gc_implementation/g1/concurrentG1RefineThread.cpp
! hotspot/src/share/vm/gc_implementation/g1/concurrentG1RefineThread.hpp
! hotspot/src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp
! hotspot/src/share/vm/gc_implementation/g1/concurrentMarkThread.hpp
! hotspot/src/share/vm/gc_implementation/g1/g1StringDedupThread.cpp
! hotspot/src/share/vm/gc_implementation/g1/g1StringDedupThread.hpp
! hotspot/src/share/vm/gc_implementation/parallelScavenge/gcTaskThread.cpp
! hotspot/src/share/vm/gc_implementation/parallelScavenge/gcTaskThread.hpp
! hotspot/src/share/vm/runtime/thread.cpp
! hotspot/src/share/vm/runtime/thread.hpp
! hotspot/src/share/vm/runtime/vmThread.cpp
! hotspot/src/share/vm/runtime/vmThread.hpp

Changeset: df44cbff
Author:    Volker Simonis <simonis at openjdk.org>
Date:      2022-11-25 11:49:47 +0000
URL:       https://git.openjdk.org/jdk8u/commit/df44cbff663e6415ff75a5cf1a59d9836961ef27

8073464: GC workers do not have thread names

Reviewed-by: phh, andrew
Backport-of: a827cdfa1047ee0af30bb454aad2067420103bae

! hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.cpp
! hotspot/src/share/vm/gc_implementation/parallelScavenge/gcTaskThread.cpp
! hotspot/src/share/vm/gc_implementation/shared/concurrentGCThread.cpp
! hotspot/src/share/vm/runtime/thread.cpp
! hotspot/src/share/vm/runtime/thread.hpp
! hotspot/src/share/vm/runtime/vmThread.cpp
! hotspot/src/share/vm/utilities/workgroup.cpp

Changeset: 41159a51
Author:    Andrew John Hughes <andrew at openjdk.org>
Date:      2022-11-25 16:34:21 +0000
URL:       https://git.openjdk.org/jdk8u/commit/41159a51b418405e634aa08deed07d47611af37f

8255559: Leak File Descriptors Because of ResolverLocalFilesystem#engineResolveURI()

Backport-of: d53072236c503295b893efa6372c869ac84fa688

! jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/DOMReference.java



More information about the jdk8u-dev-changes mailing list