hg: jdk7/tl/langtools: 7006109: Add test library to simplify the task of writing automated type-system tests

2010-12-13 Thread maurizio . cimadamore
Changeset: 2199365892b1 Author:mcimadamore Date: 2010-12-13 14:56 + URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/2199365892b1 7006109: Add test library to simplify the task of writing automated type-system tests Summary: Types.java needs to be more stress-tested Review

hg: jdk7/tl/jdk: 2 new changesets

2010-12-13 Thread vincent . x . ryan
Changeset: 8f0957d16c20 Author:vinnie Date: 2010-12-13 14:58 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/8f0957d16c20 6799854: CodeSigner.hashCode() does not work with serialization Reviewed-by: mullan ! src/share/classes/java/security/CodeSigner.java ! src/share/classes/

Sunbug 6934356: Vector.writeObject() synchronization risks serialization deadlock

2010-12-13 Thread Neil Richards
Hello. I have a fix and testcase for problem 6934356 in the Java bug database - "Vector.writeObject() synchronization risks serialization deadlock". I've included the 'hg diff -g' output below. I'm new to OpenJDK - though not to Java SE implementation development - so hope that this is correct ma

Re: Sunbug 6934356: Vector.writeObject() synchronization risks serialization deadlock

2010-12-13 Thread Alan Bateman
Neil Richards wrote: Hello. I have a fix and testcase for problem 6934356 in the Java bug database - "Vector.writeObject() synchronization risks serialization deadlock". I've included the 'hg diff -g' output below. I'm new to OpenJDK - though not to Java SE implementation development - so hope

Re: Sunbug 6934356: Vector.writeObject() synchronization risks serialization deadlock

2010-12-13 Thread Mike Duigou
On Dec 13 2010, at 09:59 , Neil Richards wrote: > Hello. > > I have a fix and testcase for problem 6934356 in the Java bug database > - "Vector.writeObject() synchronization risks serialization deadlock". > I've included the 'hg diff -g' output below. To incorporate any fix it's necessary to ha

Re: Sunbug 6934356: Vector.writeObject() synchronization risks serialization deadlock

2010-12-13 Thread Steve Poole
My understanding is that the necessary contribution agreements have been completed and that Neil and myself have been officially sanctioned by IBM and Oracle management to participate and contribute to OpenJDK. Of course you'll have to check with your management but as far as the two of us are co

Re: Sunbug 6934356: Vector.writeObject() synchronization risks serialization deadlock

2010-12-13 Thread mark . reinhold
> From: Steve Poole > Date: Mon, 13 Dec 2010 19:13:28 + > > My understanding is that the necessary contribution agreements have been > completed and that Neil and myself have been officially sanctioned by IBM > and Oracle management to participate and contribute to OpenJDK. Yes, that's corre

Re: Sunbug 6934356: Vector.writeObject() synchronization risks serialization deadlock

2010-12-13 Thread Neil Richards
On 13 December 2010 18:46, Alan Bateman wrote: > This is the right place, welcome! > First we should probably establish if you are a contributer or not. Your > mail hints that you are in IBM but it's impossible to verify from the mail > address. Hi Alan, I've sent you and Mike a separate email fr

Re: Sunbug 6934356: Vector.writeObject() synchronization risks serialization deadlock

2010-12-13 Thread Neil Richards
On 13 December 2010 19:46, wrote: > (It would make things clearer if Neil had used an ibm.com address, but >  perhaps he has reasons not to do so.) I'm sorry for sowing confusion :-( I'm using a different email address is mainly for easy book-keeping (on my part) - to separate OpenJDK conversat

hg: jdk7/tl/jdk: 7003462: cannot read InputStream returned by java.util.ZipFile.getInputStream(ZipEntry)

2010-12-13 Thread xueming . shen
Changeset: 1740ad242f56 Author:sherman Date: 2010-12-13 14:12 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/1740ad242f56 7003462: cannot read InputStream returned by java.util.ZipFile.getInputStream(ZipEntry) Summary: The returned InflatedInputStream object should be kept i

hg: jdk7/tl/langtools: 2 new changesets

2010-12-13 Thread bhavesh . patel
Changeset: ffbf2b2a8611 Author:bpatel Date: 2010-12-13 13:44 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/ffbf2b2a8611 7006270: Several javadoc regression tests are failing on windows Reviewed-by: jjg ! src/share/classes/com/sun/tools/doclets/formats/html/ClassWriter

hg: jdk7/tl/jdk: 7006129: Project Coin: Annotation type to reduce varargs warnings

2010-12-13 Thread joe . darcy
Changeset: 78885e69c42c Author:darcy Date: 2010-12-13 14:34 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/78885e69c42c 7006129: Project Coin: Annotation type to reduce varargs warnings Reviewed-by: jjg, mcimadamore ! make/java/java/FILES_java.gmk + src/share/classes/java/la

hg: jdk7/tl/langtools: 6993978: Project Coin: Compiler support of annotation to reduce varargs warnings

2010-12-13 Thread joe . darcy
Changeset: 7b99f98b3035 Author:mcimadamore Date: 2010-12-13 15:11 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/7b99f98b3035 6993978: Project Coin: Compiler support of annotation to reduce varargs warnings Reviewed-by: jjg, darcy ! src/share/classes/com/sun/tools/java