hg: jdk8/tl/langtools: 7021614: extend com.sun.source API to support parsing javadoc comments

2012-11-14 Thread jonathan . gibbons
Changeset: 33abf479f202 Author:jjg Date: 2012-11-14 17:23 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/33abf479f202 7021614: extend com.sun.source API to support parsing javadoc comments Reviewed-by: ksrini, strarup ! make/build.xml + src/share/classes/com/sun/source

hg: jdk8/tl/jdk: 12 new changesets

2012-11-14 Thread lana . steuck
Changeset: 63726e5b90da Author:erikj Date: 2012-11-03 16:27 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/63726e5b90da 8002220: build-infra: update for mac, solaris 11 issues 8002184: Fixed exclude and includes for jarsigner in new build Reviewed-by: ohair ! makefiles/Compi

hg: jdk8/tl/jaxws: Added tag jdk8-b64 for changeset 5ded18a14bcc

2012-11-14 Thread lana . steuck
Changeset: fbe54291c9d3 Author:katleman Date: 2012-11-08 11:51 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/fbe54291c9d3 Added tag jdk8-b64 for changeset 5ded18a14bcc ! .hgtags

hg: jdk8/tl: 8 new changesets

2012-11-14 Thread lana . steuck
Changeset: e20ffc02e437 Author:erikj Date: 2012-11-03 16:15 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/rev/e20ffc02e437 8002183: Increased max number of paths to list in ListPathsSafely to 16000. Reviewed-by: ohair ! common/makefiles/MakeBase.gmk Changeset: ed9e5635fc80 Author:

hg: jdk8/tl/hotspot: 18 new changesets

2012-11-14 Thread lana . steuck
Changeset: 49bc14aaadcc Author:katleman Date: 2012-11-08 11:51 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/49bc14aaadcc Added tag jdk8-b64 for changeset 5920f72e799c ! .hgtags Changeset: ca8168203393 Author:amurillo Date: 2012-11-02 07:44 -0700 URL: ht

hg: jdk8/tl/langtools: 3 new changesets

2012-11-14 Thread lana . steuck
Changeset: 056d828ac1e1 Author:katleman Date: 2012-11-08 11:53 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/056d828ac1e1 Added tag jdk8-b64 for changeset e6ee43b3e247 ! .hgtags Changeset: 5f2faba89cac Author:lana Date: 2012-11-09 14:47 -0800 URL: http

hg: jdk8/tl/jaxp: Added tag jdk8-b64 for changeset 27ab79568c34

2012-11-14 Thread lana . steuck
Changeset: 5cf3c69a93d6 Author:katleman Date: 2012-11-08 11:51 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/5cf3c69a93d6 Added tag jdk8-b64 for changeset 27ab79568c34 ! .hgtags

hg: jdk8/tl/corba: Added tag jdk8-b64 for changeset 54d599a5b4aa

2012-11-14 Thread lana . steuck
Changeset: 5132f7900a8f Author:katleman Date: 2012-11-08 11:50 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/5132f7900a8f Added tag jdk8-b64 for changeset 54d599a5b4aa ! .hgtags

hg: jdk8/tl/langtools: 8003412: javac needs to understand java.lang.annotation.Native

2012-11-14 Thread jonathan . gibbons
Changeset: f14c693a0e48 Author:jjg Date: 2012-11-14 10:07 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/f14c693a0e48 8003412: javac needs to understand java.lang.annotation.Native Reviewed-by: mcimadamore ! src/share/classes/com/sun/tools/javac/code/Symtab.java ! src/

hg: jdk8/tl/jdk: 7088952: Add size in bytes constant "BYTES" to primitive type wrapper types

2012-11-14 Thread mike . duigou
Changeset: e24123de581c Author:mduigou Date: 2012-11-13 20:02 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e24123de581c 7088952: Add size in bytes constant "BYTES" to primitive type wrapper types Summary: Adds a constant BYTES to each of the primitive wrapper classes (Byte,

hg: jdk8/tl/jdk: 8000404: rename javax.tools.GenerateNativeHeader to java.lang.annotation.Native

2012-11-14 Thread jonathan . gibbons
Changeset: 369709a13823 Author:jjg Date: 2012-11-14 07:08 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/369709a13823 8000404: rename javax.tools.GenerateNativeHeader to java.lang.annotation.Native Reviewed-by: alanb + src/share/classes/java/lang/annotation/Native.java

Re: getportbyname in Java?

2012-11-14 Thread Vitaly Davidovich
I think jdk can simply use getservbyname() in the impl - windows has the same function. I think both just look at their respective services file. Googling "java getservbyname" returns some hits so it looks like people would find this useful and it seems like it would be pretty straightforward to i

hg: jdk8/tl/jdk: 8003285: TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Unbounded.java fails again [macosx]

2012-11-14 Thread alan . bateman
Changeset: 0f54a98f9bc9 Author:alanb Date: 2012-11-14 12:56 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/0f54a98f9bc9 8003285: TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Unbounded.java fails again [macosx] Reviewed-by: chegar ! test/java/nio/channels/Asynchronou

Re: getportbyname in Java?

2012-11-14 Thread John Zavgren
I see after reading the correspondence that DNS would be used to bind the names to the numbers, as in RFC 2728 :http://www.dns-sd.org/ServiceTypes.html. (There is a convenient description here: http://en.wikipedia.org/wiki/SRV_record.) I wasn't aware of this effort. It's very cool and useful, e

Re: getportbyname in Java?

2012-11-14 Thread Alan Bateman
On 14/11/2012 09:00, Weijun Wang wrote: I guess there were quite some public votes? -Max I don't remember but with the JNDI DNS provider then you could look for SRV records, I recall we had a few prototypes of that too. -Alan

Re: getportbyname in Java?

2012-11-14 Thread Weijun Wang
I guess there were quite some public votes? -Max On 11/14/2012 04:38 PM, Alan Bateman wrote: On 14/11/2012 00:40, Weijun Wang wrote: Is there a Java API I can translate "http" to 80? Thanks Max There is a long standing enhancement request, see: http://bugs.sun.com/bugdatabase/view_bug.do?bu

Re: getportbyname in Java?

2012-11-14 Thread Alan Bateman
On 14/11/2012 00:40, Weijun Wang wrote: Is there a Java API I can translate "http" to 80? Thanks Max There is a long standing enhancement request, see: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4071389 and a prototype API was created about 10 years ago. There wasn't a lot of interes