ErikGahlin Profile Banner
Erik Gahlin Profile
Erik Gahlin

@ErikGahlin

Followers
1K
Following
1K
Media
6
Statuses
241

OpenJDK and Hotspot developer, tweeting about what's new in the JDK and around Flight Recorder (JFR).

Joined August 2017
Don't wanna be here? Send us removal request.
@ErikGahlin
Erik Gahlin
2 months
JDK 25 is out! JEPs: - 509: JFR CPU-Time Profiling (Experimental) - 518: JFR Cooperative Sampling - 520: JFR Method Timing & Tracing JDK support for contextual events and rate-limited sampling. Three new Java monitor events. Exception events are now enabled by default!
0
6
16
@myfear
Markus Eisele
16 days
Your #Quarkus app knows more than you think. Now it can tell you, thanks to new #Java #FlightRecorder integration. Capture runtime metadata, analyze performance, and visualize everything with JDK Mission Control. https://t.co/Ok4tinNtkD #Observability #jfr
0
7
20
@KoLoyYee
David Ko
1 month
Using JFR in Clojure with :jvm-opts, and you need to upgrade from Java 21 to Java 25 is here! In the pic, you can see 14 pinned virtual threads running on Java 21, Postgres JDBC 42.2.0 After upgrading to Java 25, while keeping the Postgres JDBC 42.2.0, all pinning is GONE!
2
3
31
@ErikGahlin
Erik Gahlin
2 months
Check out the JFR Lab for JDK 25: https://t.co/U5RHYg6VVO
@ammbra1508
Ana Maria Mihalceanu πŸ‡³πŸ‡±πŸ‡·πŸ‡΄
2 months
A big thank you to everyone who attended the JDK tools lab @Devoxx πŸ™! If you want to try it later on, the content that @JosePaumard and I used is here: https://t.co/RuH6u0qgXc Enjoy the rest of the conference! #Java #JDK25 #OpenJDK #JDKTool #handsonlab
0
1
1
@baeldung
Baeldung
2 months
JFR Event to Detect Invocations of Deprecated Methods in Java
0
11
24
@ErikGahlin
Erik Gahlin
8 months
JDK 24 is out! Synchronize Virtual Threads without Pinning! https://t.co/z7ZoRqgQtw The VirtualThreadPinned event now includes three new fields: blockingOperation, carrierThread, and pinnedReason. Hopefully, you'll never need to look at them!
@java
Java
8 months
Java 24 is now available! #Java24 #JDK24 #OpenJDK Download Now: https://t.co/YKbyuI8jqk Release notes: https://t.co/oD8lz3WtKS API Javadoc: https://t.co/TY657tt68K Features: https://t.co/djeYFvWLCT Inside Java on JDK 24: https://t.co/XaGfE2ytmx
0
2
3
@juanantoniobm
Juan Antonio BreΓ±a πŸ‡ͺπŸ‡ΈπŸ‡ͺπŸ‡Ί
9 months
Java thread pinning detection using JFR Event Streaming with Spring Boot https://t.co/u65Gp3d6Cy @mikemybytes
Tweet card summary image
github.com
Java thread pinning detection using JFR Event Streaming with Spring Boot - mikemybytes/jfr-thread-pinning-spring-boot
1
7
56
@baeldung
Baeldung
11 months
New Post: Using Java Flight Recorder (JFR) in Quarkus
0
11
38
@java
Java
1 year
Learn how to use jcmd, JDK Flight Recorder, JDK Mission Control, and JFR Events to record your #Java application security properties, monitor TLS protocol, and analyze X.509 certificate details. (featuring @ammbra1508)
inside.java
Learn how to use jcmd, JDK Flight Recorder, JDK Mission Control, and JFR Events to record your Java application security properties, monitor TLS protocol, and analyze X.509 certificate details.
1
20
105
@ErikGahlin
Erik Gahlin
1 year
JDK 23 is out! If you have ever wondered what the correct syntax is for JFR command line options, you can now find out by running the new help option: $ java -XX:StartFlightRecording:help
0
5
10
@baeldung
Baeldung
1 year
New Post: Monitoring Hibernate Events With Java Flight Recorder
0
10
41
@java
Java
1 year
What's new in JDK Mission Control 9? Take a look at some of the key changes with @BillyKorando. https://t.co/Q4JKKjZtJ3
0
19
103
@nyjavasig
NYJavaSIG
2 years
Did you sign up for our meeting a week from today?Β @BillyKorando Β will be teaching us how to use the JDK flight recorder effectively. Sign up at UBMe to attend in person: https://t.co/2v00ckpmSN
0
4
6
@BTraTra
Bernard Traversat
2 years
Java Mission Control (JMC) 9.0 is out! One of the best tools to get insights in your application Java Flight Recorder (JFR) profiling. https://t.co/7CLwfpeJBm #java #JFR #JMC #JVM #profiling #cloud
1
2
13
@jcon_conference
JCON
2 years
Excited for #JCON EUROPE 2024? See @ammbra1508 at #JCON2024 in Cologne talking about 'Monitoring #Java Application Security with #JDK Tools and #JFR Events' Monitoring the underlying security configuration of your #Java … Get your free #JUG Ticket: https://t.co/wTLeI3taOB
0
2
8
@ErikGahlin
Erik Gahlin
2 years
JDK 22 is out! - New Deprecated Invocation event: $ java -XX:StartFlightRecording:filename=r.jfr $ jfr view deprecated-methods-for-removal r.jfr - New Native Library Load/Unload and Compiler Statistics Queue events. - New Parallel GC Phases, Java Agents and System.gc() views.
@java
Java
2 years
Java 22 is now available! #Java22 #JDK22 #OpenJDK Download Now: https://t.co/aCramdGK3b Release notes: https://t.co/UIHZ8nwZNu API Javadoc: https://t.co/RBVjNl6Qpm Features: https://t.co/DNvcj2yYbo Inside Java on JDK22: https://t.co/Wh9qOLeL2N
0
7
12
@baeldung
Baeldung
2 years
New Post: JFR View Command in Java 21
0
3
5
@gunnarmorling
Gunnar Morling 🌍
2 years
πŸ“ "Tracking #Java Native Memory With JDK Flight Recorder" #JFR has added a few new event types for tracking memory allocations in Java 20/21, exploring them in this new post. πŸ‘‰ https://t.co/6RsB0UyyIx
8
54
165
@parttimen3rd
Johannes Bechberger
2 years
Ever wondered how you can extend JFR profiling with your own events? I wrote a short introduction at https://t.co/ZYpt0YHNep that shows you how to integrate custom events in a fictional Math-as-a-Service server.
0
14
26