module-info.java just causes problems

Alan Bateman Alan.Bateman at oracle.com
Wed May 11 16:56:19 UTC 2016


On 11/05/2016 16:37, Rémi Forax wrote:
> :
>
> Note that i will update ASM soon to be able to read/write a module-info, so at least there will be a way to update a module-info.class without elying on javac.
Good to hear.  As you probably know, we have asm.Attribute 
implementation of the Module and other attributes and these are already 
used by the `jar` and `jmod` tools when they read or add attributes to 
module-info.class. All very straight-forward.

-Alan.


More information about the jigsaw-dev mailing list