Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Will Oracle merge JRockIt and the Standard JDK?

Tags:

java

jrockit

I just want to know as it does seem like they have duplication of effort in maintaining two JDKs.

like image 270
yazz.com Avatar asked Jan 27 '11 16:01

yazz.com


People also ask

What is the difference between Sun JDK and JRockit in WebLogic?

The Sun HotSpot JDK is the default JVM that is available for development whereas JRockit is the JVM that is used for the production of WebLogic servers.

What is Oracle JRockit used for?

Oracle JRockit Mission Control The JRockit Mission Control tools suite includes tools to monitor, manage, profile, and eliminate memory leaks in your Java application without introducing the performance overhead normally associated with tools of this type.


2 Answers

yes that's the plan, they intend to use hotspot as the basis for the merged jvm and I believe they plan to build in some of the tooling that jrockit provides. Details in this blog

like image 179
Matt Avatar answered Sep 27 '22 22:09

Matt


Not that Wikipedia's the most reliable source, but it seems to suggest that they will be merging them:

Following the finalization of the acquisition of Sun Microsystems, Oracle announced in its January 27, 2010, Strategy Update webcast that the best features of JRockit would be implemented in the Java 7 JVM.(ref)

I'd say this is probably a good thing, though in practice I was always sceptical of how many real-world performance improvements JRockit actually provided.

like image 21
Michael Berry Avatar answered Sep 27 '22 21:09

Michael Berry