Clément MATHIEU

Results 21 comments of Clément MATHIEU

Hi @danniss, Thanks for the info. I will update the parser when I have a 5 minutes to kill (luckily within a week)

I just pushed a fix into master (not thoroughly tested). Could you give it a try ?

Thanks for the report. Could you send me an example file? (throw away email: [email protected]).

Hi Tomasz, Thanks for the report. It has been a while since I last used honest-profiler (mainly using perf & flight recorder now). Work is piling up, but I will...

I just quickly troubleshooted the issue. This is due to e9b13fcea517af8b1a93be3e196591d1b466a723 which introduced a new type of log events. I will add support for this new log event soon.

I just pushed a fix into the master. Could you test it ?

Something we are loosing with Java records are wither methods. Being able to create an immutable object from scratch using a builder is nice, but if I cannot easily create...

This is likely only a temporary need as a future version of Java shouls bring this feature to records, see https://github.com/openjdk/amber-docs/blob/master/eg-drafts/reconstruction-records-and-classes.md#withers. However, I haven't seen public sign of progress since...

Hi @leogomes. Are you planning to support Java 11 or aware of any project doing so? If not I might create a jfr-flame-graph for Java 11 based on OpenJDK API.

I spent a little time trying to understand how @TypeQualifierDefault works and how it impacts an annotation processor without much success. I set breakpoints in RecordBuilderProcessor#process and tried to figure...