JDK9
Past Presentations
Java 9: Tips on Migration and Upgradability
Join Bernard Traversat, Vice President of Java SE Development at Oracle to discuss migration strategies for Java 9 and the important of the new Java 9 module system to improve Java code upgradability. As the speed of deployment in the cloud is accelerating, the compatibility and upgradability of...
Performance Beyond Throughput:An OpenJ9 Case Study
Curious about Java application and JVM performance and how they are continuing to evolve? Come to this talk to learn more about exciting results and new advancements in the area of JVM performance using the latest open source JVM technology at Eclipse OpenJ9 running with OpenJDK! We'll talk about...
Interviews
Performance Beyond Throughput:An OpenJ9 Case Study
What is the focus of your work today?
For the past 14 years I've been working on Java JIT compiler development at IBM. However, I am not your typical compiler guy because I don't focus that much on code generator or optimizer. Instead I deal with heuristics that determine what methods to compile, when to compile them and how much to optimize them. With Java, and any other...
Read Full Interview