Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JavaKit: always use ambient javaEnvironment on Android
This is not a real fix, I suspect the real fix is to remove javaEnvironment as an instance variable on all platforms and always use the ambient environment (as the JNI specification clearly states the environment cannot be shared between threads). Works around: swiftlang#157
- Loading branch information