Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

2 Answers

up vote 4 down vote accepted

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

share|improve this answer

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.

share|improve this answer
I'm just glad they aren't trying to merge them into an update of java6 – KitsuneYMG Jan 27 '11 at 16:21

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.