Some interesting talks from JavaZone 2015

Hi folks,

Here is a list of talks I find interesting, especially for Java developers, from JavaZone 2015:

  1. High Performance Java - Binary instead of Objects - John Davies

  2. JRebel under the covers - how is it even possible? - Simon Maple – JRebel is another powerful tool for debugging/profiling Java apps. For me XRebel is especially interesting, as it allows profile web apps together with the server side

  3. Java Concurrency Under The Hood - Gleb Smirnov – this is one is just amazing. It explorers OpenJDK implementation of ‘volatile’

  4. The Illusion of Execution - Nitsan Wakart – explains GC and other pauses in JVM in details

  5. Low Latency in Java 8 - Peter Lawrey

  6. Flavors of Concurrency in Java - Oleg Šelajev

  7. Seven Things Developers Can Learn from Film - Tim Berglund – could be useful for any developer

Other talks can be found here