hg: jdk8u/jdk8u/jdk: 6 new changesets
gnu.andrew at redhat.com
gnu.andrew at redhat.com
Tue Aug 6 03:34:24 UTC 2019
Changeset: 273fcb2eebd4
Author: valeriep
Date: 2019-02-20 19:16 +0000
URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/273fcb2eebd4
8216597: SIGBUS in Java_sun_security_pkcs11_wrapper_PKCS11_getNativeKeyInfo after JDK-6913047
Summary: changed variable declaration type to byte* from long* to fix SIGBUS error
Reviewed-by: ascarpino
! src/share/native/sun/security/pkcs11/wrapper/p11_keymgmt.c
Changeset: c52f29f8dd18
Author: mbalao
Date: 2019-07-30 17:59 +0100
URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/c52f29f8dd18
8220513: Wrapper Key may get deleted when closing sessions in SunPKCS11 crypto provider
Summary: Do not close the session holding the Wrapper Key while in use. Delete the Wrapper Key when no longer needed.
Reviewed-by: valeriep
! src/share/classes/sun/security/pkcs11/P11Key.java
! src/share/native/sun/security/pkcs11/wrapper/p11_keymgmt.c
Changeset: 2d3d319b8f56
Author: igerasim
Date: 2019-06-25 17:27 -0700
URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/2d3d319b8f56
8226543: Reduce GC pressure during message digest calculations in password-based encryption
Reviewed-by: mullan
! src/share/classes/com/sun/crypto/provider/PBES1Core.java
Changeset: f0eb67dccf17
Author: bpb
Date: 2018-07-03 15:02 -0700
URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/f0eb67dccf17
8202252: (aio) Closed AsynchronousSocketChannel keeps completion handler alive
Summary: Clear handler instance variable after use
Reviewed-by: rriggs, alanb
! src/solaris/classes/sun/nio/ch/UnixAsynchronousSocketChannelImpl.java
+ test/java/nio/channels/AsynchronousSocketChannel/CompletionHandlerRelease.java
Changeset: 6698d87704f4
Author: sgehwolf
Date: 2019-04-25 14:05 +0200
URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/6698d87704f4
8222737: [TESTBUG] Allow for tier 1 like testing in OpenJDK 8u
Reviewed-by: shade, adinn, andrew
! test/Makefile
! test/TEST.groups
Changeset: 89c8bfe10659
Author: andrew
Date: 2019-08-01 03:44 +0100
URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/89c8bfe10659
Added tag jdk8u232-b02 for changeset 6698d87704f4
! .hgtags
More information about the jdk8u-changes
mailing list