Re: [7u12] Request for approval for CR 8000999: backport of JSR 292 to 7u

2012-10-19 Thread Christian Thalinger
On Oct 19, 2012, at 1:39 AM, Dalibor Topic wrote: > On 10/18/12 9:22 PM, Christian Thalinger wrote: >> diff --git a/src/share/classes/sun/misc/Unsafe.java >> b/src/share/classes/sun/misc/Unsafe.java >> --- a/src/share/classes/sun/misc/Unsafe.java >> +++ b/src/share/classes/sun/misc/Unsafe.java

Re: [7u12] Request for approval for CR 8000999: backport of JSR 292 to 7u

2012-10-19 Thread Christian Thalinger
On Oct 19, 2012, at 11:26 AM, Christian Thalinger wrote: > > On Oct 18, 2012, at 6:48 PM, Seán Coffey wrote: > >> Christian, >> >> It is quite a big code change for 7u, one worthy of more testing before >> integration perhaps. Doesn't this code introduce new dependencies on the VM >> code

Re: [7u12] Request for approval for CR 8000999: backport of JSR 292 to 7u

2012-10-19 Thread Christian Thalinger
On Oct 18, 2012, at 6:48 PM, Seán Coffey wrote: > Christian, > > It is quite a big code change for 7u, one worthy of more testing before > integration perhaps. Doesn't this code introduce new dependencies on the VM > code ? How are changes progressing for that ? Does hsx24 need to be in > j

hg: jdk7u/jdk7u-dev/jdk: 7198073: (prefs) user prefs not saved [macosx]

2012-10-19 Thread kurchi . subhra . hazra
Changeset: 0fef75f5f85e Author:khazra Date: 2012-10-19 10:58 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/0fef75f5f85e 7198073: (prefs) user prefs not saved [macosx] Summary: Using class member field to get node instead of argument Reviewed-by: alanb ! src/macosx/c

Re: [7u] Request for approval for CR 8000955 - Hashtable.Entry.hashCode() no longer conforms to Map.Entry.hashCode()

2012-10-19 Thread Neil Richards
Thanks for the swift approval. Now pushed to jdk7u-dev/jdk [1]. Regards, Neil [1] http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/e202345c6dd3 On Fri, 2012-10-19 at 08:04 -0700, Seán Coffey wrote: > Approved for jdk7u-dev. > > regards, > Sean. > > On 19/10/2012 07:52, Neil Richards wrote:

hg: jdk7u/jdk7u-dev/jdk: 8000955: Hashtable.Entry.hashCode() does not conform to Map.Entry.hashCode() defined behaviour

2012-10-19 Thread neil . richards
Changeset: e202345c6dd3 Author:ngmr Date: 2012-10-17 13:35 +0100 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/e202345c6dd3 8000955: Hashtable.Entry.hashCode() does not conform to Map.Entry.hashCode() defined behaviour Reviewed-by: mduigou, alanb ! src/share/classes/java

Re: [7u] Request for approval for CR 8000955 - Hashtable.Entry.hashCode() no longer conforms to Map.Entry.hashCode()

2012-10-19 Thread Seán Coffey
Approved for jdk7u-dev. regards, Sean. On 19/10/2012 07:52, Neil Richards wrote: Hi, I'd like to request approval to push 8000955 into jdk7u: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5eed4a92ca8c It corrects a regression in conformance to the Java API that was introduced by the change for "

Re: [7u12] Request for approval for CR 7175707: [macosx] PIT: 8 b43 Not running on AppKit thread issue again

2012-10-19 Thread Seán Coffey
Approved for jdk7u-dev. regards, Sean. On 19/10/2012 03:47, Alexander Scherbatiy wrote: Hello, Could you approve the fix of CR 7175707 for JDK 7u12: CR 7175707 [macosx] PIT: 8 b43 Not running on AppKit thread issue again http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7175707 Webrev: htt

[7u] Request for approval for CR 8000955 - Hashtable.Entry.hashCode() no longer conforms to Map.Entry.hashCode()

2012-10-19 Thread Neil Richards
Hi, I'd like to request approval to push 8000955 into jdk7u: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5eed4a92ca8c It corrects a regression in conformance to the Java API that was introduced by the change for "Alternative String hashing", 7126277. Here is its original (jdk8) discussion thread:

hg: jdk7u/jdk7u-dev/jdk: 7156873: (zipfs) FileSystems.newFileSystem(uri, env) fails for uri with escaped octets

2012-10-19 Thread rob . mckenna
Changeset: eb23e6bd0d71 Author:sherman Date: 2012-04-12 10:43 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/eb23e6bd0d71 7156873: (zipfs) FileSystems.newFileSystem(uri, env) fails for uri with escaped octets Summary: To use URI.getRawSchemeSpecificPart() to get the

hg: jdk7u/jdk7u-dev/jdk: 8000487: Java JNDI connection library on ldap conn is not honoring configured timeout

2012-10-19 Thread rob . mckenna
Changeset: 58522e691f9d Author:robm Date: 2012-10-19 15:05 +0100 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/58522e691f9d 8000487: Java JNDI connection library on ldap conn is not honoring configured timeout Reviewed-by: vinnie ! src/share/classes/com/sun/jndi/ldap/Con

[7u12] Request for approval for CR 7175707: [macosx] PIT: 8 b43 Not running on AppKit thread issue again

2012-10-19 Thread Alexander Scherbatiy
Hello, Could you approve the fix of CR 7175707 for JDK 7u12: CR 7175707 [macosx] PIT: 8 b43 Not running on AppKit thread issue again http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7175707 Webrev: http://cr.openjdk.java.net/~alexsch/7175707/webrev.01 The fix has been already pushed to JDK

Re: [7u12] Request for approval for CR 8000999: backport of JSR 292 to 7u

2012-10-19 Thread Dalibor Topic
On 10/18/12 9:22 PM, Christian Thalinger wrote: > diff --git a/src/share/classes/sun/misc/Unsafe.java > b/src/share/classes/sun/misc/Unsafe.java > --- a/src/share/classes/sun/misc/Unsafe.java > +++ b/src/share/classes/sun/misc/Unsafe.java > @@ -678,6 +678,14 @@ > public native Object staticFie