A list of blocking methods in JVM
Sergei Egorov
bsideup at gmail.com
Fri Apr 26 12:30:13 UTC 2019
Hello!
Since Loom is also about taking care of the blocking methods, I was
wondering if there is a list of all blocking (at least from I/O
perspective) methods in the JVM?
We need to know about them in the BlockHound tool (
https://github.com/reactor/BlockHound ), to be able to detect blocking
calls from non-blocking threads (this of course will become useless once
Loom is integrated, but today and tomorrow the blocking calls will stay and
we want to provide a tool to at least detect them :) )
Thank you in advance!
--
Best regards,
Sergei Egorov
More information about the loom-dev
mailing list