Re: Oops javac throw a NPE

2016-06-27 Thread Vicente-Arturo Romero-Zaldivar
Hi Remi, Thanks for reporting this bug [1]. It has already been fixed, the fix can be accessed at [2], Thanks, Vicente [1] https://bugs.openjdk.java.net/browse/JDK-8159439 [2] http://hg.openjdk.java.net/jdk9/dev/langtools/rev/d213ecfb98b2 On 06/13/2016 01:03 PM, Remi Forax wrote: Hi Jon, i'

Re: Oops javac throw a NPE

2016-06-14 Thread Vicente-Arturo Romero-Zaldivar
Hi all, I have attached the jigsaw.zip file provided by Remi to the bug entry and assigned the bug to myself, Thanks, Vicente On 06/14/2016 06:36 AM, Alan Bateman wrote: On 14/06/2016 11:29, fo...@univ-mlv.fr wrote: : I use "java/lang/Object" as super class instead of null (0 as constant

Re: Oops javac throw a NPE

2016-06-14 Thread Alan Bateman
On 14/06/2016 11:29, fo...@univ-mlv.fr wrote: : I use "java/lang/Object" as super class instead of null (0 as constant pool index) as the spec says. I've created JDK-8159439 to track the javac issue. -Alan

Re: Oops javac throw a NPE

2016-06-14 Thread forax
ards, Rémi - Mail original - > De: "Alan Bateman" > À: "Remi Forax" , "jigsaw-dev" > > Envoyé: Mardi 14 Juin 2016 12:09:58 > Objet: Re: Oops javac throw a NPE > > > > On 13/06/2016 18:03, Remi Forax wrote: > > Hi Jon, > > i

Re: Oops javac throw a NPE

2016-06-14 Thread Alan Bateman
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 i

Oops javac throw a NPE

2016-06-13 Thread Remi Forax
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