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
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