hg: jdk7/tl/langtools: 6829189: Java programming with JSR 292 needs language support

2009-05-04 Thread john . rose
Changeset: e2722bd43f3a Author:jrose Date: 2009-05-04 21:04 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/e2722bd43f3a 6829189: Java programming with JSR 292 needs language support Summary: Language changes documented in http://wikis.sun.com/display/mlvm/ProjectCoinPr

hg: jdk7/tl/jaxws: 6658158: Mutable statics in SAAJ (findbugs); ...

2009-05-04 Thread tim . bell
Changeset: 42dfec6871f6 Author:tbell Date: 2009-05-04 21:10 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jaxws/rev/42dfec6871f6 6658158: Mutable statics in SAAJ (findbugs) 6658163: txw2.DatatypeWriter.BUILDIN is a mutable static (findbugs) Reviewed-by: darcy ! src/share/classes/co

hg: jdk7/tl/jaxp: 6588002: XSLTProcessorApplet still allows reading from forbidden URLs

2009-05-04 Thread tim . bell
Changeset: 3abf80631f99 Author:tbell Date: 2009-05-04 21:10 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/3abf80631f99 6588002: XSLTProcessorApplet still allows reading from forbidden URLs Reviewed-by: darcy - src/share/classes/com/sun/org/apache/xalan/internal/client/XSL

hg: jdk7/tl/corba: 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl

2009-05-04 Thread tim . bell
Changeset: e149090eb21a Author:tbell Date: 2009-05-04 18:40 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/corba/rev/e149090eb21a 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl Reviewed-by: darcy ! make/com/sun/corba/se/sources/Makefile ! src/share/cl

Re: Inflater/Deflater improvements

2009-05-04 Thread Martin Buchholz
I think many people will be interested in performance improvements in Inflater/Deflater. I may have time to help review. Caution: This is an area where it can be very tricky to make improvements. Past efforts have optimized one usage pattern at the cost of pessimizing another. Martin On Mon, M

hg: jdk7/tl/jdk: 6834246: (ch) AsynchronousSocketChannel#write completes with wrong number of bytes written under load (win)

2009-05-04 Thread alan . bateman
Changeset: e1a713f0361f Author:alanb Date: 2009-05-04 19:25 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/e1a713f0361f 6834246: (ch) AsynchronousSocketChannel#write completes with wrong number of bytes written under load (win) Reviewed-by: sherman ! src/windows/classes/sun

Re: Inflater/Deflater improvements

2009-05-04 Thread Xueming Shen
Clemens, I will be the "contact person" for this change. I will take a look at you patch this week. Thanks, Sherman Clemens Eisserer wrote: Hi, I've written some patches for Inflater/Deflater about a year ago with Dave Bristor as contact point, however I was in hurry and suspended work on it

Review request 6834246: (ch) AsynchronousSocketChannel#write completes ...

2009-05-04 Thread Alan Bateman
6834246: (ch) AsynchronousSocketChannel#write completes with wrong number of bytes written under load (win) Sherman - this is a Windows specific stability issue with AsynchronousSocketChannel. For cases where I/O operations complete immediately then it is possible that we will initiate anothe

Inflater/Deflater improvements

2009-05-04 Thread Clemens Eisserer
Hi, I've written some patches for Inflater/Deflater about a year ago with Dave Bristor as contact point, however I was in hurry and suspended work on it back then. I would be happy if somebody could have a look at: https://bugs.openjdk.java.net/show_bug.cgi?id=19 ... the sooner the stuff is