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
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
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
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
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
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
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
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
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