📰 Java Flight Recorder News
Java Flight Recorder News Today
Fast, Ad-Free News Updates
Stay updated with breaking news from Java Flight Recorder. Real-time updates on events, politics, business and more.
April 23, 2024
Tool kit for monitoring, managing, profiling, and troubleshooting Java applications now requires JDK 17 or later to run.
February 15, 2024
Skogsluft project would introduce advanced profiling features that bridge the gap between Java and native code execution, along with more precise and flexible profiling options.
October 13, 2023
This article is written using Ballerina Swan Lake Update 7(2201.7.0). We will explore how to engage standard tools to tackle production issues.
September 8, 2023
It can be hard to figure out why response times are high in Java applications. In my experience, people either apply a process of elimination to a set of recent commits, or might sometimes use profiles of the system to explain changes in metrics. Making guesses about recent commits can be frustrating for a number of reasons, but mostly because even if you pinpoint the causal change, you still might not know why it was a bad change and are left in limbo. In theory, using a profiler makes root cau...
June 15, 2023
Explore different stack trace visualizations and low overhead continuous contextual production profiling for optimizing performance analysis in production.
January 10, 2023
In this blog, we talk to some experts at Azul to gain more insight on what you should know about Garbage Collection as a Java developer.
December 16, 2022
This report provides a summary of how the InfoQ Java editorial team and several Java Champions currently see the adoption of technology and emerging trends within the Java and JVM space in 2022.
November 30, 2021
Mojang Studios has released the changelogs for Minecraft 1.18 'Caves and Cliffs Update' Part Two, which is now beginning to release to Minecraft players everywhere.
November 21, 2021
Learn how to use Javas Flight Recorder to profile Java and Kotlin apps and get a close look at JVM internals.
February 10, 2021
Enable Spring Boot ApplicationStartup Metrics to Diagnose Slow Startup We will enable ApplicationStartup metrics in Spring Boot, enable Spring Boot Actuator startup endpoint, and record application startup metrics with Java Flight Recorder. by Overview During an application startup process, Spring Boot performs a lot of work in the background. This work involves creating Spring Application Context, creating various beans, auto-wiring, and auto-configuration of various components, and finally, ...