hg: jdk8/tl/jdk: 8019192: StringIndexOutOfBoundsException: in Class.getSimpleName()

2013-09-26 Thread christian . thalinger
Changeset: 78b4dc33e6e6 Author:twisti Date: 2013-09-26 18:20 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/78b4dc33e6e6 8019192: StringIndexOutOfBoundsException: in Class.getSimpleName() Reviewed-by: jrose ! src/share/classes/java/lang/invoke/MemberName.java

hg: hsx/hotspot-rt/hotspot: 7195622: CheckUnhandledOops has limited usefulness now

2013-09-26 Thread harold . seigel
Changeset: 190899198332 Author:hseigel Date: 2013-09-26 10:25 -0400 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/190899198332 7195622: CheckUnhandledOops has limited usefulness now Summary: Enable CHECK_UNHANDLED_OOPS in fastdebug builds across all supported platforms

hg: jdk8/tl/langtools: 8011738: Write test to check for bootstrap attributes for lambda expressions in class file

2013-09-26 Thread sonali . goel
Changeset: 17653c4c22ec Author:sogoel Date: 2013-09-26 15:04 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/17653c4c22ec 8011738: Write test to check for bootstrap attributes for lambda expressions in class file Reviewed-by: mcimadamore + test/tools/javac/lambda/ByteC

Re: jmx-dev RFR: 8002307 javax.management.modelmbean.ModelMBeanInfoSupport may expose internal representation by storing an externally mutable object

2013-09-26 Thread Eamonn McManus
Reviewed-by: emcmanus The order of the parameters in checkMutableReference and checkReturnMutables is surprising, but otherwise this looks good. Éamonn 2013/9/26 Jaroslav Bachorik > I've updated the webrev to utilize "readResolve" method to clone the > deserialized instance before returning i

Re: jmx-dev RFR: 8002307 javax.management.modelmbean.ModelMBeanInfoSupport may expose internal representation by storing an externally mutable object

2013-09-26 Thread Jaroslav Bachorik
I've updated the webrev to utilize "readResolve" method to clone the deserialized instance before returning it - as recommended by Eamonn. This way it is possible to keep all the fields final while imposing imutability during the deserialization. The update webrev is at http://cr.openjdk.java

hg: jdk8/tl/jdk: 8025173: HashMap.put() replacing an existing key can trigger a resize()

2013-09-26 Thread mike . duigou
Changeset: 8f27030686a6 Author:bchristi Date: 2013-09-26 11:13 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8f27030686a6 8025173: HashMap.put() replacing an existing key can trigger a resize() Summary: Ensure that HashMap is not resized if we're just replacing a value Revie

hg: hsx/hotspot-rt/nashorn: Added tag jdk8-b109 for changeset 6ec2f9e5ed5b

2013-09-26 Thread john . coomes
Changeset: d1e2050e575e Author:cl Date: 2013-09-26 10:43 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/nashorn/rev/d1e2050e575e Added tag jdk8-b109 for changeset 6ec2f9e5ed5b ! .hgtags

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

2013-09-26 Thread john . coomes
Changeset: 985abf1cd327 Author:tbell Date: 2013-09-25 12:24 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/langtools/rev/985abf1cd327 8025411: JPRT to switch to the new Win platforms for JDK8 builds this week Reviewed-by: ksrini, katleman ! make/jprt.properties Changeset: 6f

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

2013-09-26 Thread john . coomes
Changeset: df5d4d016425 Author:tbell Date: 2013-09-25 12:23 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/jaxws/rev/df5d4d016425 8025411: JPRT to switch to the new Win platforms for JDK8 builds this week Reviewed-by: ksrini, katleman ! make/jprt.properties Changeset: cc6823

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

2013-09-26 Thread john . coomes
Changeset: 946f3fd5f8bf Author:tbell Date: 2013-09-25 12:24 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/jdk/rev/946f3fd5f8bf 8025411: JPRT to switch to the new Win platforms for JDK8 builds this week Reviewed-by: ksrini, katleman ! make/jprt.properties ! makefiles/jprt.pro

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

2013-09-26 Thread john . coomes
Changeset: 02bfab2aa938 Author:tbell Date: 2013-09-25 12:23 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/jaxp/rev/02bfab2aa938 8025411: JPRT to switch to the new Win platforms for JDK8 builds this week Reviewed-by: ksrini, katleman ! make/jprt.properties Changeset: 4c84c5b

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

2013-09-26 Thread john . coomes
Changeset: 428428cf5e06 Author:tbell Date: 2013-09-25 12:22 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/corba/rev/428428cf5e06 8025411: JPRT to switch to the new Win platforms for JDK8 builds this week Reviewed-by: ksrini, katleman ! make/jprt.properties Changeset: 3d2b7c

hg: hsx/hotspot-rt: 2 new changesets

2013-09-26 Thread john . coomes
Changeset: 91f47e8da5c6 Author:tbell Date: 2013-09-25 12:21 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/rev/91f47e8da5c6 8025411: JPRT to switch to the new Win platforms for JDK8 builds this week Reviewed-by: ksrini, katleman ! make/jprt.properties Changeset: 0cc21882d2f6

Re: Fwd: RR:(M): JDK-8025250 Sync linux and bsd versions of ps_core file

2013-09-26 Thread Dmitry Samersoff
Yumin, Thank you! -Dmitry On 2013-09-26 22:25, yumin...@oracle.com wrote: > Hi, Dmitry > > Changes looks good. A minor comment for comment: > > agent/src/os/bsd/ps_core.c:233 > Please remove the trailing "For" > agent/src/os/linux/ps_core.c:232 > Please remove the trailing "For" >

Re: Fwd: RR:(M): JDK-8025250 Sync linux and bsd versions of ps_core file

2013-09-26 Thread yumin . qi
Hi, Dmitry Changes looks good. A minor comment for comment: agent/src/os/bsd/ps_core.c:233 Please remove the trailing "For" agent/src/os/linux/ps_core.c:232 Please remove the trailing "For" Thanks Yumin On 9/25/2013 12:14 AM, Dmitry Samersoff wrote: Yumin, Could you take a loo

hg: jdk8/tl/langtools: 8025139: javac patch for using bootstrap compiler for debugging is not working properly

2013-09-26 Thread vicente . romero
Changeset: 13eba2e322e6 Author:vromero Date: 2013-09-26 19:06 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/13eba2e322e6 8025139: javac patch for using bootstrap compiler for debugging is not working properly Reviewed-by: jjg ! make/netbeans/langtools/build.xml ! mak

hg: jdk8/tl/langtools: 8025491: Javac regression test tools/javac/T8003967/DetectMutableStaticFields.java failing

2013-09-26 Thread jan . lahoda
Changeset: 9235ae08a449 Author:jlahoda Date: 2013-09-26 20:07 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/9235ae08a449 8025491: Javac regression test tools/javac/T8003967/DetectMutableStaticFields.java failing Summary: Making HtmlTree.NONENCODING_CHARS final Reviewe

Re: RFR(L): 8024854: Basic changes and files to build the class library on AIX

2013-09-26 Thread Sean Mullan
On 09/16/2013 12:30 PM, Volker Simonis wrote: src/share/lib/security/java.security-aix - Provide default java.security-aix for AIX. The login.configuration.provider property should be set to: sun.security.provider.ConfigFile See 8016848 for more info. After you make this change, java.se

hg: jdk8/tl/nashorn: 6 new changesets

2013-09-26 Thread sundararajan . athijegannathan
Changeset: c5475f5d4647 Author:sundar Date: 2013-09-24 20:43 +0530 URL: http://hg.openjdk.java.net/jdk8/tl/nashorn/rev/c5475f5d4647 8025312: parseInt should convert 'radix' argument to ToInt32 even if empty string is parsed Reviewed-by: jlaskey, hannesw ! src/jdk/nashorn/internal/

Re: jmx-dev Codereview request: 8025205 Intermittent test failure: javax/management/remote/mandatory/connection/BrokenConnectionTest.java

2013-09-26 Thread Daniel Fuchs
On 9/26/13 8:35 AM, shanliang wrote: Hi, Simply wait longer time for a broken notif. webrev: http://cr.openjdk.java.net/~sjiang/JDK-8025205/00/ bug: https://bugs.openjdk.java.net/browse/JDK-8025205 Thanks, Shanliang Hi Shanliang, Looks good. -- daniel

Re: Codereview request: 8025205 Intermittent test failure: javax/management/remote/mandatory/connection/BrokenConnectionTest.java

2013-09-26 Thread Jaroslav Bachorik
Looks good. -JB- On 26.9.2013 08:35, shanliang wrote: Hi, Simply wait longer time for a broken notif. webrev: http://cr.openjdk.java.net/~sjiang/JDK-8025205/00/ bug: https://bugs.openjdk.java.net/browse/JDK-8025205 Thanks, Shanliang

Re: RFR [8014792] Need a test to check if path to java debugger has spaces

2013-09-26 Thread Ivan Gerasimov
Hi Staffan! On 25.09.2013 2:30, Staffan Larsen wrote: Ivan, I'm not sure this test adds anything to the current testing. As far as I understand, the test checks if jdb is in a location that contains space and then tries to start it. If the path does not contain space it does nothing. We alre