Jean Bisutti
jeanbisutti.bsky.social
Jean Bisutti
@jeanbisutti.bsky.social
Software engineer at Microsoft, QuickPerf, Java Champion
Reposted by Jean Bisutti
TIL: since jdk22 you can use the JVM option -XX:LogClassLoadingCauseFor=com.mycompany.MyClass in conjunction with -Xlog:class+load+cause* to find out the stacktrace that triggers the load of the specify class.
see github.com/openjdk/jdk/...
8193513: add support for printing a stack trace on class loading by dougxc · Pull Request #14553 · openjdk/jdk
In the development of libgraal, it has been very useful to see why a given class is loaded (e.g., trying to reduce startup time by avoiding unnecessary eager class loading). One way to do this is t...
github.com
May 13, 2025 at 3:07 PM
Reposted by Jean Bisutti
#JAlba is happening again in 3 months, registration is open! It will be our 6th edition, don't miss out on attending the #Java #unconference in Edinburgh Scotland, created on the model of #JCrete. Come and meet #Java champions and experts. Register now: jalba.scot
JAlba – JAlba – An Open Space Conference in Edinburgh
jalba.scot
March 14, 2025 at 12:07 PM
Reposted by Jean Bisutti
"Look ma, no hands!" Looks like it is relatively easy to put Leyden JVM into AOT-only mode without significant loss of peak performance after a good training run. No (re-)compilations in logs, no compiler threads active, run only the code we brought from the CDS!
February 21, 2025 at 11:13 AM
Reposted by Jean Bisutti
⏳ We’re about to go live! Join Dmitry Chuyko and @antonarhipov.bsky.social as they dive into debugging GraalVM Native Images with IntelliJ IDEA. Get ready to level up your debugging skills!
📺 Tune in to our #IntelliJIDEALivestream at 3:00 pm UTC 👇
Debugging GraalVM Native Images With IntelliJ IDEA
GraalVM Native Image allows you to transform your application into a standalone platform executable, offering significant performance benefits for production...
www.youtube.com
February 13, 2025 at 3:31 PM
Reposted by Jean Bisutti
Join us next Monday at 9am EST for Quarkus Insights Ep. 193 as Bruno Baptista @brunobat.bsky.social provides an update on the latest advancements in Quarkus observability, focusing on enhancing the developer experience.

http://bit.ly/quarkusinsights

#java #quarkus #quarkusinsights
January 24, 2025 at 2:00 PM