Relates :
|
Translet are generated as a modules but are using the JDK-internal API to make them loose so that they read all unnamed modules. We should change code generate to generate an initializer so that loading the translet class will invoke java.lang.reflect.Module addReads to read the unnamed modules of types references by the code. This will allow us to remove the dependency on the internal API.
|