Hi,
Please review this change to fix 7051862. For ACCEPT_ORIGINAL_SERVER,
shouldAccept() throws a NullPointerException for null arguments.
Out of the many options to fix this, I think the best way is to return
false if either of the arguments is null - based on the fact that
HttpCookie.domain
Changeset: e857b2a3ecee
Author:fparain
Date: 2013-06-05 08:41 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e857b2a3ecee
7150256: Add back Diagnostic Command JMX API
Reviewed-by: mchung, jbachorik
! make/java/management/Exportedfiles.gmk
! make/java/management/FILES_c.gmk
!
Changeset: c1af6b5a979a
Author:chegar
Date: 2013-06-05 16:23 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c1af6b5a979a
8015963: Add at since tags to new ConcurrentHashMap methods
Reviewed-by: shade, martin
! src/share/classes/java/util/concurrent/ConcurrentHashMap.java
Changeset: 5edcc8ca4146
Author:chegar
Date: 2013-06-05 16:06 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5edcc8ca4146
8011719: Properties.loadFromXML fails with a chunked HTTP connection
Reviewed-by: michaelm
! src/share/classes/sun/net/www/protocol/http/HttpURLConnection
Changeset: df1b35c7901d
Author:dsamersoff
Date: 2013-06-05 18:20 +0400
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/df1b35c7901d
8015604: JDP packets containing ideographic characters are broken
Summary: Code uses string length rather than byte array length and non ascii
entry b
Changeset: ae700bdb68b6
Author:alanb
Date: 2013-06-05 13:57 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/ae700bdb68b6
8015880: GenerateBreakIteratorData build warning
Reviewed-by: peytoia
! make/tools/src/build/tools/generatebreakiteratordata/CharSet.java
Changeset: de11b20f8c01
Author:psandoz
Date: 2013-05-31 10:53 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/de11b20f8c01
8013649: HashMap spliterator tryAdvance() encounters remaining elements after
forEachRemaining()
Reviewed-by: chegar
! src/share/classes/java/util/HashM
Changeset: 8a9f897a57d6
Author:alanb
Date: 2013-06-05 11:12 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8a9f897a57d6
8003895: java/nio/channels/AsynchronousChannelGroup/Unbounded.java failing
again [win64]
Reviewed-by: chegar
! test/ProblemList.txt
! test/java/nio/channe