hg: jdk8/tl/jdk: 2 new changesets

2013-07-22 Thread chris . hegarty
Changeset: dcd89e60051a Author:khazra Date: 2013-07-22 15:24 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/dcd89e60051a 8020498: Crash when both libnet.so and libmawt.so are loaded Reviewed-by: chegar, dsamersoff ! src/share/native/java/net/net_util.c Changeset: a3a2889b10

hg: jdk8/tl/jdk: 6799426: Adds constructor PriorityQueue(Comparator)

2013-07-22 Thread mike . duigou
Changeset: a6cbb9808e4b Author:mduigou Date: 2013-07-22 12:59 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a6cbb9808e4b 6799426: Adds constructor PriorityQueue(Comparator) Reviewed-by: lancea ! src/share/classes/java/util/PriorityQueue.java

Re: [7u] 8020940: Valid OCSP responses are rejected for backdated enquiries

2013-07-22 Thread Valerie (Yu-Ching) Peng
The changes look fine. However, the dateCheckedAgainst argument for method SingleResponse constructor becomes obsolete and not used at all. Should it be removed from the method signature, i.e. any reason to keep this? Thanks, Valerie On 07/19/13 09:39, Vincent Ryan wrote: Please review the f

Re: [7u] 8020940: Valid OCSP responses are rejected for backdated enquiries

2013-07-22 Thread Vincent Ryan
Thanks for the review Valerie. Since this is a late change for 7u40 I wanted to minimize the code changes. I will examine removing that additional construction in a later change. On 22/07/2013 23:11, Valerie (Yu-Ching) Peng wrote: The changes look fine. However, the dateCheckedAgainst argumen

hg: jdk8/tl/jdk: 8021109: Add serialVersionUID to LambdaConversionException.java

2013-07-22 Thread joe . darcy
Changeset: 7716beb127d4 Author:darcy Date: 2013-07-22 22:11 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7716beb127d4 8021109: Add serialVersionUID to LambdaConversionException.java Reviewed-by: jrose ! src/share/classes/java/lang/invoke/LambdaConversionException.java