Re: Using the profiler with JDK 11

2018-10-01 Thread Glenn Holmer
On 10/01/2018 07:59 AM, Geertjan Wielenga wrote: > We're working on Apache NetBeans 10 right now, which does support JDK 11: > > https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+Release+Roadmap > > You're welcome to join in with the NetCAT program, where you'll be able > to te

Re: Multi Release JAR files

2018-10-01 Thread Geertjan Wielenga
Apache NetBeans has support for reading multi-release JARs. They can appear on the classpath (modulepath) and the correct types are used, though note there is (currently) no support for creating them. Below is where the reading of multi-release JARs is implemented: https://github.com/apache/incub

Re: Using the profiler with JDK 11

2018-10-01 Thread Geertjan Wielenga
No one has said anywhere that Apache NetBeans 9 supports JDK 11. We're working on Apache NetBeans 10 right now, which does support JDK 11: https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+Release+Roadmap You're welcome to join in with the NetCAT program, where you'll be able

Using the profiler with JDK 11

2018-10-01 Thread Peter Hull
I have been trying to the use the NB9.0 profiler on a Java SE project and JDK 11, but I get a JVM crash. Before I put together a bug report, I'd be very grateful if anyone out there could just quickly let me know if they've either 1) seen this crash or 2) used the profiler successfully on this comb