Title
JVM JIT for Dummies
Description
Most Java developers never get past -Xmx, -classpath, and -jar when learning about the flags that JVMs offer. If you're an OpenJDK user, you know -server and -client too. But if you're a performance nut, you crave more. This session walks through several lower-level OpenJDK flags you can use to monitor what code the JVM compiles into native code, what decisions it makes along the way, and even what that native assembly looks like. You'll learn how JVM bytecode makes its way through Oracle's HotSpot and how you can write code that JVMs will optimize well.
Copyright © 2013 Oracle and/or its affiliates. Oracle® is a registered trademark of Oracle and/or its affiliates. All rights reserved. Oracle disclaims any warranties or representations as to the accuracy or completeness of this recording, demonstration, and/or written materials (the "Materials"). The Materials are provided "as is" without any warranty of any kind, either express or implied, including without limitation warranties of merchantability, fitness for a particular purpose, and non-infringement.
There are no comments.
Login to respond »