Re: Very Slow Operations with NB 11

2019-04-12 Thread Kodewerk
Hi Scott, Please export Snapshot data. As I mentioned before, this is likely a stalled thread and as such an execution profiler is likely to not report it. The most useful view IME are thread dumps at about 1 second intervals. Kind regards, Kirk > On Apr 12, 2019, at 12:23 PM, Scott Palmer w

Re: Very Slow Operations with NB 11

2019-04-12 Thread Kodewerk
Hi, It is my belief that we can solve this with about 2 or 3 strategically timed thread dumps. The thing with execution profiling is that it will pick up the hot method. In this case there is likely something hung up and it’s very likely that the execution profiler will miss it. The NB executio

Re: Very Slow Operations with NB 11

2019-04-12 Thread Kodewerk
Hi all, All projects suffer from regressions from time to time. The only way to deal with them is to gather data, which I’ve asked for, and analyze it to see what can be done to fix it. What is unhelpful are messages about this or that sucks. It’s subjective and offensive. Kind regards, Kirk

Re: Very Slow Operations with NB 11

2019-04-12 Thread Kodewerk
Hi Scott, I’d check to see if NB is in a long GC pause first. If not, then take 2-3 thread dumps during the slow bit and post them. Your project code will not show up in the thread dump. You can use jstack to obtain the thread dumps. Just have everything set to trigger (small script) so you don

Re: [VOTE] Apache NetBeans graduation to Top Level Project

2019-03-14 Thread Kodewerk
+1 > On Mar 14, 2019, at 4:57 PM, James Gosling wrote: > > +1 > >> On Mar 11, 2019, at 3:47 AM, Geertjan Wielenga >> wrote: >> >> Hi all, >> >> After a discussion amongst the Apache NetBeans community on the dev mailing >> list[1], voting on a PMC chair[2], checking the podling status pag

Re: [VOTE] PMC chair for Apache NetBeans

2019-03-01 Thread Kodewerk
+1 > On Mar 1, 2019, at 6:44 AM, Chuck Davis wrote: > > +1 > > On Fri, Mar 1, 2019 at 6:41 AM Mr_Krava > wrote: > >> +1 >> >>On Saturday, 2 March 2019, 1:29:07 am AEDT, Glenn Holmer >> wrote: >> >> This voting thread is to confirm Geertjan Wielenga as the first PMC >> chair of NetBean

Re: Amazon Corretto

2018-11-14 Thread Kodewerk
Hi, Since NetBeans is a community based project I would argue that if you’re going to center around any build of OpenJDK that it be the London Java Communities build, AdoptOpenJDK. It is the only truly community supported build. Amazon’s support is superficial at best. It is driven by Amazon’s

Re: Amazon Corretto

2018-11-14 Thread Kodewerk
London Java Community > On Nov 14, 2018, at 9:50 AM, Christian Bourque > wrote: > > LJC? > > On Wed, Nov 14, 2018 at 12:19 PM Kodewerk wrote: > >> The LJC is distributing using different formats. >> >> — Kirk >> >> >>&

Re: Amazon Corretto

2018-11-14 Thread Kodewerk
The LJC is distributing using different formats. — Kirk > On Nov 14, 2018, at 9:01 AM, Lars Bruun-Hansen wrote: > > Not too impressed by Amazon Correto. So far they only provide .msi, .rpm, > etc, with no .zip/.tgz in sight. If you look at their .msi it doesn't > actually seem to be doing anyt