On 23/11/2016 13:36, Remi Forax wrote:
Great. One thing that we've had to do in the JDK copy of ASM is update ClassWriter.visit to be able to take a null name (#ClassFileModuleName issue where this_class is 0). That is probably something that the update beta should handle for those using it to create a module-info.class.Hi Alan, With my ASM hat, we've planned to make a new beta of ASM as soon as the module class file format patches are merged into jdk9 :)
-Alan