Azul Introduces Code Inventory The Solution That Identifies Unused and Dead Code for Removal in Production, Saving Developer Time and Money 
Support

NFJS: Northern Virginia Software Symposium 2015

no_fluff_just_stuff_2014

Azul VM Engineer Douglas Hawkins will be speaking:

JVM Optimizations that Matter (And Some That Don’t)
Date: Saturday, April 18
Time: 1:30 – 3:00 PM
Abstract: Early releases of Java performed poorly, but those issues largely disappeared long ago with the introduction of HotSpot. However, much of the performance advice for Java persists through hearsay from those early days. In this talk, we’ll forget hearsay and take an objective look using benchmarking and profiling tools to find out which optimizations matter today and just as importantly those that don’t.Preview video

Measuring and Profiling Java Performance
Date: Saturday, April 18
Time: 3:15 – 4:45 PM
Abstract: Today, we all benefit from the sophistication of modern compilers and hardware, but that extra complexity can also make it difficult to reason about performance. In this talk, we’ll examine some surprising performance cases and learn how to use profiling and benchmarking tools to better understand our modern execution environments.

JVM Mechanics
Date: Sunday, April 19
Time: 9:00 – 10:30 AM
Abstract: HotSpot promises to do wonders for us by Just-in-Time (JIT) compiling the “right” code for us, but how does it make those decisions? And, perhaps more importantly, what happens when it’s wrong? In this talk, you’ll learn through real code examples just how the JVM decides to compile your code, deoptimize your code, and stop-the-world for a GC. Preview video

Concurrency Concepts in Java
Date: Sunday, April 19
Time: 11:00 AM – 12:30 PM
Abstract: Unlike earlier languages, Java had a well-defined threading and memory model from the beginning. And over the years, Java gained new packages to help solve concurrency problems. Despite this, Java concurrency is sometimes subtle and fraught with peril. In this talk, you’ll learn these subtleties. And finally, you’ll learn how to handle concurrency by exploring the concepts behind java.util.concurrent and other concurrency libraries.

Understanding Garbage Collection
Date: Sunday, April 19
Time: 2:15 – 3:45 PM
Abstract: Most of us don’t want to go back to the days of malloc and free, but the garbage collector isn’t always our friend. In this presentation, you’ll learn about the different garbage collection strategies used in JVMs, how to monitor garbage collection, analyze memory dumps, and why you might want to use one collection strategy instead of another. Preview video

How a Compiler Works and Why it Matters to You
Date: Sunday, April 19
Time: 4:00 – 5:30 PM
Abstract: To write efficient SQL, you need to understand SQL execution plans. And to write efficient Java, you need to understand the JVM’s execution plan. In this talk, you’ll learn how the JVM’s Just-in-Time compiler analyzes Java code. Then we’ll go through an example in detail to see how code optimization really works.

More upcoming events

Back to All Events east