hg: jdk8/tl/jdk: 8013395: StringBuffer.toString performance regression impacting embedded benchmarks

2013-05-14 Thread david . holmes
Changeset: a3d79a4c2a24 Author:dholmes Date: 2013-05-15 00:36 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a3d79a4c2a24 8013395: StringBuffer.toString performance regression impacting embedded benchmarks Summary: cache a copy of the char[] to use with toString() and clear

hg: jdk8/tl/langtools: 8014323: Add VariableTree.getNameExpression

2013-05-14 Thread jonathan . gibbons
Changeset: 529fb3ed5d2a Author:jjg Date: 2013-05-14 21:08 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/529fb3ed5d2a 8014323: Add VariableTree.getNameExpression Reviewed-by: darcy ! src/share/classes/com/sun/source/tree/VariableTree.java ! src/share/classes/com/sun/so

hg: jdk8/tl/langtools: 8013163: Convert 4 tools multicatch tests to jtreg format

2013-05-14 Thread jonathan . gibbons
Changeset: 53b389eb39c1 Author:sogoel Date: 2013-05-14 18:02 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/53b389eb39c1 8013163: Convert 4 tools multicatch tests to jtreg format Reviewed-by: jjg + test/tools/javac/multicatch/Pos11.java + test/tools/javac/multicatch/Po

hg: hsx/hotspot-rt/hotspot: 2 new changesets

2013-05-14 Thread yumin . qi
Changeset: f9be75d21404 Author:minqi Date: 2013-05-14 09:41 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/f9be75d21404 8012902: remove use of global operator new - take 2 Summary: The fix of 8010992, disable use of global operator new and new[] which caused failu

Re: RFR: JDK-8014048 - Online user guide of jconsole points incorrect link

2013-05-14 Thread Mandy Chung
On 5/14/13 4:20 AM, Nils Loodin wrote: Mandy: Is the current relased saved somewhere accessible in the jdk It's stored in "java.version" property but it requires parsing to extract the major release number. The private API sun.misc.Version.getMajorVersion returns that. or is that something

Re: jmx-dev [PATCH] JDK-8005472: com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.sh failed on windows

2013-05-14 Thread Stuart Marks
Hi, sorry for the delay in my reply, and thanks for the update. A timeout of 30 seconds should be sufficient. Regarding duplicates: I was just thinking, if you're expecting exactly 10 notifications, you should ensure that you receive exactly 10 notifications, and they're the right ones. But if

hg: jdk8/tl/langtools: 8013852: update reference impl for type-annotations

2013-05-14 Thread jonathan . gibbons
Changeset: ddb4a2bfcd82 Author:jjg Date: 2013-05-14 15:04 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/ddb4a2bfcd82 8013852: update reference impl for type-annotations Reviewed-by: jjg Contributed-by: wdi...@gmail.com, steve.si...@oracle.com, joel.fra...@oracle.com,

hg: jdk8/tl/jdk: 8014217: Base64.getXDecoder().wrap(...).read() doesn't throw exception for an incorrect number of padding chars in the final unit

2013-05-14 Thread xueming . shen
Changeset: c70fff3db913 Author:sherman Date: 2013-05-14 14:20 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c70fff3db913 8014217: Base64.getXDecoder().wrap(...).read() doesn't throw exception for an incorrect number of padding chars in the final unit Summary: to throw IOE f

hg: jdk8/tl/jdk: 8012326: Deadlock occurs when Charset.availableCharsets() is called by several threads at the same time

2013-05-14 Thread xueming . shen
Changeset: 08ef70f60e0d Author:sherman Date: 2013-05-14 14:09 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/08ef70f60e0d 8012326: Deadlock occurs when Charset.availableCharsets() is called by several threads at the same time Summary: removed the race condition risk from Ex

hg: jdk8/tl/langtools: 8014557: Mutable static field in HtmlDocletWriter

2013-05-14 Thread jonathan . gibbons
Changeset: 0384683c64be Author:jjg Date: 2013-05-14 13:55 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/0384683c64be 8014557: Mutable static field in HtmlDocletWriter Reviewed-by: ksrini ! src/share/classes/com/sun/tools/doclets/formats/html/HtmlDocletWriter.java

Re: RFR: JDK-8014048 - Online user guide of jconsole points incorrect link

2013-05-14 Thread Staffan Larsen
Looks good! /Staffan On 14 maj 2013, at 13:20, Nils Loodin wrote: > On 05/14/2013 01:28 AM, Mandy Chung wrote: >> On 5/13/13 1:50 PM, Staffan Larsen wrote: >>> Shouldn't the link be to the oracle site that the sun site redirects to: >>> >>> http://docs.oracle.com/javase/7/docs/technotes/guides

hg: jdk8/tl/langtools: 8014461: genstubs creates default native methods

2013-05-14 Thread jonathan . gibbons
Changeset: 46b9c25f7024 Author:jjg Date: 2013-05-14 12:55 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/46b9c25f7024 8014461: genstubs creates default native methods Reviewed-by: alanb ! make/tools/genstubs/GenStubs.java

hg: jdk8/tl/jdk: 6328537: Improve javadocs for Socket class by adding references to SocketOptions

2013-05-14 Thread kurchi . subhra . hazra
Changeset: 790d292ee761 Author:khazra Date: 2013-05-14 12:01 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/790d292ee761 6328537: Improve javadocs for Socket class by adding references to SocketOptions Summary: Insert references to SocketOptions.java where applicable Reviewed

hg: jdk8/tl/langtools: 8012556: Implement lambda methods on interfaces as static; ...

2013-05-14 Thread robert . field
Changeset: c09b7234cded Author:rfield Date: 2013-05-14 11:11 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/c09b7234cded 8012556: Implement lambda methods on interfaces as static 8006140: Javac NPE compiling Lambda expression on initialization expression of static fiel

hg: jdk8/tl/nashorn: 17 new changesets

2013-05-14 Thread james . laskey
Changeset: b754fb89367d Author:jlaskey Date: 2013-04-30 10:05 -0300 URL: http://hg.openjdk.java.net/jdk8/tl/nashorn/rev/b754fb89367d 8006220: Simplify PropertyMaps Reviewed-by: hannesw, lagergren Contributed-by: james.las...@oracle.com ! src/jdk/nashorn/internal/codegen/MapCreator.

hg: jdk8/tl/jdk: 8012453: (process) Runtime.exec(String) fails if command contains spaces [win]

2013-05-14 Thread alexey . utkin
Changeset: 5ea5f5dfb96a Author:uta Date: 2013-05-14 20:16 +0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5ea5f5dfb96a 8012453: (process) Runtime.exec(String) fails if command contains spaces [win] Reviewed-by: alanb ! src/share/classes/java/lang/ProcessBuilder.java ! src/win

hg: hsx/hotspot-rt/hotspot: 8014138: Add VM option to facilitate the writing of CDS tests

2013-05-14 Thread harold . seigel
Changeset: f944ba972151 Author:hseigel Date: 2013-05-14 09:17 -0400 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/f944ba972151 8014138: Add VM option to facilitate the writing of CDS tests Summary: Added the -XX:SharedArchiveFile option. Reviewed-by: coleenp, ccheung, a

hg: jdk8/tl/jdk: 8014500: bootcycle-images fails after upgrade to JAXP 1.5

2013-05-14 Thread alan . bateman
Changeset: b315cb9a7544 Author:alanb Date: 2013-05-14 14:32 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b315cb9a7544 8014500: bootcycle-images fails after upgrade to JAXP 1.5 Reviewed-by: lancea ! make/tools/src/build/tools/cldrconverter/CLDRConverter.java

Re: RFR: JDK-8014048 - Online user guide of jconsole points incorrect link

2013-05-14 Thread Nils Loodin
On 05/14/2013 01:28 AM, Mandy Chung wrote: On 5/13/13 1:50 PM, Staffan Larsen wrote: Shouldn't the link be to the oracle site that the sun site redirects to: http://docs.oracle.com/javase/7/docs/technotes/guides/management/jconsole.html Staffan, yes, changed this. Can you take it further

hg: hsx/hotspot-rt/hotspot: 8014448: Purge PrintCompactFieldsSavings

2013-05-14 Thread david . holmes
Changeset: a9270d9ecb13 Author:shade Date: 2013-05-14 11:34 +0400 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/a9270d9ecb13 8014448: Purge PrintCompactFieldsSavings Summary: Remove obsolete debugging code. Reviewed-by: dholmes, kvn Contributed-by: Aleksey Shipilev !