Re: NPE in InstrumentationImpl.transform()

2016-05-07 Thread Alan Bateman
On 05/05/2016 15:56, Michael Rasmussen wrote: Hi Loading classes from the unnamed boot module (for instance an agent) causes: *** java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message transform method call failed at JPLISAgent.c line: 884 This is fixed in jdk9/dev so I

Re: NPE in InstrumentationImpl.transform()

2016-05-05 Thread Andrew Dinn
On 05/05/16 16:06, Alan Bateman wrote: >> Loading classes from the unnamed boot module (for instance an agent) >> causes: >> *** java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" >> with message transform method call failed at JPLISAgent.c line: 884 >> >> Due to trying to dereference t

Re: NPE in InstrumentationImpl.transform()

2016-05-05 Thread Alan Bateman
On 05/05/2016 15:56, Michael Rasmussen wrote: Hi Loading classes from the unnamed boot module (for instance an agent) causes: *** java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message transform method call failed at JPLISAgent.c line: 884 Due to trying to dereference the n

NPE in InstrumentationImpl.transform()

2016-05-05 Thread Michael Rasmussen
Hi Loading classes from the unnamed boot module (for instance an agent) causes: *** java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message transform method call failed at JPLISAgent.c line: 884 Due to trying to dereference the null-loader in sun.instrument.InstrumentationImpl