hg: jdk8/tl/jdk: 7163874: InetAddress.isReachable should support pinging 0.0.0.0

2012-05-11 Thread littlee
Changeset: c5a07e3dca63 Author:youdwei Date: 2012-05-11 16:20 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c5a07e3dca63 7163874: InetAddress.isReachable should support pinging 0.0.0.0 Reviewed-by: alanb, chegar ! src/share/native/java/net/net_util.h !

hg: jdk8/tl/jdk: 7167359: (tz) SEGV on solaris if TZ variable not set

2012-05-11 Thread sean . coffey
Changeset: 3e83229a3779 Author:coffeys Date: 2012-05-11 10:09 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3e83229a3779 7167359: (tz) SEGV on solaris if TZ variable not set Reviewed-by: okutsu ! src/solaris/native/java/util/TimeZone_md.c

Re: RFR (S): 7167157: jcmd command file parsing does not respect the stop command

2012-05-11 Thread Nils Loodin
Should it be startsWith? I don't know if we ever plan to implement a command that's called stopFeatureX, but still.. Regards, Nils Loodin On May 11, 2012, at 11:34 , Staffan Larsen wrote: Please review the following fix for the fix for 7154822. Previously all lines in the command file were

Re: RFR (S): 7167157: jcmd command file parsing does not respect the stop command

2012-05-11 Thread Staffan Larsen
Right. Should probably be line.trim().equals(stop) /Staffan On 11 maj 2012, at 11:41, Nils Loodin wrote: Should it be startsWith? I don't know if we ever plan to implement a command that's called stopFeatureX, but still.. Regards, Nils Loodin On May 11, 2012, at 11:34 , Staffan Larsen

Re: RFR (S): 7167157: jcmd command file parsing does not respect the stop command

2012-05-11 Thread Staffan Larsen
New webrev: http://cr.openjdk.java.net/~sla/7167157/webrev.01/ On 11 maj 2012, at 12:17, Staffan Larsen wrote: Right. Should probably be line.trim().equals(stop) /Staffan On 11 maj 2012, at 11:41, Nils Loodin wrote: Should it be startsWith? I don't know if we ever plan to implement a

Fwd: RFR: 7165755 OS Information much longer on linux than other platforms

2012-05-11 Thread Nils Loodin
Lists accidentally dropped of here. For the official record, Davd Holmes, are you hereby happy with the state of my changes and ready to stand by that as an official reviewer? :) Regards, Nils Loodin Begin forwarded message: From: David Holmes david.hol...@oracle.com Subject: Re: RFR:

Re: RFR: 7165755 OS Information much longer on linux than other platforms

2012-05-11 Thread Nils Loodin
And, to be clear, I updated a few lines after the conversation with David. Here's the lastest: http://cr.openjdk.java.net/~nloodin/7165755/webrev.03 Also, David, could you sponsor my push if you're happy? Dear regards, Nils Loodin On May 11, 2012, at 14:07 , Nils Loodin wrote: Lists

hg: hsx/hotspot-rt/langtools: 9 new changesets

2012-05-11 Thread john . coomes
Changeset: 55ae94116e89 Author:jjg Date: 2012-04-06 10:10 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/langtools/rev/55ae94116e89 7157626: Create a new test to check major version for a class file Reviewed-by: jjg Contributed-by: sonali.g...@oracle.com +

hg: jdk8/tl/langtools: 7166990: java/compiler Inherited interfaces using generics sometimes looses the generic type

2012-05-11 Thread sundararajan . athijegannathan
Changeset: 96a8278e323c Author:sundar Date: 2012-05-11 20:06 +0530 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/96a8278e323c 7166990: java/compiler Inherited interfaces using generics sometimes looses the generic type Reviewed-by: mcimadamore !

RFR: 7017818 NLS: JConsoleResources.java cannot be handled by translation team

2012-05-11 Thread Erik Gahlin
Could you please review? I also need a sponsor. http://cr.openjdk.java.net/~egahlin/7156518/1_0/ http://monaco.us.oracle.com/detail.jsf?cr=7017818 The patch is for JDK8, but it needs to ported to 7u6 before 5/16. Thanks! Erik Changes: - Moved localization messages to property files, one

Re: RFR: 7017818 NLS: JConsoleResources.java cannot be handled by translation team

2012-05-11 Thread Michael Fang
Thanks so much Erik for the fix! The messages.properties file look good. I only reviewed the English *messages.properties* file. WPTG will re-translate the ja and zh_CN files. They will attempt to leverage existing translation from *JConsoleResources_xx.java*. I have a comments about another

hg: jdk8/tl/jdk: 7071826: Avoid benign race condition in initialization of UUID

2012-05-11 Thread mike . duigou
Changeset: 944676ef3c58 Author:mduigou Date: 2012-05-11 11:31 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/944676ef3c58 7071826: Avoid benign race condition in initialization of UUID Summary: Avoids mostly benign but sometimes expensive race condition on initialization of

hg: jdk8/tl: 6 new changesets

2012-05-11 Thread lana . steuck
Changeset: afeeed8e5f8c Author:ihse Date: 2012-04-30 12:13 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/rev/afeeed8e5f8c 7165277: Fix missing execute permission issue running logger.sh Reviewed-by: ohair ! common/autoconf/configure ! common/autoconf/configure.ac Changeset:

hg: jdk8/tl/corba: 3 new changesets

2012-05-11 Thread lana . steuck
Changeset: 2d2f6b0f855b Author:katleman Date: 2012-05-09 13:07 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/2d2f6b0f855b Added tag jdk8-b37 for changeset 83fac66442cf ! .hgtags Changeset: b8cbfb31139f Author:katleman Date: 2012-05-09 13:11 -0700 URL:

hg: jdk8/tl/jaxws: 2 new changesets

2012-05-11 Thread lana . steuck
Changeset: ac1ba3b56775 Author:katleman Date: 2012-05-09 13:07 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/ac1ba3b56775 Added tag jdk8-b37 for changeset b05a948db1b6 ! .hgtags Changeset: 7f6b44fd3034 Author:katleman Date: 2012-05-10 10:25 -0700 URL:

hg: jdk8/tl/langtools: 3 new changesets

2012-05-11 Thread lana . steuck
Changeset: 1f224f160aa8 Author:katleman Date: 2012-05-09 13:08 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/1f224f160aa8 Added tag jdk8-b37 for changeset 5891b38985e8 ! .hgtags Changeset: a9f547c218d9 Author:katleman Date: 2012-05-10 10:25 -0700 URL:

hg: jdk8/tl/jaxp: 4 new changesets

2012-05-11 Thread lana . steuck
Changeset: aabc08ea546f Author:ohair Date: 2012-04-30 16:03 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/aabc08ea546f 7165312: Fix jaxp source movement for new build-infra Reviewed-by: ohrstrom ! makefiles/Makefile Changeset: 90204bfab4e2 Author:katleman Date:

hg: jdk8/tl/hotspot: 21 new changesets

2012-05-11 Thread lana . steuck
Changeset: 4ee58fcab520 Author:katleman Date: 2012-05-09 13:07 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/4ee58fcab520 Added tag jdk8-b37 for changeset bfcf92bfefb8 ! .hgtags Changeset: 3c91f2c9fd21 Author:amurillo Date: 2012-04-20 17:13 -0700 URL:

hg: jdk8/tl/jdk: 26 new changesets

2012-05-11 Thread lana . steuck
Changeset: 8e3fb7dd21cd Author:skovatch Date: 2012-04-25 12:18 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8e3fb7dd21cd 7128699: Fix bundle name so it contains the bugfix number in the name. Reviewed-by: robilad ! make/common/Release-macosx.gmk Changeset: 919be2f7fd6e

hg: jdk8/tl/jdk: 7144861: speed up RMI activation tests

2012-05-11 Thread stuart . marks
Changeset: f131d4361faf Author:olagneau Date: 2012-05-11 14:13 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f131d4361faf 7144861: speed up RMI activation tests Reviewed-by: alanb, smarks, dholmes, dmocek ! test/java/rmi/activation/checkusage/CheckUsage.java !

request for codereview, bug 7149528: easy usage of serviceability agent

2012-05-11 Thread Yumin Qi
Hi, all Can I have your codereview for bug 7149528: easy usage of serviceability agent. Problems 1) for launching Serviceability Agent(SA) is that it needs setting several environmental variables for class path, library path options. It is not easy for user to become familiar with those

hg: hsx/hotspot-rt/hotspot: 7157734: hotspot test scripts not testing 64-bit JVM under JPRT/JTREG.

2012-05-11 Thread kevin . walls
Changeset: 037973617842 Author:kevinw Date: 2012-05-11 17:24 +0100 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/037973617842 7157734: hotspot test scripts not testing 64-bit JVM under JPRT/JTREG. Reviewed-by: kvn ! test/compiler/6894807/Test6894807.sh !