Mike Millson

Results 15 comments of Mike Millson

Hi, I'm sorry for the delay. Thank you for explaining what you are trying to do. I will circle back to this after I finish JDK11 updates, as it's an...

Hi, the hsqldb was recently removed and replaced by the Java Stream API. I think you should be able to achieve what you are trying to do much easier now.

Shenandoah does not have separate unified/non-unified events, so if that remains true, probably there should be a single preprocessor for both non-unified and unified Shenandoah logging.

Hi, it looks like you are using the 4.0.1 release, as -XX:+FlightRecorder is a recognized option in the main branch. I have added -XX:+UnlockCommercialFeatures. I recommend using the garbagecat image,...

I'm guessing these are listed in the "CommandLine flags:" in the gc log header, right? That is definitely a list of "effective" options (ones that are explicitly set and ones...

I have updated the analysis to consider the use case where these are set with ergonomics: info.ci.compiler.count=The number of compiler threads is set with -XX:CICompilerCount=N. If this is explicitly set...

Hi, Thank you for reporting this. It will take a while to weed out the debug logging. So far, it looks like it's not affecting the analysis. I expect it...

>I had to manually remove the hostname from the logs at that also caused parsing issues What's the use case for including the hostname? Is it not sufficient to just...

Can you provide clean logging? The logging you attached doesn't look like real-world logging. 1) The uptime is wrong. There is a "6" where there should be an "s". For...