One working example certainly doesn't prove absence of a bug :)
But yes, I must have gotten my bash aliases wrong, the reported error
is only printed by the Java 8 version of javap, in 9 it works as expected.
One small bit remains:
If I let our compiler emit CONSTANT_Utf8_info for the module name
On 01/07/2017 16:08, Stephan Herrmann wrote:
compile an arbitrary module-info.java and then:
$ javap module-info.class
Error: error while reading constant pool for
/tmp/bin/module-info.class: unexpected tag at #5: 19
From tweaking the Eclipse compiler it seems that javap is expecting a
CO
Hi Stephan,
there is something wrong from your side, it works for me :)
/usr/jdk/jdk-9-b175/bin/javap --module-path target/main/exploded/ --module
fr.umlv.asm.test module-info
Compiled from "module-info.java"
module fr.umlv.asm.test {
requires java.base;
requires org.objectweb.asm.all.debug;