Talks
Events

Maximizing Java Application Performance with GraalVM

Oleg Šelajev at GOTO Chicago 2020

GraalVM is a high-performance virtual machine offering new optimizations for individual languages and seamless interoperability for polyglot applications. For Java, GraalVM lets you optimize different performance aspects including a choice between JIT and AOT compilation modes, employing diagnostics tools and selecting the best language libraries for the job.
In this session, we'll go through optimization strategies for the most common cases, discuss their benefits and trade-offs, and see what the latest project updates, such as Java 11 support, offer for speeding up your applications. We'll also take a look at how to make real-world applications GraalVM-ready and at the ecosystem of frameworks and libraries that ...

Oleg Šelajev - Developer Advocate at Oracle