hg: jdk8u/jdk8u/jdk: 8 new changesets
rob.mckenna at oracle.com
rob.mckenna at oracle.com
Sun Jun 26 01:13:04 UTC 2016
Changeset: 31a85b394a22
Author: serb
Date: 2016-05-30 13:42 +0300
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/31a85b394a22
8158072: Need a test for JDK-7172749
Reviewed-by: prr, avu
+ test/sun/java2d/ClassCastExceptionForInvalidSurface.java
Changeset: b5f1b7e7f975
Author: avu
Date: 2016-06-06 16:23 +0300
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/b5f1b7e7f975
8158495: CCE: sun.java2d.NullSurfaceData cannot be cast to sun.java2d.opengl.OGLSurfaceData
Reviewed-by: serb, prr
! src/share/classes/sun/java2d/opengl/OGLMaskFill.java
! src/windows/classes/sun/java2d/d3d/D3DMaskFill.java
! test/sun/java2d/ClassCastExceptionForInvalidSurface.java
Changeset: bde3f8eae7f9
Author: akosarev
Date: 2016-06-17 12:59 +0000
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/bde3f8eae7f9
8027575: b113 causing a lot of memory allocation and regression for wls_webapp_atomics
Summary: Reduce buffer allocation and do multiple cipher encryption/decryption calls.
Reviewed-by: xuelei, ascarpino
! src/share/classes/com/sun/crypto/provider/CipherCore.java
! test/com/sun/crypto/provider/Cipher/AES/TestCopySafe.java
Changeset: b760ad429561
Author: akosarev
Date: 2016-06-17 13:05 +0000
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/b760ad429561
8049312: AES/CICO test failed with on several modes
Summary: Fixed error in calculating data sizes when using feedback modes
Reviewed-by: xuelei
! src/share/classes/com/sun/crypto/provider/CipherBlockChaining.java
! src/share/classes/com/sun/crypto/provider/CipherCore.java
! src/share/classes/com/sun/crypto/provider/CipherFeedback.java
! src/share/classes/com/sun/crypto/provider/CounterMode.java
! src/share/classes/com/sun/crypto/provider/ElectronicCodeBook.java
! src/share/classes/com/sun/crypto/provider/GaloisCounterMode.java
! src/share/classes/com/sun/crypto/provider/OutputFeedback.java
! src/share/classes/com/sun/crypto/provider/PCBC.java
Changeset: 8680c7ebabf7
Author: rhalade
Date: 2015-08-28 13:35 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/8680c7ebabf7
8048601: Tests for JCE crypto ciphers (part 1)
Reviewed-by: valeriep
+ test/com/sun/crypto/provider/Cipher/Blowfish/TestCipherBlowfish.java
+ test/com/sun/crypto/provider/Cipher/DES/TestCipherDES.java
+ test/com/sun/crypto/provider/Cipher/DES/TestCipherDESede.java
+ test/com/sun/crypto/provider/Cipher/PBE/TestCipherPBE.java
+ test/com/sun/crypto/provider/Cipher/TestCipher.java
+ test/com/sun/crypto/provider/Cipher/TextLength/DESCipherWrapper.java
+ test/com/sun/crypto/provider/Cipher/TextLength/PBECipherWrapper.java
+ test/com/sun/crypto/provider/Cipher/TextLength/TestCipherTextLength.java
Changeset: df3c11e837ba
Author: msheppar
Date: 2016-06-22 18:28 +0100
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/df3c11e837ba
8146975: NullPointerException in IIOPInputStream.inputClassFields
Reviewed-by: chegar, rriggs, coffeys
+ test/javax/rmi/PortableRemoteObject/8146975/HelloClient.java
+ test/javax/rmi/PortableRemoteObject/8146975/HelloImpl.java
+ test/javax/rmi/PortableRemoteObject/8146975/HelloInterface.java
+ test/javax/rmi/PortableRemoteObject/8146975/HelloServer.java
+ test/javax/rmi/PortableRemoteObject/8146975/RmiIiopReturnValueTest.java
+ test/javax/rmi/PortableRemoteObject/8146975/Test.java
+ test/javax/rmi/PortableRemoteObject/8146975/Test2.java
+ test/javax/rmi/PortableRemoteObject/8146975/Test3.java
+ test/javax/rmi/PortableRemoteObject/8146975/Test4.java
+ test/javax/rmi/PortableRemoteObject/8146975/_HelloImpl_Tie.java
+ test/javax/rmi/PortableRemoteObject/8146975/_HelloInterface_Stub.java
+ test/javax/rmi/PortableRemoteObject/8146975/jtreg.test.policy
! test/javax/rmi/PortableRemoteObject/ConcurrentHashMapTest.java
+ test/javax/rmi/PortableRemoteObject/jtreg.test.policy
Changeset: 2ff1de5b482d
Author: alitvinov
Date: 2016-06-23 18:59 +0300
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/2ff1de5b482d
8057791: Selection in JList is drawn with wrong colors in Nimbus L&F
Reviewed-by: alexp, serb
! src/share/classes/javax/swing/plaf/nimbus/skin.laf
+ test/javax/swing/plaf/nimbus/8057791/bug8057791.java
Changeset: b44d695f738b
Author: robm
Date: 2016-06-25 20:03 +0100
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/b44d695f738b
Merge
More information about the jdk8u-changes
mailing list