Changeset: a7ff36d06fa2
Author:jlahoda
Date: 2013-05-06 16:22 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/a7ff36d06fa2
8009724: Enhance the DocTree API with DocTreePath
Summary: Adding DocTreePath and DocTreePathScanner similar to TreePath and
TreePathScanner, respe
Changeset: 814dcc08df52
Author:weijun
Date: 2013-05-07 12:30 +0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/814dcc08df52
8010192: Enable native JGSS provider on Mac
Reviewed-by: valeriep
! make/sun/security/Makefile
! makefiles/CompileNativeLibraries.gmk
! src/share/classes/
Changeset: b4a013f4eff4
Author:sherman
Date: 2013-05-06 21:24 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b4a013f4eff4
8013252: Regex Matcher .start and .end should be accessible by group name
8013254: Constructor \w need update to add the support of \p{Join_Control}
Summa
Changeset: e13cf31e5a96
Author:mduigou
Date: 2013-05-06 20:54 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e13cf31e5a96
8013712: Add Objects.nonNull and Objects.isNull
Reviewed-by: mchung, darcy
! src/share/classes/java/util/Objects.java
! test/java/util/Objects/BasicObjec
SO_BINDTODEVICE can be used in cases where an IP network application doesn't
want the existing routing table entries to determine the interface that packets
are transmitted from. This is often the case when one is writing a router that
needs to do neighbor discovery. I used this extensively a fe
Alan,
Not sure what is real usecase for this requirements for ipv4.
For ipv6 it should be done by sendmsg() and msg_control.
-Dmitry
On 2013-05-06 11:28, Alan Bateman wrote:
> On 05/05/2013 12:19, Dmitry Samersoff wrote:
>> Alan,
>>
>> SO_BINDTODEVICE shouldn't be used in modern applications b
This looks okay to me.
- Kurchi
On 5/2/2013 10:09 AM, John Zavgren wrote:
All:
My original email was mangled by my email program (stbeehive/zimbra)
... so I'm sending a second correctly formatted copy.
I'm sorry for the inconvenience.
John
---
Please consider the following cha
Changeset: bd118033e44c
Author:dxu
Date: 2013-05-06 14:17 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/bd118033e44c
8003992: File and other classes in java.io do not handle embedded nulls properly
Summary: Have every file operation done with File, FileInputStream,
FileOutp
On 05/05/2013 12:19, Dmitry Samersoff wrote:
Alan,
SO_BINDTODEVICE shouldn't be used in modern applications because it
causes more problems than solves.
e.g. prevents application from handling on-fly device changes.
The use-case is where an application wants to control the network or
source a