This causes breaks in Chronicle-Map, because the Chronicle-Values version of CachedCompiler uses a Chronicle-Values specific version of MyJavaFileManager which statically adds several ValueType classes and interfaces to the list of available compiled JavaFileObjects, as well as the ability to add new ones dynamically.
If we want to use the Java-Runtime-Compiler we will need to add this dynamic functionality there.
This causes breaks in Chronicle-Map, because the Chronicle-Values version of CachedCompiler uses a Chronicle-Values specific version of MyJavaFileManager which statically adds several ValueType classes and interfaces to the list of available compiled JavaFileObjects, as well as the ability to add new ones dynamically.
If we want to use the Java-Runtime-Compiler we will need to add this dynamic functionality there.