An Introduction to JVM Performance
Offered By: GOTO Conferences via YouTube
Course Description
Overview
Explore the inner workings of Oracle's HotSpot virtual machine and its just-in-time compiler in this 41-minute conference talk from GOTO Oslo 2020. Delve into the interplay between the Java Virtual Machine (JVM) and computer hardware to understand common optimizations applied by virtual machines. Gain insights to improve and reason about Java program performance, challenging the myth that Java is always outperformed by native languages. Learn how to correctly benchmark Java applications and interpret the results. Presented by Rafael Winterhalter, a JVM aficionado, JavaOne Rock Star, and Java Champion, this talk equips developers with knowledge to optimize their Java code for better performance.
Syllabus
An Introduction to JVM Performance • Rafael Winterhalter • GOTO 2020
Taught by
GOTO Conferences
Related Courses
Addressing Algorithmic BiasGOTO Conferences via YouTube Empowering Consumers - Evolution of Software in the Future
GOTO Conferences via YouTube Why Static Typing Came Back
GOTO Conferences via YouTube Higher Kinded Types in a Lower Kinded Language - Functional Programming in Kotlin
GOTO Conferences via YouTube It's Not Hard to Test Smart - Delivering Customer Value Faster
GOTO Conferences via YouTube