Talk proposal: Graal: How to use the new JVM JIT compiler in real life

Christian Thalinger cthalinger at twitter.com
Thu Nov 30 23:27:46 CET 2017


Title:

Graal: How to use the new JVM JIT compiler in real life

Abstract:

With JEP 317: Experimental Java-Based JIT Compiler it is very likely that Graal will be part of JDK 10. In fact, Graal is already available in JDK 9 due to JEP 243: Java-Level JVM Compiler Interface. Graal is itself written in Java and that brings some new properties and behavior to the table which we haven’t seen with existing HotSpot JIT compilers. This talk will show how to use Graal with JDK 9, how to compile an upstream Graal version and what to look out for when using it for benchmarking or even in production.

Speaker:

Chris Thalinger - Staff Software Engineer at Twitter

Bio:

Chris Thalinger is a software engineer working on Java Virtual Machines for over 13 years. His main expertise is in compiler technology with Just-In-Time compilation in particular. Initially being involved with the CACAO and GNU Classpath projects, the focus shifted to OpenJDK as soon as Sun made the JDK open-source. Ever since Chris has worked on the HotSpot JVM at Sun, Oracle and now at Twitter.

Time:

can do 25 minutes but 45 minutes would obviously be better

Twitter:

@christhalinger



More information about the java-devroom mailing list