Re: RFR: 8010278 SA: provide mechanism for using an alternative SA debugger back-end.

2013-06-25 Thread Kevin Walls
OK I'm coming back with a bit more change as well as those points. http://cr.openjdk.java.net/~kevinw/8010278/webrev.03/ To clarify what's going on: there are actually two sides to this which I had probably mixed up more than was necessary: *existing debugger:* the HotSpotAgent is being crea

hg: jdk8/tl/jdk: 4641897: Faster string conversion of large integers

2013-06-25 Thread alan . bateman
Changeset: 01fcca3d2b8c Author:bpb Date: 2013-06-20 12:15 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/01fcca3d2b8c 4641897: Faster string conversion of large integers Summary: Accelerate conversion to string by means of Schoenhage recursive base conversion. Reviewed-by: b

hg: jdk8/tl/jdk: 8017570: jfr.jar should not be in compact3 (for now)

2013-06-25 Thread alan . bateman
Changeset: 4a4d910e1504 Author:alanb Date: 2013-06-25 13:53 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/4a4d910e1504 8017570: jfr.jar should not be in compact3 (for now) Reviewed-by: erikj ! makefiles/profile-includes.txt

hg: jdk8/tl/jdk: 8016051: Possible ClassCastException in KdcComm

2013-06-25 Thread weijun . wang
Changeset: 89631a384ee6 Author:weijun Date: 2013-06-25 21:51 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/89631a384ee6 8016051: Possible ClassCastException in KdcComm Reviewed-by: weijun Contributed-by: Artem Smotrakov ! src/share/classes/sun/security/krb5/KdcComm.java

RFR (XXS): 8017159: Unexclude sun/tools/JMAP/Basic.sh test

2013-06-25 Thread Erik Helin
Hi all, this minimal change removes the test sun/tools/JMAP/Basic.sh from ProblemList.txt since the bug that caused the test to fail has been fixed. Webrev: http://cr.openjdk.java.net/~ehelin/8017159/webrev.00/ Thanks, Erik

Re: RFR (XXS): 8017159: Unexclude sun/tools/JMAP/Basic.sh test

2013-06-25 Thread Alan Bateman
On 25/06/2013 14:57, Erik Helin wrote: Hi all, this minimal change removes the test sun/tools/JMAP/Basic.sh from ProblemList.txt since the bug that caused the test to fail has been fixed. Webrev: http://cr.openjdk.java.net/~ehelin/8017159/webrev.00/ Looks fine, probably the bug summary should

hg: hsx/hotspot-rt/hotspot: 8017561: Build errors caused by missing .PHONY

2013-06-25 Thread staffan . larsen
Changeset: 01e10b366055 Author:sla Date: 2013-06-25 14:11 +0200 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/01e10b366055 8017561: Build errors caused by missing .PHONY Reviewed-by: stefank, brutisso ! make/excludeSrc.make

hg: jdk8/tl/langtools: 8017104: javac should have a class for primitive types that inherits from Type

2013-06-25 Thread vicente . romero
Changeset: 831467c4c6a7 Author:vromero Date: 2013-06-25 16:12 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/831467c4c6a7 8017104: javac should have a class for primitive types that inherits from Type Reviewed-by: jjg ! src/share/classes/com/sun/tools/javac/api/JavacTr

hg: jdk8/tl/langtools: 8006973: jtreg test fails: test/tools/javac/warnings/AuxiliaryClass/SelfClassWithAux.java

2013-06-25 Thread alexander . zuev
Changeset: aceae9ceebbe Author:kizune Date: 2013-06-25 20:08 +0400 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/aceae9ceebbe 8006973: jtreg test fails: test/tools/javac/warnings/AuxiliaryClass/SelfClassWithAux.java Reviewed-by: ksrini ! test/tools/javac/warnings/Auxiliary

Re: RFR: 8010278 SA: provide mechanism for using an alternative SA debugger back-end.

2013-06-25 Thread Staffan Larsen
Looks good me (still). /Staffan On 25 jun 2013, at 12:13, Kevin Walls wrote: > > OK I'm coming back with a bit more change as well as those points. > > http://cr.openjdk.java.net/~kevinw/8010278/webrev.03/ > > To clarify what's going on: there are actually two sides to this which I had > pr

Re: RFR: 8010278 SA: provide mechanism for using an alternative SA debugger back-end.

2013-06-25 Thread Dmitry Samersoff
Kevin, Looks good for me! Thumbs up. -Dmitry On 2013-06-25 14:13, Kevin Walls wrote: > > OK I'm coming back with a bit more change as well as those points. > > http://cr.openjdk.java.net/~kevinw/8010278/webrev.03/ > > To clarify what's going on: there are actually two sides to this which I

hg: jdk8/tl/jdk: 8014233: java.lang.Thread should have @Contended on TLR fields

2013-06-25 Thread chris . hegarty
Changeset: ac61efd8c593 Author:shade Date: 2013-06-25 20:06 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/ac61efd8c593 8014233: java.lang.Thread should have @Contended on TLR fields Summary: add the @Contended over three TLR fields. Reviewed-by: psandoz, chegar, dholmes, dl

Re: RFR: 8010278 SA: provide mechanism for using an alternative SA debugger back-end.

2013-06-25 Thread Kevin Walls
Thanks Dmitry and Staffan! Kevin On 25/06/13 19:47, Dmitry Samersoff wrote: Kevin, Looks good for me! Thumbs up. -Dmitry On 2013-06-25 14:13, Kevin Walls wrote: OK I'm coming back with a bit more change as well as those points. http://cr.openjdk.java.net/~kevinw/8010278/webrev.03/ To cl

hg: jdk8/tl/jdk: 8017325: Cleanup of the javadoc tag in java.security.cert

2013-06-25 Thread jason . uh
Changeset: 757290440a2f Author:juh Date: 2013-06-25 14:31 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/757290440a2f 8017325: Cleanup of the javadoc tag in java.security.cert Summary: Convert javadoc ... and ... tags to {@code ...} Reviewed-by: darcy ! src/share/classes/ja

hg: jdk8/tl/jdk: 8017326: Cleanup of the javadoc tag in java.security.spec

2013-06-25 Thread jason . uh
Changeset: 3700bb58c9a2 Author:juh Date: 2013-06-25 14:41 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3700bb58c9a2 8017326: Cleanup of the javadoc tag in java.security.spec Summary: Convert javadoc and tags to {@code ...} Reviewed-by: darcy ! src/share/classes/java/sec

hg: jdk8/tl/jdk: 8013836: getFirstDayOfWeek reports wrong day for pt-BR locale

2013-06-25 Thread yong . huang
Changeset: 510035b7 Author:yhuang Date: 2013-06-25 21:03 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/510035b7 8013836: getFirstDayOfWeek reports wrong day for pt-BR locale Reviewed-by: naoto + src/share/classes/sun/util/resources/pt/CalendarData_pt_BR.properties !