This post originated from an RSS feed registered with Java Buzz
by Franco Martinig.
Original Post: JVM JIT for Dummies
Feed Title: Java Software Development Videos and Tutorials Directory
Feed URL: http://www.java-tv.com/feed/
Feed Description: Java-TV.com is a directory of videos, interviews and tutorials focused on software development activities with the Java programming language.
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 […]