chewiebug

Results 89 comments of chewiebug

Hi, Thank you for the sample log - it seems to contain more types of events, than the files, I had seen up to now. I will have to look...

Hi, I have pushed a fix, that allows you to read your log file. The parser misses the difference between af and sys collections, but at least, you can now...

Hi Cool! I have implemented an additional feature: GCViewer now recognises "af" and "sys" gc events (the latest build contains these improvements). I am also much more used to the...

Did you try to use JDK 11 or greater? Does the issue persist, then?

Hi Steve, In jdk 6 the order was as defined in AbstractGCEvent. I'd go for the definition of the second type with the different order (and a comment stating why...

The second part with the concurrent event is more complicated - you most probably haven't copied the whole event. The higher the load, the more often you will find concurrent...

Hi Steve, Thanks for the pull request! Did you add a unit test? I'll have to look into and merge it after my vacation. Sorry for the confusion! I meant,...

Hi Steve, I have just merged your pull request - many thanks for your contribution! Concerning the mixed events: I had started to implement special treatment for some cases of...

Hi Vadim, Most of the time I like the all-in-one diagram, because it shows everything there is. Switching back and forth between several diagrams can be a nuisance, if the...

Hi Vadim, Ok, I think, I got your point. Readability for your usecase could probably be increased, if the scale would adjust when other lines are switched off. I'll have...