Module instances exist only with the VM that creates them. They do not have
to enforce thread safety, since it shouldn't be an issue for them. Therefore,
you should not try to find ways around this limitation. If you need VMs
to talk, use other mechanisms, instead of sharing Modules.
Modules should *NOT* implement any static fields!!! That could be very,
very bad.