Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure MemoryClassLoader has a usable constructor
Invoking JNEW-RUNTIME-CLASS before a JavaClassLoader has been instantiated will fail with a slightly mysterious error message, which can be fixed by providing a more general constructor. Fixes <armedbear#685>
- Loading branch information