Question regarding NET_BindV6() and the "double bind"

2011-04-26 Thread Xavier Roche
Hi folks, In the Windows version of NET_BindV6() [jdk/src/windows/native/java/net/ net_util_md.c], the code seems to be doing the binding twice when using a wildcard address (see b->ipv4_fd and b->ipv6_fd) The comment says: (..) * The more complicated case is when the requested address is ::

Re: Question regarding NET_BindV6() and the "double bind"

2011-04-26 Thread Alan Bateman
Xavier Roche wrote: Hi folks, In the Windows version of NET_BindV6() [jdk/src/windows/native/java/net/ net_util_md.c], the code seems to be doing the binding twice when using a wildcard address (see b->ipv4_fd and b->ipv6_fd) The comment says: (..) * The more complicated case is when the re

Re: Question regarding NET_BindV6() and the "double bind"

2011-04-26 Thread Xavier Roche
On 04/26/2011 11:49 AM, Alan Bateman wrote: The net-dev list would be best place to bring this. If it helps, the above is only used on older editions of Windows that don't support dual-stack sockets. You'll see on Windows Vista on newer that it uses a single socket with IPV6_V6ONLY disabled. Th

hg: jdk7/jdk7/jaxws: 3 new changesets

2011-04-26 Thread lana . steuck
Changeset: d5e3452a6909 Author:ohair Date: 2011-04-12 12:39 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jaxws/rev/d5e3452a6909 7034918: Integrate JAX-WS 2.2.4-b01 in to JDK 7 Reviewed-by: ramap ! jaxws.properties Changeset: 97c69227f325 Author:lana Date: 2011-04-17 16

hg: jdk7/jdk7/langtools: 6 new changesets

2011-04-26 Thread lana . steuck
Changeset: 8cc5b440fdde Author:darcy Date: 2011-04-06 19:30 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/8cc5b440fdde 7033809: Rename "disjunctive" to "union" in javax.lang.model Reviewed-by: mcimadamore, jjg - src/share/classes/com/sun/source/tree/DisjunctiveTypeT

hg: jdk7/jdk7/jdk: 94 new changesets

2011-04-26 Thread lana . steuck
Changeset: 4dc798144dd2 Author:prr Date: 2011-04-05 09:42 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/4dc798144dd2 6983666: Typo in JavaDoc comments within FileCacheImageOutputStream Reviewed-by: jgodinez ! src/share/classes/javax/imageio/stream/FileCacheImageOutputStre

hg: jdk7/jdk7/hotspot: 24 new changesets

2011-04-26 Thread erik . trimble
Changeset: 5504afd15955 Author:zgu Date: 2011-04-14 11:50 -0400 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/5504afd15955 7033100: CreateMinidumpOnCrash does not work for failed asserts Summary: Passing NULL as MINIDUMP_EXCEPTION_INFORMATION when calling MiniDumpWriteDump

jdk7-b140: Hotspot

2011-04-26 Thread Erik Trimble
Build 10 of Hotspot 21 has been pushed to the master OpenJDK repositories, for inclusion in JDK 7 Build 140. http://hg.openjdk.java.net/jdk7/jdk7/corba/rev/e0b72ae5dc5e http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/2dbcb4a4d8da http://hg.openjdk.java.net/jdk7/jdk7/jaxp/rev/4aa9916693dc http

hg: jdk7/jdk7/jdk: 7 new changesets

2011-04-26 Thread erik . trimble
Changeset: d7de46ec011b Author:jrose Date: 2011-02-11 01:26 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/d7de46ec011b 7013417: JSR 292 needs to support variadic method handle calls Summary: Implement MH.asVarargsCollector, etc., and remove withTypeHandler. Reviewed-by: tw

jdk7-b132: Hotspot

2011-04-26 Thread Erik Trimble
Build 03 of Hotspot 21 has been pushed to the master OpenJDK repositories for JDK 7 Build 132. http://hg.openjdk.java.net/jdk7/jdk7/corba/rev/1b1e75e8f476 http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/0e531ab5ba04 http://hg.openjdk.java.net/jdk7/jdk7/jaxp/rev/abe04c59a556 http://hg.openjdk.

hg: jdk7/jdk7/jaxws: Added tag jdk7-b137 for changeset ccea3282991c

2011-04-26 Thread suchen . chien
Changeset: 6dfcea9f7a4e Author:schien Date: 2011-04-07 15:21 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jaxws/rev/6dfcea9f7a4e Added tag jdk7-b137 for changeset ccea3282991c ! .hgtags

hg: jdk7/jdk7/jdk: 10 new changesets

2011-04-26 Thread christine . lu
Changeset: eb54e565c491 Author:ohair Date: 2011-02-26 09:45 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/eb54e565c491 7016175: HTML generated from new JavaDoc has tags added from makefile Reviewed-by: jjg ! make/common/shared/Defs-javadoc.gmk ! make/docs/Makefile Change

hg: jdk7/jdk7/corba: Added tag jdk7-b137 for changeset a66c01d8bf89

2011-04-26 Thread suchen . chien
Changeset: 99f186b8097f Author:schien Date: 2011-04-07 15:20 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/corba/rev/99f186b8097f Added tag jdk7-b137 for changeset a66c01d8bf89 ! .hgtags

Re: Problems with "type swallowing" in sub-interfaces of ListModel caused by adding Generics in Java 7 (x-post from swing-dev)

2011-04-26 Thread Pavel Porvatov
Hi Ismael, Hi Pavel, On Sat, Mar 5, 2011 at 3:16 PM, Pavel Porvatov wrote: Swing generification is in progress. ComboBoxModel is a part of JComboBox generification (https://bugs.openjdk.java.net/show_bug.cgi?id=100153, the preliminary diff is here https://bugs.openjdk.java.net/attachment.cgi?

hg: jdk7/jdk7/jaxp: 3 new changesets

2011-04-26 Thread lana . steuck
Changeset: 877fd25c5a2f Author:ohair Date: 2011-03-02 12:00 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jaxp/rev/877fd25c5a2f 7023289: jaxp 1.4.5 development jdk7 2nd integration Reviewed-by: joehw, mchung, alanb ! jaxp.properties Changeset: b693ccf23fb7 Author:lana Date:

hg: jdk7/jdk7/langtools: 29 new changesets

2011-04-26 Thread lana . steuck
Changeset: 015dc9a63efc Author:mcimadamore Date: 2011-02-23 14:16 + URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/015dc9a63efc 7020657: Javac rejects a fairly common idiom with raw override and interfaces Summary: name clash should not be reported if subinterface/imple

JMX Agent work in JDK7...

2011-04-26 Thread James Melvin
As part of the JVM Convergence effort, we plan to enhance the JDK JMX agent with select features from JRockit, including... 1. New commandline interface (jcmd) for basic JVM diagnostic commands 2. New Lifecycle support to independently start/stop the JMX agent 3. Support for select additional per

Re: segmentation fault in the jvm

2011-04-26 Thread Stefanie Tellex
It looks like it stripped my attachments. Download the program here: www.media.mit.edu/~stefie10/jni_test.tar.gz Stefanie On 03/23/2011 11:10 AM, Stefanie Tellex wrote: Hi, Not sure if this is the right place to report this, but I have a Java program that reliably seg faults the JVM when run

Re: segmentation fault in the jvm

2011-04-26 Thread Christian Thalinger
[Bcc'ing jdk7-dev.] On Mar 23, 2011, at 4:10 PM, Stefanie Tellex wrote: > Hi, > > Not sure if this is the right place to report this, The right list would be: hotspot-...@openjdk.java.net > but I have a Java program that reliably seg faults the JVM when run under > GDB. It doesn't seem to h

hg: jdk7/jdk7/jaxp: Added tag jdk7-b139 for changeset 28c7c0ed2444

2011-04-26 Thread david . katleman
Changeset: c8136fd161c8 Author:katleman Date: 2011-04-21 15:33 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jaxp/rev/c8136fd161c8 Added tag jdk7-b139 for changeset 28c7c0ed2444 ! .hgtags

hg: jdk7/jdk7/jaxp: Added tag jdk7-b135 for changeset 4aa9916693dc

2011-04-26 Thread suchen . chien
Changeset: 1759daa85d33 Author:schien Date: 2011-03-24 11:20 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jaxp/rev/1759daa85d33 Added tag jdk7-b135 for changeset 4aa9916693dc ! .hgtags

hg: jdk7/jdk7/jdk: 79 new changesets

2011-04-26 Thread lana . steuck
Changeset: 9f88ef1d373f Author:srl Date: 2011-03-07 17:23 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/9f88ef1d373f 7017324: Kerning crash in JDK 7 since ICU layout update Reviewed-by: igor, prr ! src/share/native/sun/font/layout/KernTable.cpp + test/java/awt/font/TextLa

hg: jdk7/jdk7/langtools: Added tag jdk7-b137 for changeset a15c9b058ae0

2011-04-26 Thread suchen . chien
Changeset: aa4f494c17ef Author:schien Date: 2011-04-07 15:21 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/aa4f494c17ef Added tag jdk7-b137 for changeset a15c9b058ae0 ! .hgtags

hg: jdk7/jdk7/langtools: 20 new changesets

2011-04-26 Thread lana . steuck
Changeset: 148d3dc4e1e1 Author:bpatel Date: 2011-03-22 18:32 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/148d3dc4e1e1 7025314: NLS: translatability violation on standard.properties Reviewed-by: jjg ! src/share/classes/com/sun/tools/doclets/formats/html/markup/Html

jdk7-b140: JSN, Tools, Core Libraries, Serviceability, 2d, Awt, and Swing

2011-04-26 Thread lana . steuck
http://hg.openjdk.java.net/jdk7/jdk7/rev/dcfe74f1c655 http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/258e6654aba2 http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/ead0ccd4a34e http://hg.openjdk.java.net/jdk7/jdk7/jaxws/rev/82a9022c4f21 http://hg.openjdk.java.net/jdk7/jdk7/jaxp/rev/c8136fd161c8