hg: jdk-updates/jdk11u: 13 new changesets
goetz.lindenmaier at sap.com
goetz.lindenmaier at sap.com
Wed May 19 05:59:25 UTC 2021
Changeset: 9250ad6fa277
Author: ccheung
Date: 2019-01-11 14:05 -0800
URL: https://hg.openjdk.java.net/jdk-updates/jdk11u/rev/9250ad6fa277
8216184: CDS/appCDS tests failed on Windows due to long path to a classlist file
Summary: use os::open() instead of fopen()
Reviewed-by: iklam, dholmes
! src/hotspot/share/classfile/classListParser.cpp
! src/hotspot/share/memory/metaspaceShared.cpp
+ test/hotspot/jtreg/runtime/appcds/LongClassListPath.java
! test/hotspot/jtreg/runtime/appcds/jigsaw/classpathtests/DummyClassesInBootClassPath.java
Changeset: 36edc371eb3a
Author: jnimeh
Date: 2021-03-04 15:17 +0000
URL: https://hg.openjdk.java.net/jdk-updates/jdk11u/rev/36edc371eb3a
8254717: isAssignableFrom checks in KeyFactorySpi.engineGetKeySpec appear to be backwards
Reviewed-by: jnimeh
Contributed-by: Ziyi Luo <luoziyi at openjdk.org>
! src/java.base/share/classes/com/sun/crypto/provider/DESKeyFactory.java
! src/java.base/share/classes/com/sun/crypto/provider/DESedeKeyFactory.java
! src/java.base/share/classes/com/sun/crypto/provider/DHKeyFactory.java
! src/java.base/share/classes/sun/security/provider/DSAKeyFactory.java
! src/java.base/share/classes/sun/security/rsa/RSAKeyFactory.java
! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11DHKeyFactory.java
! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11DSAKeyFactory.java
! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11ECKeyFactory.java
! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11KeyFactory.java
! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11RSAKeyFactory.java
! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11SecretKeyFactory.java
! src/jdk.crypto.ec/share/classes/sun/security/ec/ECKeyFactory.java
! src/jdk.crypto.ec/share/classes/sun/security/ec/XDHKeyFactory.java
+ test/jdk/java/security/KeyFactory/KeyFactoryGetKeySpecForInvalidSpec.java
! test/jdk/sun/security/rsa/TestKeyFactory.java
! test/jdk/sun/security/rsa/pss/TestPSSKeySupport.java
Changeset: 0d2d1b28bb7b
Author: valeriep
Date: 2021-03-29 20:14 +0000
URL: https://hg.openjdk.java.net/jdk-updates/jdk11u/rev/0d2d1b28bb7b
8263404: RsaPrivateKeySpec is always recognized as RSAPrivateCrtKeySpec in RSAKeyFactory.engineGetKeySpec
Reviewed-by: valeriep
Contributed-by: Greg Rubin <rubin at amazon.com>, Ziyi Luo <luoziyi at openjdk.org>
! src/java.base/share/classes/sun/security/rsa/RSAKeyFactory.java
! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11RSAKeyFactory.java
! test/jdk/java/security/KeyFactory/KeyFactoryGetKeySpecForInvalidSpec.java
! test/jdk/sun/security/pkcs11/PKCS11Test.java
+ test/jdk/sun/security/pkcs11/nss/p11-nss-sensitive.txt
+ test/jdk/sun/security/pkcs11/rsa/TestP11KeyFactoryGetRSAKeySpec.java
Changeset: 13f5374c822d
Author: egahlin
Date: 2020-05-07 03:18 +0200
URL: https://hg.openjdk.java.net/jdk-updates/jdk11u/rev/13f5374c822d
8243452: JFR: Could not create chunk in repository with over 200 recordings
Reviewed-by: mgronlun
! src/jdk.jfr/share/classes/jdk/jfr/internal/Repository.java
! src/jdk.jfr/share/classes/jdk/jfr/internal/RepositoryChunk.java
Changeset: 8ef49d1c1654
Author: goetz
Date: 2021-05-13 10:16 +0200
URL: https://hg.openjdk.java.net/jdk-updates/jdk11u/rev/8ef49d1c1654
Merge
Changeset: c5676d14224a
Author: bulasevich
Date: 2020-07-24 09:07 -0400
URL: https://hg.openjdk.java.net/jdk-updates/jdk11u/rev/c5676d14224a
8249189: AARCH64: more L2I conversions can be skipped
Reviewed-by: aph
! src/hotspot/cpu/aarch64/aarch64.ad
! src/hotspot/cpu/aarch64/aarch64_ad.m4
Changeset: 16d4c42505f5
Author: bulasevich
Date: 2021-05-14 11:51 +0300
URL: https://hg.openjdk.java.net/jdk-updates/jdk11u/rev/16d4c42505f5
8252311: AArch64: save two words in itable lookup stub
Reviewed-by: adinn, aph
! src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp
Changeset: accdcd005fc6
Author: mbaesken
Date: 2021-05-11 10:49 +0000
URL: https://hg.openjdk.java.net/jdk-updates/jdk11u/rev/accdcd005fc6
8266892: avoid maybe-uninitialized gcc warnings on linux s390x
Reviewed-by: shade, lucy
! src/hotspot/cpu/s390/assembler_s390.inline.hpp
Changeset: df8e3cafa631
Author: mbaesken
Date: 2019-10-18 09:57 +0900
URL: https://hg.openjdk.java.net/jdk-updates/jdk11u/rev/df8e3cafa631
8232084: HotSpot build failed with GCC 9.2.1
Reviewed-by: sspitsyn, cjplummer, dholmes, iklam
! src/hotspot/share/services/diagnosticArgument.cpp
! src/hotspot/share/utilities/compilerWarnings.hpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/jvmti_tools.c
! test/hotspot/jtreg/vmTestbase/vm/mlvm/share/mlvmJvmtiUtils.c
Changeset: d77f2d36a00e
Author: mbaesken
Date: 2019-11-19 13:33 +0900
URL: https://hg.openjdk.java.net/jdk-updates/jdk11u/rev/d77f2d36a00e
8220074: Clean up GCC 8.3 errors in LittleCMS
Reviewed-by: prr
! make/lib/Awt2dLibraries.gmk
Changeset: 0c2a14167fee
Author: thartmann
Date: 2021-04-27 17:10 +0000
URL: https://hg.openjdk.java.net/jdk-updates/jdk11u/rev/0c2a14167fee
8265938: C2's conditional move optimization does not handle top Phi
Reviewed-by: chagedorn, kvn, iignatyev
! src/hotspot/share/opto/loopopts.cpp
+ test/hotspot/jtreg/compiler/loopopts/TestCMoveWithDeadPhi.java
! test/hotspot/jtreg/compiler/loopopts/TestStrangeControl.java
Changeset: 873a691b1ae4
Author: adinn
Date: 2021-05-17 10:28 +0100
URL: https://hg.openjdk.java.net/jdk-updates/jdk11u/rev/873a691b1ae4
8260653: Unreachable nodes keep speculative types alive
Reviewed-by: vlivanov, thartmann
! src/hotspot/share/opto/phaseX.cpp
Changeset: bce3c3659531
Author: goetz
Date: 2021-05-19 07:58 +0200
URL: https://hg.openjdk.java.net/jdk-updates/jdk11u/rev/bce3c3659531
Added tag jdk-11.0.12+3 for changeset 873a691b1ae4
! .hgtags
More information about the jdk-updates-changes
mailing list