Chris Newland

Results 37 comments of Chris Newland

Interesting stuff! # Inline Level Discount ``` xml ``` This is an optimisation to prevent MethodHandle and other invokedynamic stuff counting against the max inlining depth. Each time one of...

Thanks, good idea. Will make it easier to correlate with other log files.

Implemented back end of this feature in https://github.com/AdoptOpenJDK/jitwatch/commit/32673264a70d725822f4de0e4f60973bd5bd0e5c Now need to add options in UI to view log timestmpas as absolute time.

Hi, what is the default Locale for your system and what is the language selector setting in the bottom left corner of the main UI?

Hi, please can you tell me what your default Locale string is? Thanks, Chris

Bimorphic check: ``` [Entry Point] [Constants] # {method} {0x0000000199aad170} 'deposit' '()V' in 'PolymorphismTest$Nickel' # [sp+0x20] (sp of caller) 0x0000000111a6fc20: cmp 0x8(%rsi),%rax 0x0000000111a6fc24: jne 0x0000000111a45e20 ; {runtime_call} ``` Expected type in...

A couple more potential asm hints: https://twitter.com/alblue/status/829264940389244928

Hacking on this at JCrete. This command line `grep "debug\.scope" * -R | grep -v "/test/" | grep -o '".*"' | cut -d'"' -f2|sort -u` Identifies the following list of...

Thanks for reporting @franok :) I'm finding a little more time for JITWatch now so will definitely look at how it can better support GraalVM.

Hi, sorry for the late response, I didn't see the notification for this issue. Are you sure that the missing classes are found in spring-boot-client/build/classes/java and not in a library...