hg: jdk8/tl/jdk: 8012615: Realm.getRealmsList returns realms list in wrong

2013-09-18 Thread weijun . wang
Changeset: ee8b292ee568 Author:weijun Date: 2013-09-18 18:22 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/ee8b292ee568 8012615: Realm.getRealmsList returns realms list in wrong Reviewed-by: valeriep, xuelei ! src/share/classes/sun/security/krb5/Config.java ! src/share/clas

hg: jdk8/tl/jdk: 8024883: (se) SelectableChannel.register throws NPE if fd >= 64k (lnx)

2013-09-18 Thread alan . bateman
Changeset: e92635d6834c Author:alanb Date: 2013-09-18 14:10 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e92635d6834c 8024883: (se) SelectableChannel.register throws NPE if fd >= 64k (lnx) Reviewed-by: alanb, coffeys Contributed-by: nmau...@redhat.com, alan.bate...@oracle.c

hg: jdk8/tl/langtools: 8024127: javac, Code_attribute.exception_table_langth should be Code_attribute.exception_table_length

2013-09-18 Thread joel . franck
Changeset: ac6ec071c2b2 Author:alundblad Date: 2013-09-18 14:39 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/ac6ec071c2b2 8024127: javac, Code_attribute.exception_table_langth should be Code_attribute.exception_table_length Summary: exception_table_langth renamed to

hg: jdk8/tl/jdk: 8011402: Move blacklisting certificate logic from hard code to data

2013-09-18 Thread weijun . wang
Changeset: 07d73060e0da Author:weijun Date: 2013-09-18 21:37 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/07d73060e0da 8011402: Move blacklisting certificate logic from hard code to data Reviewed-by: erikj, mullan ! make/java/security/Makefile ! makefiles/CopyFiles.gmk ! s

hg: jdk8/tl/nashorn: 2 new changesets

2013-09-18 Thread sundararajan . athijegannathan
Changeset: 1971c2d770ae Author:sundar Date: 2013-09-18 13:06 +0530 URL: http://hg.openjdk.java.net/jdk8/tl/nashorn/rev/1971c2d770ae 8024972: for (LeftHandSideExpression in Expression) crashes the compiler Reviewed-by: lagergren, hannesw ! src/jdk/nashorn/internal/codegen/CodeGenera

hg: jdk8/tl/jdk: 8015762: TEST_BUG: java/nio/channels/DatagramChannel/AdaptDatagramSocket.java failing intermittently [win]

2013-09-18 Thread chris . hegarty
Changeset: b3a506a30fda Author:ewang Date: 2013-09-18 15:13 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b3a506a30fda 8015762: TEST_BUG: java/nio/channels/DatagramChannel/AdaptDatagramSocket.java failing intermittently [win] Reviewed-by: chegar, alanb ! test/java/nio/chan

hg: hsx/hotspot-rt/hotspot: 8019835: Strings interned in different threads equal but does not ==

2013-09-18 Thread daniel . daugherty
Changeset: 63147986a428 Author:dcubed Date: 2013-09-18 07:02 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/63147986a428 8019835: Strings interned in different threads equal but does not == Summary: Add -XX:+VerifyStringTableAtExit option and code to verify StringT

Re: RFR 8022887: Assertion hit while using class and redefining it with RedefineClasses s,imultaneously

2013-09-18 Thread Coleen Phillimore
Hi, The new webrev is larger now. I found code where Method* can be leaked because methodHandles are not freed, and have rewritten JVM_GetClassDeclaredMethods and JVM_GetClassDeclaredConstructors to be redefinition safe. http://cr.openjdk.java.net/~coleenp/8022887_2/

Re: RFR 8022887: Assertion hit while using class and redefining it with RedefineClasses s,imultaneously

2013-09-18 Thread Daniel D. Daugherty
On 9/18/13 1:37 PM, Coleen Phillimore wrote: Hi, The new webrev is larger now. I found code where Method* can be leaked because methodHandles are not freed, and have rewritten JVM_GetClassDeclaredMethods and JVM_GetClassDeclaredConstructors to be redefinition safe. http://cr.openjdk.java.

Re: RFR 8022887: Assertion hit while using class and redefining it with RedefineClasses s,imultaneously

2013-09-18 Thread Coleen Phillimore
Thank you Dan for the really quick review! On 9/18/2013 5:26 PM, Daniel D. Daugherty wrote: On 9/18/13 1:37 PM, Coleen Phillimore wrote: Hi, The new webrev is larger now. I found code where Method* can be leaked because methodHandles are not freed, and have rewritten JVM_GetClassDeclaredM

Re: [OpenJDK 2D-Dev] RFR(L): 8024854: Basic changes and files to build the class library on AIX

2013-09-18 Thread Phil Race
Volker, I've skimmed the client related changes - mostly based on the descriptions. I'll look in more detail as soon as I can after JavaOne. We also have some engineers out on vacation who might want to look at these too. A couple of things that stood out : "On AIX, fontconfig is not a standard

Re: RFR 8022887: Assertion hit while using class and redefining it with RedefineClasses s,imultaneously

2013-09-18 Thread Daniel D. Daugherty
On 9/18/13 4:13 PM, Coleen Phillimore wrote: Thank you Dan for the really quick review! No problem. I figured you wanted a quick review with JavaOne approaching and all... On 9/18/2013 5:26 PM, Daniel D. Daugherty wrote: On 9/18/13 1:37 PM, Coleen Phillimore wrote: Hi, The new webrev i

hg: jdk8/tl/langtools: 8015249: javadoc fails to document static final fields in annotation types

2013-09-18 Thread bhavesh . x . patel
Changeset: a2a5ad0853ed Author:bpatel Date: 2013-09-18 17:13 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/a2a5ad0853ed 8015249: javadoc fails to document static final fields in annotation types Reviewed-by: jjg + src/share/classes/com/sun/tools/doclets/formats/html/

hg: hsx/hotspot-rt/hotspot: 8024826: (s) : Remove alt-rt.jar, used by +AggressiveOps

2013-09-18 Thread david . holmes
Changeset: dfae98867ee8 Author:dholmes Date: 2013-09-18 20:08 -0400 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/dfae98867ee8 8024826: (s) : Remove alt-rt.jar, used by +AggressiveOps Reviewed-by: alanb, chegar, dholmes, ksrini Contributed-by: Mike Duigou ! src/share/

Re: RR(S): JDK-7133122 SA throws sun.jvm.hotspot.debugger.UnmappedAddressException when it should not

2013-09-18 Thread David Holmes
Seems okay. One nit: existed_map -> existing_map David On 16/09/2013 6:58 PM, Dmitry Samersoff wrote: Staffan, Thank you! Fixed (in-place). http://cr.openjdk.java.net/~dsamersoff/JDK-7133122/webrev.01/ -Dmitry On 2013-09-16 10:04, Staffan Larsen wrote: A couple of small nits: line 721: t

hg: jdk8/tl/langtools: 8024096: some javadoc tests may contain false positive results

2013-09-18 Thread bhavesh . x . patel
Changeset: 8df12c315ea3 Author:bpatel Date: 2013-09-18 22:47 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/8df12c315ea3 8024096: some javadoc tests may contain false positive results Reviewed-by: jjg ! test/com/sun/javadoc/lib/JavadocTester.java ! test/com/sun/javadoc

hg: hsx/hotspot-rt/hotspot: 3 new changesets

2013-09-18 Thread kevin . walls
Changeset: c1d7040a1183 Author:sgabdura Date: 2013-09-18 16:48 +0400 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/c1d7040a1183 8022836: JVM crashes in JVMTIENVBASE::GET_CURRENT_CONTENDED_MONITOR and GET_OWNED_MONITOR Summary: Check that the _java_thread parameter is v