hg: jdk9/sandbox/jdk: 3 new changesets

chris.hegarty at oracle.com chris.hegarty at oracle.com
Mon Jul 27 07:16:35 UTC 2015


Changeset: e91956f8f0cf
Author:    jfdenise
Date:      2015-07-24 18:57 +0200
URL:       http://hg.openjdk.java.net/jdk9/sandbox/jdk/rev/e91956f8f0cf

8132335: jimage tool extract and recreate options are not consistent
Summary: Incorrect fileName formatting. Replaced with getFileName() + removal of .jimage extension.
Reviewed-by: jlaskey

! src/java.base/share/classes/jdk/internal/jimage/ImageFileCreator.java

Changeset: 6b0ba4ed1ea4
Author:    bpb
Date:      2015-07-24 11:52 -0700
URL:       http://hg.openjdk.java.net/jdk9/sandbox/jdk/rev/6b0ba4ed1ea4

8065556: (bf) Buffer.position and other methods should include detail in IAE
Summary: Add messages to IAEs which have none.
Reviewed-by: alanb

! src/java.base/share/classes/java/nio/Buffer.java
! src/java.base/share/classes/java/nio/Direct-X-Buffer.java.template
! src/java.base/share/classes/java/nio/Heap-X-Buffer.java.template
! src/java.base/share/classes/java/nio/X-Buffer.java.template
! test/java/nio/Buffer/Basic-X.java.template
! test/java/nio/Buffer/BasicByte.java
! test/java/nio/Buffer/BasicChar.java
! test/java/nio/Buffer/BasicDouble.java
! test/java/nio/Buffer/BasicFloat.java
! test/java/nio/Buffer/BasicInt.java
! test/java/nio/Buffer/BasicLong.java
! test/java/nio/Buffer/BasicShort.java

Changeset: 06c8b6dc07a2
Author:    asmotrak
Date:      2015-07-25 08:50 +0300
URL:       http://hg.openjdk.java.net/jdk9/sandbox/jdk/rev/06c8b6dc07a2

8048596: Tests for AEAD ciphers
Reviewed-by: valeriep

+ test/com/sun/crypto/provider/Cipher/AEAD/Encrypt.java
+ test/com/sun/crypto/provider/Cipher/AEAD/GCMParameterSpecTest.java
+ test/com/sun/crypto/provider/Cipher/AEAD/Helper.java
+ test/com/sun/crypto/provider/Cipher/AEAD/KeyWrapper.java
+ test/com/sun/crypto/provider/Cipher/AEAD/ReadWriteSkip.java
+ test/com/sun/crypto/provider/Cipher/AEAD/SameBuffer.java
+ test/com/sun/crypto/provider/Cipher/AEAD/SealedObjectTest.java
+ test/com/sun/crypto/provider/Cipher/AEAD/WrongAAD.java



More information about the jdk9-sandbox-changes mailing list