Re: Request for Review: 7132199: sun/management/jmxremote/bootstrap/JvmstatCountersTest.java failing on all platforms

2012-02-01 Thread Daniel D. Daugherty
The problem is only with comments. Staffan and I discussed this off thread. Dan On 2/1/12 9:15 PM, David Holmes wrote: This fix has been pushed but Dan's comments seem to indicate there is a problem. I confess I can't keep track of which functions are creating and/or looking for which file in

Re: Request for Review: 7132199: sun/management/jmxremote/bootstrap/JvmstatCountersTest.java failing on all platforms

2012-02-01 Thread David Holmes
This fix has been pushed but Dan's comments seem to indicate there is a problem. I confess I can't keep track of which functions are creating and/or looking for which file in which location and which VM is doing the creating/looking. David On 1/02/2012 1:21 AM, Daniel D. Daugherty wrote: Sum

hg: hsx/hotspot-rt/hotspot: 7123386: RFE: Preserve universal builds of HotSpot on Mac OS X

2012-02-01 Thread paul . hohensee
Changeset: 481a9443f721 Author:phh Date: 2012-02-01 15:01 -0500 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/481a9443f721 7123386: RFE: Preserve universal builds of HotSpot on Mac OS X Summary: Add support for packaging HotSpot JVM builds in universal binaries Reviewed

hg: jdk8/tl/jdk: 7141910: Incorrect copyright dates on new test cases.

2012-02-01 Thread bradford . wetmore
Changeset: 55a82eba1986 Author:wetmore Date: 2012-02-01 16:00 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/55a82eba1986 7141910: Incorrect copyright dates on new test cases. Reviewed-by: mullan ! test/sun/security/ssl/com/sun/net/ssl/internal/ssl/EngineArgs/DebugReportsOn

Re: Request for review: 7141739: [osx] Local attach fails if java.io.tmpdir is set

2012-02-01 Thread Daniel D. Daugherty
Forgot to say: Thumbs up! Dan On 2/1/12 3:59 PM, Daniel D. Daugherty wrote: On 2/1/12 9:05 AM, Staffan Larsen wrote: Please review the following change. webrev: http://cr.openjdk.java.net/~sla/7141739/webrev.00/ bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7141739 This is a follo

Re: Request for review: 7141739: [osx] Local attach fails if java.io.tmpdir is set

2012-02-01 Thread Daniel D. Daugherty
On 2/1/12 9:05 AM, Staffan Larsen wrote: Please review the following change. webrev: http://cr.openjdk.java.net/~sla/7141739/webrev.00/ bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7141739 This is a followup of bug 7132199 which is fixed in jdk8 and jdk7u-dev. If the user sets -Djav

Request for review: 7141739: [osx] Local attach fails if java.io.tmpdir is set

2012-02-01 Thread Staffan Larsen
Please review the following change. webrev: http://cr.openjdk.java.net/~sla/7141739/webrev.00/ bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7141739 This is a followup of bug 7132199 which is fixed in jdk8 and jdk7u-dev. If the user sets -Djava.io.tmpdir to something else than /tmp, th

hg: jdk8/tl/jdk: 7120974: ManagementPermission "control" needs clarification

2012-02-01 Thread frederic . parain
Changeset: ac26d04e76c3 Author:fparain Date: 2012-02-01 03:52 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/ac26d04e76c3 7120974: ManagementPermission "control" needs clarification Reviewed-by: mchung, dholmes ! src/share/classes/java/lang/management/ManagementPermission.ja

Re: Patch to fix build breakage with GCC 4.7

2012-02-01 Thread Paul Hohensee
On, and it's not supported by Oracle, of course. One of the Linux distro companies might be interested though. On 2/1/12 7:12 AM, Paul Hohensee wrote: linux-sparc used to build and run fine (I did the port way back when), so it should be relatively easy to resurrect. The original port was on a

Re: Patch to fix build breakage with GCC 4.7

2012-02-01 Thread Paul Hohensee
linux-sparc used to build and run fine (I did the port way back when), so it should be relatively easy to resurrect. The original port was on a T1. Paul On 1/31/12 10:23 AM, Deepak Bhole wrote: * David Holmes [2012-01-30 21:50]: On 31/01/2012 12:36 PM, Deepak Bhole wrote: * David Holmes [