Eclipse OpenJ9 – Open-source JVM
github.com
Eclipse OpenJ9 – Open-source JVM
1–10 of 105 posts
Re: Eclipse OpenJ9 – Open-source JVM
#2Re: Eclipse OpenJ9 – Open-source JVM
#3Re: Eclipse OpenJ9 – Open-source JVM
#4Re: Eclipse OpenJ9 – Open-source JVM
#5Re: Eclipse OpenJ9 – Open-source JVM
#6Does this support AOT ?
Re: Eclipse OpenJ9 – Open-source JVM
#7So is this OpenJDK-derived? If so, too bad, I've been hoping for a truly independent implementation. If not, does it pass the TCK?
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
#8Interesting news in Java world. Does this support AOT ?
"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."
Re: Eclipse OpenJ9 – Open-source JVM
#9Re: Eclipse OpenJ9 – Open-source JVM
#10So is this OpenJDK-derived? If so, too bad, I've been hoping for a truly independent implementation. If not, does it pass the TCK?