Chris Newland

Results 37 comments of Chris Newland

Are you sure the missing classes are from spring-boot-client? The first poster mentioned org.springframework.* classes which sound like they are from a library jar that has not been mounted. Please...

Hi @morenice JITWatch config lets you add - folders containing the package root of loose (un-jarred) class files - named jar files to the classpath. If you are adding jars...

JITWatch will soon support version-agnostic class model parsing. A JDK switcher or source/target selector for sandbox will still be useful.

Hi @Ledmington if you look in jitwatch.out log file you will see that the current version of JITWatch is unable to parse classes it cannot find. This is the cause...

Hi @Thihup Exactly, I have no control over when ClassFile API becomes available and it won't work with older Java versions. Mine is compatible with JDK8+ and I can tailor...

Hitting the same issue with 4x 1080Ti cards, driver 390.42, and cuda_9.1.85_387.26. Runs flat out for several hours and then drops to 1 card and no further output from program....

Hi @Thihup I think it's possible but I can't comment on what interactions running JMH from within JITWatch might have on the results. I suppose if it's only for sandbox-type...