Proposal: Hacking the JVM from Java

Tobias Lindaaker thobes at gmail.com
Fri Dec 1 19:01:44 CET 2017


I would like to propose a 25 minute talk for the Free Java DevRoom.

TITLE: Hacking the JVM from Java

= ABSTRACT =

The JVM contains many interesting features that are frequently overlooked, not exposed through the Java standard library, or typically only accessible from native code. In this talk we will walk through a few of these features, and how they can be used from plain old java code. For example we will see how to access local variables from calling methods, as well as powerful ways to monitor what the JVM does when executing our code.

Free Java allows us access to these features, as well as the ability to contribute towards improving their implementation and make them publicly available to other users. Together we can influence the direction of Java and help get more powerful features into the standard JDK.


RECORDING: acceptable under a CC-BY-2.0 license

= BIO =

Tobias has been with Neo4j since the very beginning, where his Java expertise frequently comes in handy. Even outside of Neo4j, he has a long experience with open source and java development. For example he contributed to rewriting the Jython compiler in order to support Python 2.5.


TWITTER URL: https://twitter.com/thobe <https://twitter.com/thobe>
WEBSITE / BLOG URL: http://www.thobe.org/ <http://www.thobe.org/>

Cheers,
Tobias
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.fosdem.org/pipermail/java-devroom/attachments/20171201/5cf44816/attachment.html>


More information about the java-devroom mailing list