Re: 8210087: Classes in jdk.unsupported not accessible from jconsole plugin

2018-09-04 Thread Erik Joelsson
Looks good. /Erik On 2018-09-03 00:27, Alan Bateman wrote: JDK-8210087 [1] is an issue with the launcher generated for jconsole. The launcher needs to be compiled with --add-modules ALL-DEFAULT so that plugins compiled (and run) in an unnamed module can make use of exported APIs in modules

8210087: Classes in jdk.unsupported not accessible from jconsole plugin

2018-09-03 Thread Alan Bateman
JDK-8210087 [1] is an issue with the launcher generated for jconsole. The launcher needs to be compiled with --add-modules ALL-DEFAULT so that plugins compiled (and run) in an unnamed module can make use of exported APIs in modules that aren't resolved by jdk.jconsole. The change is trivial: