OpenHFT / Chronicle-Values

http://chronicle.software
Other
104 stars 37 forks source link

Removed duplicate CompilerUtils and CachedCompiler classes - use Java-Runtime-Compiler #21

Closed tomshercliff closed 6 years ago

tomshercliff commented 6 years ago

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.