hg: jdk8/tl/jdk: 7193710: ByteArrayOutputStream Javadoc contains unclosed element

2012-08-30 Thread alan . bateman
Changeset: cf492d1199dc Author:dxu Date: 2012-08-30 12:55 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/cf492d1199dc 7193710: ByteArrayOutputStream Javadoc contains unclosed element Reviewed-by: dholmes, alanb, ulfzibis ! src/share/classes/java/io/ByteArrayOutputStream.jav

hg: jdk8/tl/jdk: 7193683: DriverManager Iterator Warning cleanup

2012-08-30 Thread lance . andersen
Changeset: 11bfec75d333 Author:lancea Date: 2012-08-30 13:38 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/11bfec75d333 7193683: DriverManager Iterator Warning cleanup Reviewed-by: lancea Contributed-by: Dan Xu ! src/share/classes/java/sql/DriverManager.java

Re: test/java/security/spec/EllipticCurveMatch.java othervm?

2012-08-30 Thread Brad Wetmore
On 6/15/2011 2:00 AM, Vincent Ryan wrote: On 06/15/11 09:45, Weijun Wang wrote: Hi Vinnie Why does this test run in /othervm mode? Thanks Max It was failing due to SecureRandom problems on some platforms when run in samevm mode. I think it was related to a lack of entropy. Really? That

hg: jdk8/tl/jdk: 2 new changesets

2012-08-30 Thread sean . mullan
Changeset: 0a2565113920 Author:mullan Date: 2012-08-30 14:40 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/0a2565113920 6995421: Eliminate the static dependency to sun.security.ec.ECKeyFactory Reviewed-by: mullan, vinnie Contributed-by: [email protected] ! make/sun/

hg: jdk8/tl/hotspot: 31 new changesets

2012-08-30 Thread lana . steuck
Changeset: 6898d85cf0bb Author:amurillo Date: 2012-08-10 23:19 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/6898d85cf0bb 7190772: new hotspot build - hs24-b21 Reviewed-by: jcoomes ! make/hotspot_version Changeset: d5ec46c7da5c Author:amurillo Date: 2012-08-15

hg: jdk8/tl/jdk: 3 new changesets

2012-08-30 Thread lana . steuck
Changeset: baf30df50ce3 Author:andrew Date: 2012-08-23 15:42 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/baf30df50ce3 7192804: Build should not install jvisualvm man page for OpenJDK Summary: OpenJDK builds don't ship VisualVM so shouldn't ship its man page either. Review

hg: jdk8/tl/jdk: 7195099: update problem list with RMI test failures

2012-08-30 Thread stuart . marks
Changeset: f9b11772c4b2 Author:smarks Date: 2012-08-30 18:53 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f9b11772c4b2 7195099: update problem list with RMI test failures Reviewed-by: alanb ! test/ProblemList.txt

Re: Code review request for JEP-121

2012-08-30 Thread Valerie (Yu-Ching) Peng
Vinnie, 1. Is it possible to replace the CipherCore object w/ CipherSpi object so to maximize the code re-use? The new code uses CipherSpi object for RC4 and CipherCore for RC2. Perhaps by using CipherSpi for both RC4 and RC2, we can have less code which would be easier to maintain... 1. l

Code review request: 6355584: Introduce constrained Kerberos delegation

2012-08-30 Thread Weijun Wang
Hi All Please review http://cr.openjdk.java.net/~weijun/6355584/webrev.00/ This enables 2 changes: 1. As an initiator, you can call ((ExtendedGSSCredential)cred).impersonate(other) to impersonate a client. 2. As an acceptor, context.getDelegCred() can still return a constrained deleg