hg: jdk7/tl/langtools: 6505047: javax.lang.model.element.Element.getEnclosingElement() doesn't return null for type parameter

2011-02-11 Thread jonathan . gibbons
Changeset: bfeed79c70aa Author:jjg Date: 2011-02-11 17:10 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/bfeed79c70aa 6505047: javax.lang.model.element.Element.getEnclosingElement() doesn't return null for type parameter Reviewed-by: darcy + test/tools/javac/processin

hg: jdk7/tl/jdk: 6996192: Console.readPassword race: input echo off must be prior to writing prompt

2011-02-11 Thread xueming . shen
Changeset: 21a1e86dedc2 Author:sherman Date: 2011-02-11 17:09 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/21a1e86dedc2 6996192: Console.readPassword race: input echo off must be prior to writing prompt Summary: To turn off echo before prompt Reviewed-by: alanb ! src/shar

hg: jdk7/tl/jdk: 7016698: test sun/security/krb5/runNameEquals.sh failed on Ubuntu

2011-02-11 Thread weijun . wang
Changeset: de923c0ec3c4 Author:weijun Date: 2011-02-12 07:30 +0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/de923c0ec3c4 7016698: test sun/security/krb5/runNameEquals.sh failed on Ubuntu Reviewed-by: valeriep ! src/share/classes/sun/security/jgss/wrapper/SunNativeProvider.ja

hg: jdk7/tl/jdk: 6742654: Code insertion/replacement attacks against signed jars; ...

2011-02-11 Thread weijun . wang
Changeset: 8860e17db3bd Author:weijun Date: 2011-02-12 05:09 +0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/8860e17db3bd 6742654: Code insertion/replacement attacks against signed jars 6911041: JCK api/signaturetest tests fails for Mixed Code PIT builds (b91) for all trains

hg: jdk7/tl/jdk: 7007596: (zipfs) FileSystems.newFileSystem(FileRef...) always employs zipfs regardless the real Path type.

2011-02-11 Thread xueming . shen
Changeset: 8711aedb08f2 Author:sherman Date: 2011-02-11 12:20 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/8711aedb08f2 7007596: (zipfs) FileSystems.newFileSystem(FileRef...) always employs zipfs regardless the real Path type. Summary: updated newFileSystem() to throw UOE

Re: Request to backport 6644726

2011-02-11 Thread Joe Darcy
Networking team, Any comments on backporting this change to OpenJDK 6? My inclination is to approve the backport, but I want your input on the issue. -Joe On 2/8/2011 1:19 AM, Florian Weimer wrote: This change: # User jccollet # Date 1208423133 -7200 # Node ID d44e3bf49ffbcbc5c6ce9a8fa4113

Re: please review 7018392, update URLJarFile.java to use try-with-resources

2011-02-11 Thread Alan Bateman
Chris Hegarty wrote: Stuart, Thanks for doing this. The new code looks much cleaner. Please go ahead and push this change. -Chris. Looks okay to me too. One minor comment is that it might be slightly easier to read if it were: File tmpFile = File.createTempFile("jar_cache", null); try {

Re: please review 7018392, update URLJarFile.java to use try-with-resources

2011-02-11 Thread Chris Hegarty
Stuart, Thanks for doing this. The new code looks much cleaner. Please go ahead and push this change. -Chris. On 10/02/2011 21:13, Stuart Marks wrote: Webrev is here: http://cr.openjdk.java.net/~smarks/reviews/7018392/webrev.0/ This uses try-with-resources to close the InputStream reliably

hg: jdk7/tl/jdk: 3 new changesets

2011-02-11 Thread kelly . ohair
Changeset: 7bb09178ffc7 Author:ohair Date: 2011-02-10 20:45 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/7bb09178ffc7 7012644: Regression: jdk/make/common/shared/Defs-windows.gmk has problems on cygwin 7018835: Debug build issues in jdk makefiles Reviewed-by: ksrini ! mak