Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Retry extract_DT_NEEDED when interrupted
Summary: FileChannel will throw ClosedByInterruptException if it's running within a thread that is interrupted. If that happens, we need to catch the exception and retry. If not the class load failure will get memoized and any future attempt to load the same class will also fail. Reviewed By: tophyr Differential Revision: D21438754 fbshipit-source-id: af914c83ca60a0572cc9a6b05ed35318b69795a1
- Loading branch information