Losing features of JVM_Open, e.g. CLOEXEC

Martin Buchholz martinrb at google.com
Thu Oct 30 17:30:13 UTC 2014


On Thu, Oct 30, 2014 at 3:24 AM, Mario Torre
<neugens.limasoftware at gmail.com> wrote:
> I've been thinking perhaps one can use fcntl to check what flags are
> passed given we can retrieve all the file descriptors that have been
> opened?

It's possible to find all the open file descriptors (e.g. using
/proc/self/fd), but they may not "belong" to the JDK.



More information about the core-libs-dev mailing list