hg: jdk8u/jdk8u/jdk: 18 new changesets
rob.mckenna at oracle.com
rob.mckenna at oracle.com
Fri Apr 15 21:24:50 UTC 2016
Changeset: 69ace4513aad
Author: coffeys
Date: 2016-04-11 08:00 +0100
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/69ace4513aad
8149450: LdapCtx.processReturnCode() throwing Null Pointer Exception
Reviewed-by: xuelei
! src/share/classes/com/sun/jndi/ldap/LdapCtx.java
! src/share/classes/com/sun/jndi/ldap/LdapReferralException.java
Changeset: 411e42b16d22
Author: alexsch
Date: 2016-04-11 14:56 +0400
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/411e42b16d22
8076545: Text size is twice bigger under Windows L&F on Win 8.1 with HiDPI display
8149453: [hidpi] JFileChooser does not scale properly on Windows with HiDPI display and Windows L&F
8149368: [hidpi] JLabel font is twice bigger than JTextArea font on Windows 7,HiDPI, Windows L&F
Reviewed-by: flar, serb
! src/windows/native/sun/windows/ThemeReader.cpp
! src/windows/native/sun/windows/awt_DesktopProperties.cpp
! src/windows/native/sun/windows/awt_DesktopProperties.h
+ test/java/awt/font/FontScaling/FontScalingTest.java
Changeset: 948afa0c0057
Author: alexsch
Date: 2016-04-11 15:00 +0400
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/948afa0c0057
8151998: VS2010 ThemeReader.cpp(758) : error C3861: 'round': identifier not found
Reviewed-by: serb, ssadetsky
! src/windows/native/sun/windows/ThemeReader.cpp
! src/windows/native/sun/windows/awt_DesktopProperties.cpp
Changeset: b839c9068d11
Author: asmotrak
Date: 2015-05-25 11:47 +0300
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/b839c9068d11
8050374: More Signature tests
Reviewed-by: valeriep
+ test/java/security/Signature/Offsets.java
+ test/java/security/SignedObject/Chain.java
+ test/java/security/SignedObject/Copy.java
+ test/sun/security/ec/SignatureOffsets.java
+ test/sun/security/ec/SignedObjectChain.java
+ test/sun/security/mscapi/SignatureOffsets.java
+ test/sun/security/mscapi/SignedObjectChain.java
+ test/sun/security/rsa/SignatureOffsets.java
+ test/sun/security/rsa/SignedObjectChain.java
+ test/sun/security/ssl/rsa/SignatureOffsets.java
+ test/sun/security/ssl/rsa/SignedObjectChain.java
Changeset: bf71f2eb4322
Author: tyan
Date: 2015-09-09 21:57 +0000
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/bf71f2eb4322
8044199: Tests for RSA keys and key specifications
Summary: added various tests for SunRsaSign provider
Reviewed-by: valeriep
+ test/sun/security/rsa/KeySizeTest.java
+ test/sun/security/rsa/PrivateKeyEqualityTest.java
+ test/sun/security/rsa/SignatureTest.java
+ test/sun/security/rsa/SpecTest.java
Changeset: fc52c90e812f
Author: dsamersoff
Date: 2016-04-11 21:18 +0300
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/fc52c90e812f
8153673: [BACKOUT] JDWP: Memory Leak: GlobalRefs never deleted when processing invokeMethod command
Summary: The fix for JDK-4858370 cause a number of test fails and backed-out
Reviewed-by: jwilhelm, sspitsyn
! src/share/back/invoker.c
- test/com/sun/jdi/oom/@debuggeeVMOptions
- test/com/sun/jdi/oom/OomDebugTest.java
- test/com/sun/jdi/oom/OomDebugTestSetup.sh
Changeset: 2ecffdf30af0
Author: dsamersoff
Date: 2016-04-11 18:21 +0000
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/2ecffdf30af0
Merge
Changeset: 7d49df0ab4f6
Author: snikandrova
Date: 2016-04-11 14:42 +0300
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/7d49df0ab4f6
8048147: Privilege tests with JAAS Subject.doAs
8076486: [TESTBUG] javax/security/auth/Subject/doAs/NestedActions.java fails if extra VM options are given
Reviewed-by: weijun
+ test/javax/security/auth/Subject/doAs/NestedActions.java
+ test/javax/security/auth/Subject/doAs/policy.expect.ace
+ test/javax/security/auth/Subject/doAs/policy.expect.pae
+ test/javax/security/auth/Subject/doAs/policy.one.principal
+ test/javax/security/auth/Subject/doAs/policy.two.principals
Changeset: 666ddde3fecf
Author: igerasim
Date: 2016-04-12 18:59 +0300
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/666ddde3fecf
8149417: Use final restricted flag
Reviewed-by: mullan, weijun, coffeys
! src/share/classes/javax/crypto/JceSecurity.java
+ test/javax/crypto/JceSecurity/FinalRestricted.java
Changeset: 19d59c553e23
Author: cjplummer
Date: 2015-06-05 13:38 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/19d59c553e23
8081771: ProcessTool.createJavaProcessBuilder() needs new addTestVmAndJavaOptions argument
Summary: Copy ProcessTool.createJavaProcessBuilder functionality from hotspot/test
Reviewed-by: rriggs, sspitsyn, dholmes
! test/lib/testlibrary/jdk/testlibrary/ProcessTools.java
Changeset: 1359b39260b3
Author: asmotrak
Date: 2015-05-18 17:34 +0300
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/1359b39260b3
8079138: Additional negative tests for XML signature processing
Reviewed-by: mullan
! test/javax/xml/crypto/dsig/ValidationTests.java
+ test/javax/xml/crypto/dsig/data/signature-extra-text-in-signed-info.xml
+ test/javax/xml/crypto/dsig/data/signature-no-reference-uri.xml
+ test/javax/xml/crypto/dsig/data/signature-wrong-canonicalization-method-algorithm.xml
+ test/javax/xml/crypto/dsig/data/signature-wrong-signature-method-algorithm.xml
+ test/javax/xml/crypto/dsig/data/signature-wrong-tag-names.xml
+ test/javax/xml/crypto/dsig/data/signature-wrong-transform-algorithm.xml
Changeset: 03bcb1be023d
Author: msolovie
Date: 2016-04-14 16:33 +0300
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/03bcb1be023d
8074931: Additional tests for CertPath API
Reviewed-by: mullan
+ test/java/security/cert/CertPathEncodingTest.java
+ test/java/security/cert/X509CertSelectorTest.java
Changeset: 9633d7df1908
Author: snikandrova
Date: 2016-04-14 16:37 +0300
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/9633d7df1908
8043836: Need new tests for AES cipher
Summary: Add AES cipher tests with various modes, padding schemes and read methods of CipherInputStream for SunJCE provider
Reviewed-by: valeriep
+ test/com/sun/crypto/provider/Cipher/AES/CICO.java
+ test/com/sun/crypto/provider/Cipher/AES/CTR.java
+ test/com/sun/crypto/provider/Cipher/AES/Padding.java
+ test/com/sun/crypto/provider/Cipher/AES/TestAESCipher.java
+ test/com/sun/crypto/provider/Cipher/AES/TestNonexpanding.java
+ test/com/sun/crypto/provider/Cipher/AES/TestSameBuffer.java
Changeset: 4b84ce329063
Author: tonyp
Date: 2016-01-28 10:58 -0500
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/4b84ce329063
8147468: Allow users to bound the size of buffers cached in the per-thread buffer caches
Summary: Introduces the jdk.nio.maxCachedBufferSize property.
Reviewed-by: alanb, bpb
! src/share/classes/sun/nio/ch/Util.java
+ test/sun/nio/ch/TestMaxCachedBufferSize.java
Changeset: 4c095311bcf5
Author: darcy
Date: 2016-01-29 17:03 -0800
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/4c095311bcf5
8148627: RestrictTestMaxCachedBufferSize.java to 64-bit platforms
Reviewed-by: alanb
! test/sun/nio/ch/TestMaxCachedBufferSize.java
Changeset: dec21caa0f9c
Author: darcy
Date: 2015-09-15 15:10 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/dec21caa0f9c
8136506: Include sun.arch.data.model as a property that can be queried by jtreg
Reviewed-by: alanb
! test/TEST.ROOT
Changeset: e9a5a65f75b5
Author: aivanov
Date: 2016-04-15 10:17 +0300
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/e9a5a65f75b5
8146035: Windows - With LCD antialiasing, some glyphs are not rendered correctly
Reviewed-by: serb, prr
Contributed-by: Dmitry Batrak <dmitry.batrak at jetbrains.com>
! src/windows/native/sun/font/lcdglyph.c
Changeset: 939fcf5887f6
Author: robm
Date: 2016-04-15 14:47 +0100
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/939fcf5887f6
Merge
- test/com/sun/jdi/oom/@debuggeeVMOptions
- test/com/sun/jdi/oom/OomDebugTest.java
- test/com/sun/jdi/oom/OomDebugTestSetup.sh
More information about the jdk8u-changes
mailing list