hg: jdk8/tl/jdk: 3 new changesets

2012-02-08 Thread chris . hegarty
Changeset: c64c815974ff Author:chegar Date: 2012-02-08 11:16 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c64c815974ff 7105929: java/util/concurrent/FutureTask/BlockingTaskExecutor.java fails on solaris sparc Reviewed-by: dholmes !

hg: jdk8/tl/jdk: 2 new changesets

2012-02-08 Thread staffan . larsen
Changeset: 431bc327f34a Author:sla Date: 2012-01-31 10:46 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/431bc327f34a 7132199: sun/management/jmxremote/bootstrap/JvmstatCountersTest.java failing on all platforms Summary: Make sure HotSpot and JDK looks for well-known files

Re: 100218: BigInteger staticRandom field

2012-02-08 Thread Bill Pugh
OK, I actually starting this bug report when developing a course project (Paul is a student in my class). I got bit by this using Doug Lea's ParallelArray infrastructure. My code was checking which elements in an array of 300,000 long values were prime, by checking for divisibility by small

Re: 7140918: Remove dependency on apt and com.sun.mirror API

2012-02-08 Thread Miroslav Kos
Hi Alan, do you have any update about approving the changeset? The jaxws bundle is already in place, so there should be nothing blocking us from the final step(?) We already have PIT Certificate from QA: https://bug.oraclecorp.com/pls/bug/webbug_print.show?c_rptno=13491649 Regards Miran

Re: RFR: 7134690: remove legacy jnilib support from ClassLoader and System [macosx]

2012-02-08 Thread Scott Kovatch
On Jan 27, 2012, at 4:12 AM, Alan Bateman wrote: On 27/01/2012 11:41, Michael McMahon wrote: Can I get the following change reviewed please? The change is to remove some mac specific code from: src/share/classes/java/lang/System.java and src/share/classes/java/lang/ClassLoader.java

Re: RFR: 7134690: remove legacy jnilib support from ClassLoader and System [macosx]

2012-02-08 Thread Igor Nekrestyanov
On 1/27/12 7:56 AM, Scott Kovatch wrote: On Jan 27, 2012, at 4:12 AM, Alan Bateman wrote: On 27/01/2012 11:41, Michael McMahon wrote: Can I get the following change reviewed please? The change is to remove some mac specific code from: src/share/classes/java/lang/System.java and

Re: Warning Fixes from LJC Hack Session

2012-02-08 Thread Michael Barker
I see RĂ©mi has suggested a slice dice but I think that's a bit too much work for the changes involved. Instead I would suggest a simple split, send the AWT/Printing/Beans changes to awt-dev + 2d-dev, and everything else to core-libs-dev. Attached is the patch that contains everthing else

Float.parseFloat rounding patch

2012-02-08 Thread Louis Wasserman
A while back I independently discovered Sun bug 6358355http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6358355 -- basically, under certain conditions, Float.parseFloat just uses a heuristic to round from Double.parseDouble (it tries to round in the opposite direction from parseDouble), which

Please review: 7143711 : Feature added by 7053556 should not override what's set by the constructor in secure mode

2012-02-08 Thread Joe Wang
Hi, The 7053556 patch added a (Oracle) implementation-only feature to allow users to skip the plugability layer. In the same patch, there was also a change that in secure mode, dependent components should be loaded in a hardwired mode. The implementation-only feature therefore should not

Codereview request for 6995537: different behavior in iso-2022-jp encoding between jdk131/140/141 and jdk142/5/6/7

2012-02-08 Thread Xueming Shen
Hi This is a long standing regression from 1.3.1 on how OutputStreamWriter.flush()/flushBuffer() handles escape or shift sequence in some of the charset/encoding, for example the ISO-2022-JP. ISO-2022-JP is encoding that starts with ASCII mode and then switches between ASCII andJapanese