git: openjdk/jdk8u: 18 new changesets
Andrew John Hughes
andrew at openjdk.org
Wed Jan 31 03:37:06 UTC 2024
Changeset: 0464401c
Author: Andrew John Hughes <andrew at openjdk.org>
Date: 2023-11-27 17:34:36 +0000
URL: https://git.openjdk.org/jdk8u/commit/0464401cc5d8e4ce52e7e32a82b631d5ba9db310
8320713: Bump update version of OpenJDK: 8u412
Reviewed-by: sgehwolf
! .jcheck/conf
! common/autoconf/version-numbers
Changeset: 3b9c787e
Author: Andrew John Hughes <andrew at openjdk.org>
Date: 2023-11-28 03:17:41 +0000
URL: https://git.openjdk.org/jdk8u/commit/3b9c787e3c8ec3f89bf041d37c0b2d1484a2ada0
8208655: use JTreg skipped status in hotspot tests
8023735: [TESTBUG][macosx] runtime/XCheckJniJsig/XCheckJSig.java fails on MacOS X
8208701: Fix for JDK-8208655 causes test failures in CI tier1
8208706: compiler/tiered/ConstantGettersTransitionsTest.java fails to compile
8186095: upgrade to jtreg 4.2 b08
8183503: Update hotspot tests to allow for unique test classes directory
8213410: UseCompressedOops requirement check fails fails on 32-bit system
Reviewed-by: stuefe, sgehwolf
Backport-of: 17b730d7edf7be91ee841180ea6a59b26c0c567a
! hotspot/test/ProblemList.txt
! hotspot/test/TEST.ROOT
! hotspot/test/compiler/classUnloading/anonymousClass/TestAnonymousClassUnloading.java
! hotspot/test/compiler/tiered/ConstantGettersTransitionsTest.java
! hotspot/test/compiler/tiered/LevelTransitionTest.java
! hotspot/test/compiler/tiered/NonTieredLevelsTest.java
! hotspot/test/compiler/tiered/TieredLevelsTest.java
! hotspot/test/gc/arguments/TestAggressiveHeap.java
! hotspot/test/gc/g1/TestHumongousShrinkHeap.java
! hotspot/test/gc/g1/TestLargePageUseForAuxMemory.java
! hotspot/test/gc/g1/TestShrinkAuxiliaryData.java
! hotspot/test/gc/g1/TestShrinkAuxiliaryData00.java
! hotspot/test/gc/g1/TestShrinkAuxiliaryData05.java
! hotspot/test/gc/g1/TestShrinkAuxiliaryData10.java
! hotspot/test/gc/g1/TestShrinkAuxiliaryData15.java
! hotspot/test/gc/g1/TestShrinkAuxiliaryData20.java
! hotspot/test/gc/g1/TestShrinkAuxiliaryData25.java
! hotspot/test/gc/g1/TestShrinkAuxiliaryData30.java
! hotspot/test/gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java
! hotspot/test/gc/metaspace/TestMetaspaceMemoryPool.java
! hotspot/test/runtime/6819213/TestBootNativeLibraryPath.java
! hotspot/test/runtime/CompressedOops/CompressedClassPointers.java
! hotspot/test/runtime/CompressedOops/CompressedKlassPointerAndOops.java
! hotspot/test/runtime/ErrorHandling/TestOnError.java
! hotspot/test/runtime/Metaspace/FragmentMetaspaceSimple.java
! hotspot/test/runtime/Metaspace/MaxMetaspaceSizeTest.java
! hotspot/test/runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java
! hotspot/test/runtime/SharedArchiveFile/CdsSameObjectAlignment.java
! hotspot/test/runtime/XCheckJniJsig/XCheckJSig.java
! hotspot/test/runtime/memory/LargePages/TestLargePagesFlags.java
! hotspot/test/runtime/os/AvailableProcessors.java
! hotspot/test/runtime/testlibrary/ClassUnloadCommon.java
! hotspot/test/serviceability/jvmti/GetObjectSizeOverflow.java
! test/jtreg-ext/requires/VMProps.java
+ test/lib/jtreg/SkippedException.java
Changeset: b2655a72
Author: Andrew John Hughes <andrew at openjdk.org>
Date: 2023-11-28 03:31:30 +0000
URL: https://git.openjdk.org/jdk8u/commit/b2655a72590ef27304c38638554bc25bda9793bc
8297955: LDAP CertStore should use LdapName and not String for DNs
8224768: Test ActalisCA.java fails
Reviewed-by: sgehwolf
Backport-of: 7f1047edba68cfe2fa2660030cb3dd1abad49e4f
! jdk/src/share/classes/sun/security/provider/certpath/ldap/LDAPCertStore.java
! jdk/test/ProblemList.txt
! jdk/test/security/infra/java/security/cert/CertPathValidator/certification/ActalisCA.java
Changeset: 2f81fb4b
Author: Zdenek Zambersky <zzambers at openjdk.org>
Date: 2023-11-28 10:37:30 +0000
URL: https://git.openjdk.org/jdk8u/commit/2f81fb4b586097e5cb3e139e2131dd7a5b6312a5
8251551: Use .md filename extension for README
Reviewed-by: phh
Backport-of: 4fbe635b21e3aba14dba760168a2f8965c7b29f5
- README
+ README.md
Changeset: a226a47d
Author: Andrew John Hughes <andrew at openjdk.org>
Date: 2023-11-28 14:42:47 +0000
URL: https://git.openjdk.org/jdk8u/commit/a226a47d4367145583cd3821e96397ac1170f6d0
8312126: NullPointerException in CertStore.getCRLs after 8297955
Reviewed-by: sgehwolf
Backport-of: 3c743cfea00692d0b938cb1cbde936084eecf369
! jdk/src/share/classes/sun/security/provider/certpath/ldap/LDAPCertStore.java
Changeset: 8cf7c968
Author: Taizo Kurashige <taizousum11 at gmail.com>
Committer: Paul Hohensee <phh at openjdk.org>
Date: 2023-11-29 13:55:19 +0000
URL: https://git.openjdk.org/jdk8u/commit/8cf7c96813c7f26ee922a2db44a8b5cc97324985
8021961: setAlwaysOnTop doesn't behave correctly in Linux/Solaris under certain scenarios
Reviewed-by: andrew
Backport-of: 09a7c4bc4624dd39ab5500c394c1e298a43a711a
! jdk/src/solaris/classes/sun/awt/X11/XWindowPeer.java
+ jdk/test/java/awt/Window/MultiWindowApp/ChildAlwaysOnTopTest.java
Changeset: b05e6799
Author: Taizo Kurashige <taizousum11 at gmail.com>
Committer: Paul Hohensee <phh at openjdk.org>
Date: 2023-11-29 15:12:07 +0000
URL: https://git.openjdk.org/jdk8u/commit/b05e6799d30a7e5e5b88f12914cd3d0f88aab729
8222323: ChildAlwaysOnTopTest.java fails with "RuntimeException: Failed to unset alwaysOnTop"
Reviewed-by: sgehwolf
Backport-of: 837928ba7955dbfd4a9c966209c3469c0fb5e195
! jdk/test/java/awt/Window/MultiWindowApp/ChildAlwaysOnTopTest.java
Changeset: b610be3d
Author: Andrew John Hughes <andrew at openjdk.org>
Date: 2023-12-02 00:36:43 +0000
URL: https://git.openjdk.org/jdk8u/commit/b610be3da454727b1b22631f24beab165777d6a9
8308592: Framework for CA interoperability testing
8272708: [Test]: Cleanup: test/jdk/security/infra/java/security/cert/CertPathValidator/certification/BuypassCA.java no longer needs ocspEnabled
8288132: Update test artifacts in QuoVadis CA interop tests
8268678: LetsEncryptCA.java test fails as Let’s Encrypt Authority X3 is retired
8270280: security/infra/java/security/cert/CertPathValidator/certification/LetsEncryptCA.java OCSP response error
Reviewed-by: sgehwolf
Backport-of: c4faab66933b5977a466f28c31cba9fc099c8fb4
- jdk/test/security/infra/java/security/cert/CertPathValidator/certification/ActalisCA.java
- jdk/test/security/infra/java/security/cert/CertPathValidator/certification/AmazonCA.java
- jdk/test/security/infra/java/security/cert/CertPathValidator/certification/BuypassCA.java
+ jdk/test/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java
+ jdk/test/security/infra/java/security/cert/CertPathValidator/certification/CertignaCA.java
- jdk/test/security/infra/java/security/cert/CertPathValidator/certification/CertignaRoots.java
- jdk/test/security/infra/java/security/cert/CertPathValidator/certification/ComodoCA.java
- jdk/test/security/infra/java/security/cert/CertPathValidator/certification/EntrustCA.java
- jdk/test/security/infra/java/security/cert/CertPathValidator/certification/GlobalSignR6CA.java
- jdk/test/security/infra/java/security/cert/CertPathValidator/certification/GoDaddyCA.java
- jdk/test/security/infra/java/security/cert/CertPathValidator/certification/GoogleCA.java
- jdk/test/security/infra/java/security/cert/CertPathValidator/certification/LetsEncryptCA.java
- jdk/test/security/infra/java/security/cert/CertPathValidator/certification/MicrosoftTLS.java
- jdk/test/security/infra/java/security/cert/CertPathValidator/certification/QuoVadisCA.java
- jdk/test/security/infra/java/security/cert/CertPathValidator/certification/SSLCA.java
- jdk/test/security/infra/java/security/cert/CertPathValidator/certification/TWCAGlobalCA.java
- jdk/test/security/infra/java/security/cert/CertPathValidator/certification/TeliaSoneraCA.java
+ jdk/test/security/infra/java/security/cert/CertPathValidator/certification/ValidatePathWithURL.java
Changeset: 74a3dddd
Author: Severin Gehwolf <sgehwolf at openjdk.org>
Date: 2023-12-05 16:34:44 +0000
URL: https://git.openjdk.org/jdk8u/commit/74a3ddddd7784b513911bedb999c967fbed92e92
8315757: [8u] Add cacerts JTREG tests to GHA tier1 test set
Reviewed-by: phh, andrew
! jdk/test/TEST.groups
Changeset: 3db93fce
Author: Sergey Bylokhov <serb at openjdk.org>
Date: 2023-12-08 18:05:12 +0000
URL: https://git.openjdk.org/jdk8u/commit/3db93fcef419c4fe5bcc6fadfb3203a10a9d85f2
8301310: The SendRawSysexMessage test may cause a JVM crash
Reviewed-by: andrew
Backport-of: d725b73df01ae4478dfaabc47c48cd7231d91afa
! jdk/src/share/native/com/sun/media/sound/MidiOutDevice.c
! jdk/test/javax/sound/midi/SysexMessage/SendRawSysexMessage.java
Changeset: fc8c4008
Author: Severin Gehwolf <sgehwolf at openjdk.org>
Date: 2023-12-11 10:41:16 +0000
URL: https://git.openjdk.org/jdk8u/commit/fc8c4008c46a41fbd83a5d41de69e8532a4f5b23
8317373: Add Telia Root CA v2
Reviewed-by: phh, andrew
Backport-of: d3ebb4a155be8ed93e79b6b58c645e861ec30267
+ jdk/make/data/cacerts/teliarootcav2
! jdk/test/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java
! jdk/test/sun/security/lib/cacerts/VerifyCACerts.java
Changeset: 4d1c3a6c
Author: Severin Gehwolf <sgehwolf at openjdk.org>
Date: 2023-12-11 15:43:12 +0000
URL: https://git.openjdk.org/jdk8u/commit/4d1c3a6c39a8630968e83cfd2b71dc0c3c938eaf
8317374: Add Let's Encrypt ISRG Root X2
Reviewed-by: phh, andrew
Backport-of: e6f46a43268808d0cbbb3bb93c73aa8e4cbfad83
+ jdk/make/data/cacerts/letsencryptisrgx2
! jdk/test/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java
! jdk/test/sun/security/lib/cacerts/VerifyCACerts.java
Changeset: 7098ac7b
Author: Severin Gehwolf <sgehwolf at openjdk.org>
Date: 2023-12-11 19:23:26 +0000
URL: https://git.openjdk.org/jdk8u/commit/7098ac7ba63ab08d96605caf25173848111fd0db
8318759: Add four DigiCert root certificates
Reviewed-by: phh, andrew
Backport-of: 0ea58048f9b4cdaaa0470b2bcc03913fb3939453
+ jdk/make/data/cacerts/digicertcseccrootg5
+ jdk/make/data/cacerts/digicertcsrsarootg5
+ jdk/make/data/cacerts/digicerttlseccrootg5
+ jdk/make/data/cacerts/digicerttlsrsarootg5
! jdk/test/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java
+ jdk/test/security/infra/java/security/cert/CertPathValidator/certification/DigicertCSRootG5.java
! jdk/test/sun/security/lib/cacerts/VerifyCACerts.java
Changeset: 31162fb2
Author: Severin Gehwolf <sgehwolf at openjdk.org>
Date: 2023-12-13 14:58:02 +0000
URL: https://git.openjdk.org/jdk8u/commit/31162fb2760d01e1fd4a84bcb796400d95c82506
8319187: Add three eMudhra emSign roots
Reviewed-by: andrew
Backport-of: 0bda467f6e29c866c661e88a76a9fe3efc0a0d19
+ jdk/make/data/cacerts/emsigneccrootcag3
+ jdk/make/data/cacerts/emsignrootcag1
+ jdk/make/data/cacerts/emsignrootcag2
! jdk/test/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java
+ jdk/test/security/infra/java/security/cert/CertPathValidator/certification/EmSignRootG2CA.java
! jdk/test/sun/security/lib/cacerts/VerifyCACerts.java
Changeset: 2131e407
Author: Alexey Bakhtin <abakhtin at openjdk.org>
Date: 2023-12-15 20:08:18 +0000
URL: https://git.openjdk.org/jdk8u/commit/2131e40736a1c6e0dceb25fb0d27ff80d9dcb497
8302017: Allocate BadPaddingException only if it will be thrown
Reviewed-by: mbalao, andrew
Backport-of: 334b977259930368160db705c1f2feda0b0e8707
! jdk/src/share/classes/com/sun/crypto/provider/RSACipher.java
! jdk/src/share/classes/sun/security/pkcs11/P11Signature.java
! jdk/src/share/classes/sun/security/rsa/RSAPadding.java
! jdk/src/share/classes/sun/security/rsa/RSASignature.java
+ jdk/test/sun/security/rsa/RSAPaddingCheck.java
Changeset: a645ef48
Author: Alexey Bakhtin <abakhtin at openjdk.org>
Date: 2023-12-16 19:28:58 +0000
URL: https://git.openjdk.org/jdk8u/commit/a645ef48c572e5b06710ae9d49bc4459ad1fa0f2
8320597: RSA signature verification fails on signed data that does not encode params correctly
Reviewed-by: sgehwolf, mbalao, andrew
Backport-of: 11e4a925bec3c1f79e03045d48def53188b655e6
! jdk/src/share/classes/sun/security/rsa/RSASignature.java
+ jdk/test/sun/security/rsa/WithoutNULL.java
Changeset: d898d401
Author: Andrew John Hughes <andrew at openjdk.org>
Date: 2023-12-18 13:57:02 +0000
URL: https://git.openjdk.org/jdk8u/commit/d898d4018e0a16f2115f4b1cbf93eb5e653b789b
Merge
Changeset: 552c6866
Author: Andrew John Hughes <andrew at openjdk.org>
Date: 2024-01-18 01:04:44 +0000
URL: https://git.openjdk.org/jdk8u/commit/552c6866d8ad71ef247b5303f78fa7a65506aea9
Merge
More information about the jdk8u-dev-changes
mailing list