485dce987c
40 Mb of bytes of preloaded compiler classes during the compilation become 16 Mb after this change This is a slightly reworked version of58b033d(reverted in3f05419). The problem in that commit was that URLClassLoader did not work in the fashion MemoryBasedClassLoader was designed to work (child first, parent last). So some resource was found in an incorrect jar which was causing the compiler to break