Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Presently, the Java language host caches a single executor, which abstracts e.g. the command-line executions needed to run Java code. This is problematic should a single language runtime ever be fielded with concurrent requests for program execution. This commit removes this caching for now to fix this.
- Loading branch information