hg: jdk7/hotspot-rt/hotspot: 7023931: PcDescCache::find_pc_desc should not write _last_pc_desc

2011-03-11 Thread paul . hohensee
Changeset: 3d5a546351ef Author:phh Date: 2011-03-11 16:09 -0500 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/3d5a546351ef 7023931: PcDescCache::find_pc_desc should not write _last_pc_desc Summary: Remove _last_pc_desc and use pcdescs[0] instead. Reviewed-by: dcubed, c

hg: jdk7/tl/langtools: 7006178: findbugs high priority issues in new javadoc

2011-03-11 Thread bhavesh . patel
Changeset: b60754fe206d Author:bpatel Date: 2011-03-11 15:39 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/b60754fe206d 7006178: findbugs high priority issues in new javadoc Reviewed-by: jjg ! src/share/classes/com/sun/tools/doclets/formats/html/ClassUseWriter.java !

hg: jdk7/tl/langtools: 7026868: Apply specification changes fro 6505047

2011-03-11 Thread joe . darcy
Changeset: 46ed58a098ad Author:darcy Date: 2011-03-11 14:07 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/46ed58a098ad 7026868: Apply specification changes fro 6505047 Reviewed-by: jjg ! src/share/classes/javax/lang/model/element/Element.java ! src/share/classes/javax

hg: jdk7/tl/jdk: 7023613: (lc) Incorrect string returned by Locale.toString() with non-empty script field

2011-03-11 Thread naoto . sato
Changeset: 8216ad5fabb8 Author:naoto Date: 2011-03-11 11:31 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/8216ad5fabb8 7023613: (lc) Incorrect string returned by Locale.toString() with non-empty script field Reviewed-by: srl ! src/share/classes/java/util/Locale.java ! test

hg: jdk7/tl/jdk: 7023363: URI("ftp", "[www.abc.com]", "/dir1/dir2", "query", "frag") should throw URISyntaxException

2011-03-11 Thread chris . hegarty
Changeset: 3fdfa11ea5ac Author:chegar Date: 2011-03-11 13:50 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/3fdfa11ea5ac 7023363: URI("ftp", "[www.abc.com]", "/dir1/dir2", "query", "frag") should throw URISyntaxException Reviewed-by: alanb, michaelm ! src/share/classes/java

Re: hg: jdk7/tl/jdk: 7023006: Reduce unnecessary thread activity in ForkJoinPool

2011-03-11 Thread Alex Lam S.L.
Yes, that would make sense indeed. I guess they are referring to the undesirable expansion on the array as opposed to say ArrayIndexOutOfBoundsException. Thanks a lot for the clarification. Alex. On Tue, Mar 8, 2011 at 6:35 PM, Chris Hegarty wrote: > On 03/ 8/11 06:25 PM, Alex Lam S.L. wrot

Re: hg: jdk7/tl/jdk: 7023006: Reduce unnecessary thread activity in ForkJoinPool

2011-03-11 Thread Alex Lam S.L.
Under ForkJoinPool.java: * readers must tolerate null slots. To avoid flailing during should it be "failing" (extraneous "l")? Alex. On Tue, Mar 8, 2011 at 6:17 PM, wrote: > Changeset: 63509149c027 > Author:    dl > Date:      2011-03-08 18:16 + > URL:       http://hg.openjdk.java.net/

hg: jdk7/hotspot-rt/hotspot: 7025485: leverage shared x86-only deoptimization code

2011-03-11 Thread bertrand . delsart
Changeset: 4f148718983e Author:bdelsart Date: 2011-03-10 17:44 +0100 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/4f148718983e 7025485: leverage shared x86-only deoptimization code Summary: removed an ifdef IA32 around harmless code useful for some ports Reviewed-by:

hg: jdk7/tl/jdk: 2 new changesets

2011-03-11 Thread vincent . x . ryan
Changeset: 8ef60faa95d6 Author:vinnie Date: 2011-03-11 09:55 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/8ef60faa95d6 6986477: sun/security/mscapi/AccessKeyStore.sh test is failing on jdk7 Reviewed-by: valeriep ! test/sun/security/mscapi/access.policy ! test/sun/security/

hg: jdk7/tl/jdk: 7026346: URLConnection.guessContentTypeFromStream does not support UTF-8 and UTF-32 xml streams with BOM

2011-03-11 Thread chris . hegarty
Changeset: 107d55ecd50d Author:chegar Date: 2011-03-11 08:57 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/107d55ecd50d 7026346: URLConnection.guessContentTypeFromStream does not support UTF-8 and UTF-32 xml streams with BOM Reviewed-by: alanb Contributed-by: Charles Lee

hg: jdk7/tl/jdk: 7024560: InetAddress.getLocalHost().getHostName() returns localhost for hostnames of length HOST_NAME_MAX

2011-03-11 Thread chris . hegarty
Changeset: ab13f19ee0ff Author:chegar Date: 2011-03-11 08:47 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/ab13f19ee0ff 7024560: InetAddress.getLocalHost().getHostName() returns localhost for hostnames of length HOST_NAME_MAX Reviewed-by: alanb, michaelm ! src/solaris/nati