Re: Instrumentation API: module -> class loader with a security manager

2016-04-28 Thread Alan Bateman
On 28/04/2016 13:22, Rafael Winterhalter wrote: I noticed a small obstacle while porting code to the Java 9 instrumentation API. It is now required to pass by a security manager to read the class loader from the module (via Module::getClassLoader). This was not required using the old API. In thi

Instrumentation API: module -> class loader with a security manager

2016-04-28 Thread Rafael Winterhalter
I noticed a small obstacle while porting code to the Java 9 instrumentation API. It is now required to pass by a security manager to read the class loader from the module (via Module::getClassLoader). This was not required using the old API. In this sense, it is not really more secure since I can