Live data from Hacker News

Eclipse OpenJ9 – Open-source JVM

github.com

1–10 of 105 posts

Re: Eclipse OpenJ9 – Open-source JVM

#7
post #5

So is this OpenJDK-derived? If so, too bad, I've been hoping for a truly independent implementation. If not, does it pass the TCK?

This is IBM's formerly-proprietary J9 JVM, which I believe was developed entirely from scratch, independently of Sun's HotSpot JVM.

J9 actually has its roots in an earlier Smalltalk VM (VisualAge Smalltalk, I think). The source copyrights go back to 1991. Eclipse, of course, was what IBM started after abandoning VisualAge.

It's not a JDK/JRE. J9 must be combined with OpenJDK to be able to run apps.

Re: Eclipse OpenJ9 – Open-source JVM

#8
post #6

Interesting news in Java world. Does this support AOT ?

http://www.eclipse.org/openj9/

"Shared classes and Ahead-of-Time (AOT) technologies typically provide a 20-40% reduction in start-up time while improving the overall ramp-up time of applications. This capability is crucial for short-running Java applications or for horizontal scalability solutions that rely on the frequent provisioning and deprovisioning of JVM instances to manage workloads."

Post reply on HN