Re: Filing bugs

2012-01-09 Thread Victor Dyakov
Hi, The same thing is implemented for AWT/Swing/2D bugs amount, our internal convention of [macosx] prefix at the start of the bug synopsis. Additionally we added "macosx" keyword. That is very useful to sort out related bugs. Victor Dyakov victor.dya...@oracle.com Saint Petersburg, Russia On

Re: Filing bugs

2012-01-09 Thread Roger Lewis

Re: Filing bugs

2012-01-09 Thread Roger Lewis
Mike, The page at bugs.sun.com is in the process of being updated to accept bugs against Mac. The workaround would be to select another OS in the pull-down and clearly indicate that the bug is on Mac in the description. It would be useful bugs being being submitted to bugs.sun.com related to

Filing bugs

2012-01-09 Thread Mike Swingler
Where do we file bugs against the Java 7 Mac Developer Preview ? The page says to use: , but there doesn't seem to be any activity there. rejects any attempt to file a bug agains

Re: [7u4-osx] Request for approval for 7123679: [macosx] Update regression tests that use os.name to work on MacOSX

2012-01-09 Thread Paul Hohensee
On 1/9/12 2:26 PM, Kurchi Hazra wrote: There was some room for improvement in test/java/nio/file/Files/CopyAndMove.java and I changed it: http://cr.openjdk.java.net/~khazra/7123679/webrev.03/ Ok. On 1/9/2012 10:54 AM, Paul Hohensee wrote: Approved. Though there does seem to be a bit of c

Re: [7u4-osx] Request for approval for 7123679: [macosx] Update regression tests that use os.name to work on MacOSX

2012-01-09 Thread Kurchi Hazra
There was some room for improvement in test/java/nio/file/Files/CopyAndMove.java and I changed it: http://cr.openjdk.java.net/~khazra/7123679/webrev.03/ On 1/9/2012 10:54 AM, Paul Hohensee wrote: Approved. Though there does seem to be a bit of confusion (to me, anyway) between the places that

Re: [7u4-osx] Request for approval for 7123679: [macosx] Update regression tests that use os.name to work on MacOSX

2012-01-09 Thread Paul Hohensee
Approved. Though there does seem to be a bit of confusion (to me, anyway) between the places that check for solaris | linux | macos and the places that check for !windows. It would be good to define the check in a single method and use that rather than scatter similar-to- identical checks around

[7u4-osx] Request for approval for 7123679: [macosx] Update regression tests that use os.name to work on MacOSX

2012-01-09 Thread Kurchi Hazra
Apologies for the wrong CR number in the subject. Corrected it here. Thanks, - Kurchi Original Message Subject: [7u4-osx] Request for approval for 7127199: [macosx] Update regression tests that use os.name to work on MacOSX Date: Mon, 09 Jan 2012 10:27:09 -0800 From: K

[7u4-osx] Request for approval for 7127199: [macosx] Update regression tests that use os.name to work on MacOSX

2012-01-09 Thread Kurchi Hazra
This is a request to push the following fix to jdk7u-osx: CR: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7123679 Webrev: http://cr.openjdk.java.net/~khazra/7123679/webrev.02/ Reviewed by: alanb, swingler This changeset will be pushed on my behalf by Michael McMahon (michaelm). Thanks

hg: jdk7u/jdk7u-dev/jdk: 7115586: (so) Suppress creation of SocketImpl in SocketAdaptor's constructor

2012-01-09 Thread weijun . wang
Changeset: 0bb7ab40ab76 Author:mbankal Date: 2011-12-30 04:51 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/0bb7ab40ab76 7115586: (so) Suppress creation of SocketImpl in SocketAdaptor's constructor Reviewed-by: chegar ! src/share/classes/sun/nio/ch/SocketAdaptor.jav