On Thu, Oct 30, 2014 at 3:24 AM, Mario Torre <[email protected]> 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.
