hg: jdk8/tl/jaxp: 2 new changesets

2012-02-10 Thread lana . steuck
Changeset: bb694c151fc7 Author:katleman Date: 2012-02-02 09:39 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/bb694c151fc7 Added tag jdk8-b24 for changeset 7836655e2495 ! .hgtags Changeset: dbb7283c197b Author:katleman Date: 2012-02-09 12:55 -0800 URL:

hg: jdk8/tl/corba: 2 new changesets

2012-02-10 Thread lana . steuck
Changeset: e45d6b406d5f Author:katleman Date: 2012-02-02 09:39 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/e45d6b406d5f Added tag jdk8-b24 for changeset b98f0e6dddf9 ! .hgtags Changeset: 79f709a099f4 Author:katleman Date: 2012-02-09 12:55 -0800 URL:

hg: jdk8/tl: 3 new changesets

2012-02-10 Thread lana . steuck
Changeset: 5350cd6e0cc0 Author:katleman Date: 2012-02-02 09:39 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/rev/5350cd6e0cc0 Added tag jdk8-b24 for changeset 1a5f1d6b98d6 ! .hgtags Changeset: 221a378e06a3 Author:lana Date: 2012-02-07 10:36 -0800 URL:

hg: jdk8/tl/langtools: 4 new changesets

2012-02-10 Thread lana . steuck
Changeset: 5a784dab75f1 Author:katleman Date: 2012-02-02 09:39 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/5a784dab75f1 Added tag jdk8-b24 for changeset 6c9d21ca92c4 ! .hgtags Changeset: 520c30f85bb5 Author:lana Date: 2012-02-07 10:39 -0800 URL:

hg: jdk8/tl/hotspot: 74 new changesets

2012-02-10 Thread lana . steuck
Changeset: 5f3fcd591768 Author:amurillo Date: 2012-01-20 17:07 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/5f3fcd591768 7131979: new hotspot build - hs23-b12 Reviewed-by: jcoomes ! make/hotspot_version Changeset: 53a127075045 Author:kvn Date: 2012-01-20

hg: jdk8/tl/jdk: 26 new changesets

2012-02-10 Thread lana . steuck
Changeset: 8da468cf037b Author:katleman Date: 2012-02-02 09:39 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8da468cf037b Added tag jdk8-b24 for changeset 34029a0c69bb ! .hgtags Changeset: ad9f1c8970da Author:prr Date: 2012-01-19 12:41 -0800 URL:

Code review request: CR 7144781, jsse/doc, incorrect URLs in JSSE java doc

2012-02-10 Thread Xuelei Fan
webrev: http://cr.openjdk.java.net/~xuelei/7144781/webrev.00/ In javax.net.ssl java doc, the URL for the Java Cryptography Architecture API Specification Reference should be: http://docs.oracle.com/javase/7/docs/technotes/guides/security/crypto/CryptoSpec.html, but not

Re: Code review request: CR 7144781, jsse/doc, incorrect URLs in JSSE java doc

2012-02-10 Thread Brad Wetmore
Have you done a full pubs/javadoc target to make sure the path will resolve correctly? The location seems to be ok. Brad On 2/10/2012 6:50 PM, Xuelei Fan wrote: webrev: http://cr.openjdk.java.net/~xuelei/7144781/webrev.00/ In javax.net.ssl java doc, the URL for the Java Cryptography

hg: jdk8/tl/jdk: 7142509: Cipher.doFinal(ByteBuffer, ByteBuffer) fails to process when in.remaining() == 0

2012-02-10 Thread bradford . wetmore
Changeset: b16cbeb0d213 Author:wetmore Date: 2012-02-10 19:07 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b16cbeb0d213 7142509: Cipher.doFinal(ByteBuffer,ByteBuffer) fails to process when in.remaining() == 0 Reviewed-by: valeriep !

Re: Code review request: CR 7144781, jsse/doc, incorrect URLs in JSSE java doc

2012-02-10 Thread Xuelei Fan
CC Sowmya. I did not build and verify the pubs docs. But from the javadoc of jdk, the paths refer to the right URLs. Xuelei On 2/11/2012 11:11 AM, Brad Wetmore wrote: Have you done a full pubs/javadoc target to make sure the path will resolve correctly? The location seems to be ok. Brad

Re: Code review request: CR 7144781, jsse/doc, incorrect URLs in JSSE java doc

2012-02-10 Thread Xuelei Fan
The paths/URLs work when I integrated the pubs docs with javadoc of JDK. Thanks, Xuelei On 2/11/2012 12:05 PM, Xuelei Fan wrote: CC Sowmya. I did not build and verify the pubs docs. But from the javadoc of jdk, the paths refer to the right URLs. Xuelei On 2/11/2012 11:11 AM, Brad Wetmore

hg: jdk8/tl/jdk: 7144781: incorrect URLs in JSSE java doc

2012-02-10 Thread xuelei . fan
Changeset: da8b8ee281f9 Author:xuelei Date: 2012-02-10 22:17 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/da8b8ee281f9 7144781: incorrect URLs in JSSE java doc Reviewed-by: wetmore, skannan ! src/share/classes/javax/net/ssl/ExtendedSSLSession.java !