Re: Unix domain sockets (UDS, AF_UNIX) in System.inheritedChannel() and elsewhere in Java

2019-07-23 Thread Alan Bateman
On 22/07/2019 09:16, František Kučera wrote: It is a stream or a datagram socket – just from different domain (UNIX instead of INET or INET6) – but they work the same way. So yes, when I create a stream or datagram unix domain socket e.g. in systemd (parent process), I can inherit it in Java

RFR: 8228482: fix xlc16/xlclang comparison of distinct pointer types and string literal conversion warnings

2019-07-23 Thread Baesken, Matthias
Hello please review this patch . It fixes a couple of xlc16/xlclang warnings , especially comparison of distinct pointer types and string literal conversion warnings . When building with xlc16/xlclang, we still have a couple of warnings that have to be fixed : warning: ISO C++11 does not al