The HotSpot JVM team is developing the extremely cool project Graal/Truffle, which allows developers to dynamically compile/inject Java, Javascript (and others) to run at JVM speed. Questions: - Is OpenJ9 interoperable with Graal/Truffle? - If OMR is similar to Graal/Truffle can you contrast them?
Some information on support for Truffle API is here: https://github.com/eclipse/openj9/issues/59