Re: hg: jdk7/tl/jdk: 3 new changesets

2011-02-22 Thread Alan Bateman
Too many balls in the air, looks like I created the change-set for 7020888 while have another patch in my working copy. This means the change included changes to several java.io classes that should have been there. Nothing wrong with the change, they fix long standing issues that were touched

Re: hg: jdk7/tl/jdk: 3 new changesets

2009-11-27 Thread Xueming Shen
Bob Lee wrote: On Wed, Oct 21, 2009 at 1:02 PM, > wrote: 4206909: want java.util.zip to work for interactive use (Z_SYNC_FLUSH) Summary: Add sync_flush option into Deflater/DefalterOutputStream Reviewed-by: martin, alanb ! src/share/classes/java/util

Re: hg: jdk7/tl/jdk: 3 new changesets

2009-11-26 Thread Alan Bateman
Bob Lee wrote: : Should we use an enum for the flush strategies? It would help separate them from the compression strategies, and it would make the new method easier to use because it would be obvious at compile time which values you can pass in (as opposed to allowing any random int). Also

Re: hg: jdk7/tl/jdk: 3 new changesets

2009-11-24 Thread Bob Lee
On Wed, Oct 21, 2009 at 1:02 PM, wrote: > 4206909: want java.util.zip to work for interactive use (Z_SYNC_FLUSH) > Summary: Add sync_flush option into Deflater/DefalterOutputStream > Reviewed-by: martin, alanb > > ! src/share/classes/java/util/zip/Deflater.java > ! src/share/classes/java/util/zip