hg: jdk8u/jdk8u/jdk: 23 new changesets

rob.mckenna at oracle.com rob.mckenna at oracle.com
Fri Mar 11 20:05:40 UTC 2016


Changeset: 08f5204fbcdd
Author:    aefimov
Date:      2016-02-29 15:59 +0300
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/08f5204fbcdd

8149915: enabling validate-annotations feature for xsd schema with annotation causes NPE
Reviewed-by: joehw

+ test/javax/xml/jaxp/validation/8149915/Bug8149915.xsd
+ test/javax/xml/jaxp/validation/8149915/SchemaTest.java

Changeset: 5972ad24ef27
Author:    eistepan
Date:      2014-11-19 17:51 +0300
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/5972ad24ef27

8062536: [TESTBUG] Conflicting GC combinations in jdk tests
Reviewed-by: brutisso, dholmes

! test/java/lang/management/MemoryMXBean/LowMemoryTest2.sh
! test/java/lang/management/MemoryMXBean/MemoryManagementConcMarkSweepGC.sh
! test/java/lang/management/MemoryMXBean/MemoryManagementParallelGC.sh
! test/java/lang/management/MemoryMXBean/MemoryManagementSerialGC.sh
! test/java/lang/management/MemoryMXBean/MemoryTestAllGC.sh
! test/java/lang/management/MemoryMXBean/PendingAllGC.sh
! test/java/lang/management/RuntimeMXBean/TestInputArgument.sh
! test/java/lang/ref/EnqueuePollRace.java
! test/sun/tools/jps/JpsHelper.java

Changeset: 041d28c98c29
Author:    dfuchs
Date:      2016-02-26 12:11 +0100
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/041d28c98c29

8150533: Test java/util/logging/LogManagerAppContextDeadlock.java times out intermittently.
Summary: This is a test bug caused by a Logger being garbage collected too early.
Reviewed-by: darcy

! test/java/util/logging/LogManagerAppContextDeadlock.java

Changeset: 1bac251d8776
Author:    aeriksso
Date:      2016-02-18 16:15 +0100
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/1bac251d8776

8149743: JVM crash after debugger hotswap with lambdas
Reviewed-by: sspitsyn, coleenp, dcubed

+ test/com/sun/jdi/RedefineAddPrivateMethod.sh

Changeset: 50ddba4b339c
Author:    serb
Date:      2016-03-02 18:28 +0300
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/50ddba4b339c

8147994: [macosx] JScrollPane jitters up/down during trackpad scrolling on MacOS/Aqua
Reviewed-by: alexp, aivanov

! src/share/classes/javax/swing/plaf/basic/BasicScrollPaneUI.java
- test/javax/swing/JScrollPane/8033000/bug8033000.java
+ test/javax/swing/JScrollPane/HorizontalMouseWheelOnShiftPressed/HorizontalMouseWheelOnShiftPressed.java

Changeset: 11a8193dfa30
Author:    dfuchs
Date:      2016-03-02 11:14 +0100
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/11a8193dfa30

8148820: Missing @since Javadoc tag in Logger.log(Level, Supplier)
Summary: Added @since 1.8
Reviewed-by: lancea, rriggs

! src/share/classes/java/util/logging/Logger.java

Changeset: 21fd38547115
Author:    igerasim
Date:      2016-03-04 14:03 +0300
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/21fd38547115

8149330: Capacity of StringBuilder should not get close to Integer.MAX_VALUE unless necessary
Reviewed-by: martin

! src/share/classes/java/lang/AbstractStringBuilder.java
! src/share/classes/java/lang/StringBuffer.java
+ test/java/lang/StringBuilder/Capacity.java
+ test/java/lang/StringBuilder/HugeCapacity.java

Changeset: e696129b1665
Author:    rhalade
Date:      2014-07-10 03:07 +0000
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/e696129b1665

8041781: Need new regression tests for PBE keys
Reviewed-by: xuelei

+ test/com/sun/crypto/provider/Cipher/PBE/PBESealedObject.java
+ test/com/sun/crypto/provider/Cipher/PBE/PBKDF2Translate.java
+ test/com/sun/crypto/provider/Cipher/PBE/TestCipherKeyWrapperPBEKey.java

Changeset: ef969cc24e95
Author:    xuelei
Date:      2014-12-08 07:15 +0000
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/ef969cc24e95

8049432: New tests for TLS property jdk.tls.client.protocols
Reviewed-by: xuelei
Contributed-by: Zaiyao Liu <zaiyao.liu at oracle.com>

+ test/javax/net/ssl/TLS/TLSClientPropertyTest.java

Changeset: 0190efd70a3b
Author:    wetmore
Date:      2015-01-23 10:31 -0800
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/0190efd70a3b

8069038: javax/net/ssl/TLS/TLSClientPropertyTest.java needs to be updated for JDK-8061210
Reviewed-by: xuelei, mullan

! test/javax/net/ssl/TLS/TLSClientPropertyTest.java

Changeset: 958592947dd3
Author:    asmotrak
Date:      2015-08-20 11:16 -0700
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/958592947dd3

8050460: JAAS login/logout tests with LoginContext
Reviewed-by: xuelei
Contributed-by: svetlana.nikandrova at oracle.com

+ test/javax/security/auth/login/LoginContext/LCTest.jaas.config
+ test/javax/security/auth/login/LoginContext/LCTest.java

Changeset: 98a11082c8ff
Author:    xuelei
Date:      2014-09-02 05:48 +0000
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/98a11082c8ff

8049429: Tests for java client server communications with various TLS/SSL combinations.
Reviewed-by: xuelei
Contributed-by: Raghu Nair <raghu.k.nair at oracle.com>

+ test/javax/net/ssl/TLS/CipherTestUtils.java
+ test/javax/net/ssl/TLS/JSSEClient.java
+ test/javax/net/ssl/TLS/JSSEServer.java
+ test/javax/net/ssl/TLS/TestJSSE.java

Changeset: 5e6c76065a90
Author:    xuelei
Date:      2014-10-20 13:31 +0000
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/5e6c76065a90

8061464: A typo in CipherTestUtils test
Reviewed-by: xuelei
Contributed-by: Florian Weimer <fweimer at redhat.com>

! test/javax/net/ssl/TLS/CipherTestUtils.java

Changeset: 7a1127d6ce9c
Author:    weijun
Date:      2015-06-29 15:04 +0800
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/7a1127d6ce9c

8069253: javax/net/ssl/TLS/TestJSSE.java failed on Mac
Reviewed-by: xuelei

! test/javax/net/ssl/TLS/CipherTestUtils.java

Changeset: cc4344748a20
Author:    xuelei
Date:      2015-01-07 03:59 +0000
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/cc4344748a20

8048607: Test key generation of DES and DESEDE
Reviewed-by: xuelei
Contributed-by: Zaiyao Liu <zaiyao.liu at oracle.com>

! test/com/sun/crypto/provider/Cipher/DES/TestUtility.java
+ test/javax/crypto/KeyGenerator/TestKGParity.java

Changeset: b69b4d8c149a
Author:    xuelei
Date:      2015-05-21 09:35 +0000
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/b69b4d8c149a

8048599: Tests for key wrap and unwrap operations
Reviewed-by: xuelei
Contributed-by: Zaiyao Liu <zaiyao.liu at oracle.com>

+ test/com/sun/crypto/provider/Cipher/KeyWrap/TestCipherKeyWrapperTest.java

Changeset: 2ea57ab37a95
Author:    snikandrova
Date:      2016-03-04 16:26 +0300
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/2ea57ab37a95

8151197: [TEST_BUG] Need to backport fix for test/javax/net/ssl/TLS/TestJSSE.java
Reviewed-by: xuelei

! test/javax/net/ssl/TLS/TestJSSE.java

Changeset: c2c918b0d134
Author:    aeriksso
Date:      2016-03-04 16:37 +0100
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/c2c918b0d134

8129419: heapDumper.cpp: assert(length_in_bytes > 0) failed: nothing to copy
Reviewed-by: dsamersoff, dcubed

! src/share/classes/com/sun/tools/hat/internal/parser/HprofReader.java

Changeset: 2c1206519373
Author:    csahu
Date:      2016-03-04 14:45 +0530
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/2c1206519373

8130425: libjvm crash due to stack overflow in executables with 32k tbss/tdata
Reviewed-by: kevinw, dholmes
Contributed-by: cheleswer.sahu at oracle.com

! src/solaris/classes/java/lang/UNIXProcess.java

Changeset: 8557dfcc5090
Author:    aeriksso
Date:      2016-03-03 18:05 +0100
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/8557dfcc5090

8151064: com/sun/jdi/RedefineAddPrivateMethod.sh fails intermittently
Reviewed-by: dsamersoff, sspitsyn

! test/com/sun/jdi/RedefineAddPrivateMethod.sh

Changeset: 543b8ffec404
Author:    vkempik
Date:      2016-03-04 16:26 +0300
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/543b8ffec404

8130150: Implement BigInteger.montgomeryMultiply intrinsic
Reviewed-by: kvn, mdoerr

! src/share/classes/java/math/BigInteger.java
! src/share/classes/java/math/MutableBigInteger.java

Changeset: 2fa1296ac3d9
Author:    vinnie
Date:      2015-07-15 18:12 +0100
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/2fa1296ac3d9

8041787: Need new regressions tests for buffer handling for PBE algorithms
Reviewed-by: vinnie
Contributed-by: rhalade <rajan.halade at oracle.com>

+ test/com/sun/crypto/provider/Cipher/PBE/PBESameBuffer/AESPBEWrapper.java
+ test/com/sun/crypto/provider/Cipher/PBE/PBESameBuffer/PBECipherWrapper.java
+ test/com/sun/crypto/provider/Cipher/PBE/PBESameBuffer/PBESameBuffer.java
+ test/com/sun/crypto/provider/Cipher/PBE/PBESameBuffer/PBEWrapper.java
+ test/com/sun/crypto/provider/Cipher/PBE/PBESameBuffer/PBEWrapperCreator.java
+ test/com/sun/crypto/provider/Cipher/PBE/PBESameBuffer/PBKDF2Wrapper.java
+ test/com/sun/crypto/provider/Cipher/PBE/PBMacBuffer.java
+ test/com/sun/crypto/provider/Cipher/PBE/PBMacDoFinalVsUpdate.java
+ test/com/sun/crypto/provider/Cipher/PBE/TestCipherPBECons.java

Changeset: 5afcccb74f00
Author:    xuelei
Date:      2014-09-03 02:11 +0000
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/5afcccb74f00

8048362: Tests for doPrivileged with accomplice
Reviewed-by: vinnie
Contributed-by: Raghu Nair <raghu.k.nair at oracle.com>

+ test/java/security/AccessController/DoPrivAccomplice.java
+ test/java/security/AccessController/DoPrivAccompliceTest.java
+ test/java/security/AccessController/DoPrivTest.java
+ test/lib/testlibrary/JavaToolUtils.java



More information about the jdk8u-changes mailing list