Re: Zlib level in JDK7

2011-02-16 Thread Steve Poole
On Wed, 2011-02-16 at 12:53 +, Alan Bateman wrote: > Steve Poole wrote: > > : > > I can appreciate why you want to be cautious right now - but it is > > important that the codebase is regularly upgraded. If IcedTea have shown > > that 1.2.5 is "ok" then I'd say the risk is quite low. > > > >

hg: jdk7/tl/jdk: 7018392: update URLJarFile.java to use try-with-resources

2011-02-16 Thread stuart . marks
Changeset: 6e33b377aa6e Author:smarks Date: 2011-02-16 18:22 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/6e33b377aa6e 7018392: update URLJarFile.java to use try-with-resources Reviewed-by: alanb, chegar, hawtin ! src/share/classes/sun/net/www/protocol/jar/URLJarFile.java

hg: jdk7/tl/jdk: 6999337: java.exe fails to start if some directory names in path to java binaries contain Russian characters

2011-02-16 Thread xueming . shen
Changeset: dbc74475822f Author:sherman Date: 2011-02-16 11:11 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/dbc74475822f 6999337: java.exe fails to start if some directory names in path to java binaries contain Russian characters Summary: updated to make sure the system pro

Re: sun.cpu.isalist

2011-02-16 Thread mark . reinhold
> Date: Wed, 16 Feb 2011 12:33:41 + > From: [email protected] > ... > > Good sleuthing. It looks like jdk5 was the last release to compile in that > code > on Solaris. This does support the case for removing it. Agreed. - Mark

Re: Zlib level in JDK7

2011-02-16 Thread Alan Bateman
Steve Poole wrote: : I can appreciate why you want to be cautious right now - but it is important that the codebase is regularly upgraded. If IcedTea have shown that 1.2.5 is "ok" then I'd say the risk is quite low. For JDK 8 it would make sense to discuss the pros and cons of relying on the

hg: jdk7/tl/jdk: 6562203: Thread doesn't terminate immediately if it was stopped before start

2011-02-16 Thread chris . hegarty
Changeset: afa89f8ab9c8 Author:chegar Date: 2011-02-16 12:38 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/afa89f8ab9c8 6562203: Thread doesn't terminate immediately if it was stopped before start Reviewed-by: dholmes, alanb ! src/share/classes/java/lang/Thread.java - test/

Re: sun.cpu.isalist

2011-02-16 Thread Alan Bateman
Dmytro Sheyko wrote: Hi, I have tried 1.7.0-ea-b129 and 1.6.0_24-b07 on Solaris 11 and they both have shown empty "sun.cpu.isalist". At the same time isalist output is: "amd64 pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86" The code that fills "sun.cpu.isalist" on Soliaris/L

RE: sun.cpu.isalist

2011-02-16 Thread Dmytro Sheyko
Hi, I have tried 1.7.0-ea-b129 and 1.6.0_24-b07 on Solaris 11 and they both have shown empty "sun.cpu.isalist". At the same time isalist output is: "amd64 pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86" The code that fills "sun.cpu.isalist" on Soliaris/Linux is following #ifde

Re: Zlib level in JDK7

2011-02-16 Thread Steve Poole
On Tue, 2011-02-15 at 09:17 -0800, Xueming Shen wrote: > One of the benefits of using a 5-year old version is that it has been > thoroughly tested by > various software for 5 years, given we actually don't have lots of tests > for zlib ourself, this > is very important, at least for me, when cons