On 13/06/2016 18:03, Remi Forax wrote:
Hi Jon, i've got an exception trying to reference in a module-info.java some modular jars generated by ASM, i suppose there is a bug in the module-info generated by ASM but i'm not able to find it (javap is ok with the code ?) Given that this exception is thrown by javac, it's likely that you can also harden the code of javac to avoid it. Again, i suppose that the modular jars are rotten.
Does `java -mp mlib -listmods` list the modules? -Alan